Struct aws_sdk_iotdataplane::operation::delete_thing_shadow::builders::DeleteThingShadowOutputBuilder
source · #[non_exhaustive]pub struct DeleteThingShadowOutputBuilder { /* private fields */ }
Expand description
A builder for DeleteThingShadowOutput
.
Implementations§
source§impl DeleteThingShadowOutputBuilder
impl DeleteThingShadowOutputBuilder
sourcepub fn set_payload(self, input: Option<Blob>) -> Self
pub fn set_payload(self, input: Option<Blob>) -> Self
The state information, in JSON format.
sourcepub fn build(self) -> DeleteThingShadowOutput
pub fn build(self) -> DeleteThingShadowOutput
Consumes the builder and constructs a DeleteThingShadowOutput
.
Trait Implementations§
source§impl Clone for DeleteThingShadowOutputBuilder
impl Clone for DeleteThingShadowOutputBuilder
source§fn clone(&self) -> DeleteThingShadowOutputBuilder
fn clone(&self) -> DeleteThingShadowOutputBuilder
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 Default for DeleteThingShadowOutputBuilder
impl Default for DeleteThingShadowOutputBuilder
source§fn default() -> DeleteThingShadowOutputBuilder
fn default() -> DeleteThingShadowOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DeleteThingShadowOutputBuilder> for DeleteThingShadowOutputBuilder
impl PartialEq<DeleteThingShadowOutputBuilder> for DeleteThingShadowOutputBuilder
source§fn eq(&self, other: &DeleteThingShadowOutputBuilder) -> bool
fn eq(&self, other: &DeleteThingShadowOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.