Struct aws_sdk_iotwireless::operation::create_destination::builders::CreateDestinationOutputBuilder
source · #[non_exhaustive]pub struct CreateDestinationOutputBuilder { /* private fields */ }Expand description
A builder for CreateDestinationOutput.
Implementations§
source§impl CreateDestinationOutputBuilder
impl CreateDestinationOutputBuilder
sourcepub fn arn(self, input: impl Into<String>) -> Self
pub fn arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name of the new resource.
sourcepub fn set_arn(self, input: Option<String>) -> Self
pub fn set_arn(self, input: Option<String>) -> Self
The Amazon Resource Name of the new resource.
sourcepub fn build(self) -> CreateDestinationOutput
pub fn build(self) -> CreateDestinationOutput
Consumes the builder and constructs a CreateDestinationOutput.
Trait Implementations§
source§impl Clone for CreateDestinationOutputBuilder
impl Clone for CreateDestinationOutputBuilder
source§fn clone(&self) -> CreateDestinationOutputBuilder
fn clone(&self) -> CreateDestinationOutputBuilder
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 CreateDestinationOutputBuilder
impl Default for CreateDestinationOutputBuilder
source§fn default() -> CreateDestinationOutputBuilder
fn default() -> CreateDestinationOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for CreateDestinationOutputBuilder
impl PartialEq for CreateDestinationOutputBuilder
source§fn eq(&self, other: &CreateDestinationOutputBuilder) -> bool
fn eq(&self, other: &CreateDestinationOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for CreateDestinationOutputBuilder
Auto Trait Implementations§
impl Freeze for CreateDestinationOutputBuilder
impl RefUnwindSafe for CreateDestinationOutputBuilder
impl Send for CreateDestinationOutputBuilder
impl Sync for CreateDestinationOutputBuilder
impl Unpin for CreateDestinationOutputBuilder
impl UnwindSafe for CreateDestinationOutputBuilder
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>
Creates a shared type from an unshared type.