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