Struct aws_sdk_iot::input::ListJobTemplatesInput
source · [−]#[non_exhaustive]pub struct ListJobTemplatesInput { /* private fields */ }Implementations
sourceimpl ListJobTemplatesInput
impl ListJobTemplatesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListJobTemplates, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListJobTemplates, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListJobTemplates>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListJobTemplatesInput.
sourceimpl ListJobTemplatesInput
impl ListJobTemplatesInput
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
The maximum number of results to return in the list.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The token to use to return the next set of results in the list.
Trait Implementations
sourceimpl Clone for ListJobTemplatesInput
impl Clone for ListJobTemplatesInput
sourcefn clone(&self) -> ListJobTemplatesInput
fn clone(&self) -> ListJobTemplatesInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for ListJobTemplatesInput
impl Debug for ListJobTemplatesInput
sourceimpl PartialEq<ListJobTemplatesInput> for ListJobTemplatesInput
impl PartialEq<ListJobTemplatesInput> for ListJobTemplatesInput
sourcefn eq(&self, other: &ListJobTemplatesInput) -> bool
fn eq(&self, other: &ListJobTemplatesInput) -> bool
impl StructuralPartialEq for ListJobTemplatesInput
Auto Trait Implementations
impl RefUnwindSafe for ListJobTemplatesInput
impl Send for ListJobTemplatesInput
impl Sync for ListJobTemplatesInput
impl Unpin for ListJobTemplatesInput
impl UnwindSafe for ListJobTemplatesInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more