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