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