#[non_exhaustive]pub struct DeleteThingShadowInput { /* private fields */ }
Expand description
The input for the DeleteThingShadow operation.
Implementations§
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.
source§impl DeleteThingShadowInput
impl DeleteThingShadowInput
sourcepub fn builder() -> DeleteThingShadowInputBuilder
pub fn builder() -> DeleteThingShadowInputBuilder
Creates a new builder-style object to manufacture DeleteThingShadowInput
.
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
>
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 ==
.impl StructuralPartialEq for DeleteThingShadowInput
Auto Trait Implementations§
impl RefUnwindSafe for DeleteThingShadowInput
impl Send for DeleteThingShadowInput
impl Sync for DeleteThingShadowInput
impl Unpin for DeleteThingShadowInput
impl UnwindSafe for DeleteThingShadowInput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more