Struct aws_sdk_iot::input::ListCaCertificatesInput
source · #[non_exhaustive]pub struct ListCaCertificatesInput { /* private fields */ }
Expand description
Input for the ListCACertificates operation.
Implementations§
source§impl ListCaCertificatesInput
impl ListCaCertificatesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListCACertificates, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListCACertificates, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListCACertificates
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListCaCertificatesInput
.
source§impl ListCaCertificatesInput
impl ListCaCertificatesInput
sourcepub fn ascending_order(&self) -> bool
pub fn ascending_order(&self) -> bool
Determines the order of the results.
sourcepub fn template_name(&self) -> Option<&str>
pub fn template_name(&self) -> Option<&str>
The name of the provisioning template.
Trait Implementations§
source§impl Clone for ListCaCertificatesInput
impl Clone for ListCaCertificatesInput
source§fn clone(&self) -> ListCaCertificatesInput
fn clone(&self) -> ListCaCertificatesInput
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 ListCaCertificatesInput
impl Debug for ListCaCertificatesInput
source§impl PartialEq<ListCaCertificatesInput> for ListCaCertificatesInput
impl PartialEq<ListCaCertificatesInput> for ListCaCertificatesInput
source§fn eq(&self, other: &ListCaCertificatesInput) -> bool
fn eq(&self, other: &ListCaCertificatesInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.