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