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.
This field is required.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 get_placement(&self) -> &Option<PlacementDescription>
pub fn get_placement(&self) -> &Option<PlacementDescription>
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 for DescribePlacementOutputBuilder
impl PartialEq 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 ==.impl StructuralPartialEq for DescribePlacementOutputBuilder
Auto Trait Implementations§
impl Freeze for DescribePlacementOutputBuilder
impl RefUnwindSafe for DescribePlacementOutputBuilder
impl Send for DescribePlacementOutputBuilder
impl Sync for DescribePlacementOutputBuilder
impl Unpin for DescribePlacementOutputBuilder
impl UnwindSafe for DescribePlacementOutputBuilder
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreCreates a shared type from an unshared type.