Struct aws_sdk_iotdataplane::input::DeleteThingShadowInput
source · [−]#[non_exhaustive]pub struct DeleteThingShadowInput { /* private fields */ }
Expand description
The input for the DeleteThingShadow operation.
Implementations
sourceimpl 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
.
sourceimpl 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
sourceimpl Clone for DeleteThingShadowInput
impl Clone for DeleteThingShadowInput
sourcefn clone(&self) -> DeleteThingShadowInput
fn clone(&self) -> DeleteThingShadowInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for DeleteThingShadowInput
impl Debug for DeleteThingShadowInput
sourceimpl PartialEq<DeleteThingShadowInput> for DeleteThingShadowInput
impl PartialEq<DeleteThingShadowInput> for DeleteThingShadowInput
sourcefn eq(&self, other: &DeleteThingShadowInput) -> bool
fn eq(&self, other: &DeleteThingShadowInput) -> bool
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more