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