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