Struct aws_sdk_iot::input::ListManagedJobTemplatesInput
source · #[non_exhaustive]pub struct ListManagedJobTemplatesInput { /* private fields */ }
Implementations§
source§impl ListManagedJobTemplatesInput
impl ListManagedJobTemplatesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListManagedJobTemplates, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListManagedJobTemplates, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListManagedJobTemplates
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListManagedJobTemplatesInput
.
source§impl ListManagedJobTemplatesInput
impl ListManagedJobTemplatesInput
sourcepub fn template_name(&self) -> Option<&str>
pub fn template_name(&self) -> Option<&str>
An optional parameter for template name. If specified, only the versions of the managed job templates that have the specified template name will be returned.
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
Maximum number of entries that can be returned.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The token to retrieve the next set of results.
Trait Implementations§
source§impl Clone for ListManagedJobTemplatesInput
impl Clone for ListManagedJobTemplatesInput
source§fn clone(&self) -> ListManagedJobTemplatesInput
fn clone(&self) -> ListManagedJobTemplatesInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ListManagedJobTemplatesInput
impl Debug for ListManagedJobTemplatesInput
source§impl PartialEq<ListManagedJobTemplatesInput> for ListManagedJobTemplatesInput
impl PartialEq<ListManagedJobTemplatesInput> for ListManagedJobTemplatesInput
source§fn eq(&self, other: &ListManagedJobTemplatesInput) -> bool
fn eq(&self, other: &ListManagedJobTemplatesInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.