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