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