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