Struct aws_sdk_iot::input::ClearDefaultAuthorizerInput
source · #[non_exhaustive]pub struct ClearDefaultAuthorizerInput {}
Implementations§
source§impl ClearDefaultAuthorizerInput
impl ClearDefaultAuthorizerInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ClearDefaultAuthorizer, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ClearDefaultAuthorizer, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ClearDefaultAuthorizer
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ClearDefaultAuthorizerInput
.
Trait Implementations§
source§impl Clone for ClearDefaultAuthorizerInput
impl Clone for ClearDefaultAuthorizerInput
source§fn clone(&self) -> ClearDefaultAuthorizerInput
fn clone(&self) -> ClearDefaultAuthorizerInput
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 ClearDefaultAuthorizerInput
impl Debug for ClearDefaultAuthorizerInput
source§impl PartialEq<ClearDefaultAuthorizerInput> for ClearDefaultAuthorizerInput
impl PartialEq<ClearDefaultAuthorizerInput> for ClearDefaultAuthorizerInput
source§fn eq(&self, other: &ClearDefaultAuthorizerInput) -> bool
fn eq(&self, other: &ClearDefaultAuthorizerInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.