Struct aws_sdk_networkmanager::operation::associate_link::builders::AssociateLinkOutputBuilder
source · #[non_exhaustive]pub struct AssociateLinkOutputBuilder { /* private fields */ }
Expand description
A builder for AssociateLinkOutput
.
Implementations§
source§impl AssociateLinkOutputBuilder
impl AssociateLinkOutputBuilder
sourcepub fn link_association(self, input: LinkAssociation) -> Self
pub fn link_association(self, input: LinkAssociation) -> Self
The link association.
sourcepub fn set_link_association(self, input: Option<LinkAssociation>) -> Self
pub fn set_link_association(self, input: Option<LinkAssociation>) -> Self
The link association.
sourcepub fn get_link_association(&self) -> &Option<LinkAssociation>
pub fn get_link_association(&self) -> &Option<LinkAssociation>
The link association.
sourcepub fn build(self) -> AssociateLinkOutput
pub fn build(self) -> AssociateLinkOutput
Consumes the builder and constructs a AssociateLinkOutput
.
Trait Implementations§
source§impl Clone for AssociateLinkOutputBuilder
impl Clone for AssociateLinkOutputBuilder
source§fn clone(&self) -> AssociateLinkOutputBuilder
fn clone(&self) -> AssociateLinkOutputBuilder
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 AssociateLinkOutputBuilder
impl Debug for AssociateLinkOutputBuilder
source§impl Default for AssociateLinkOutputBuilder
impl Default for AssociateLinkOutputBuilder
source§fn default() -> AssociateLinkOutputBuilder
fn default() -> AssociateLinkOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for AssociateLinkOutputBuilder
impl PartialEq for AssociateLinkOutputBuilder
source§fn eq(&self, other: &AssociateLinkOutputBuilder) -> bool
fn eq(&self, other: &AssociateLinkOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for AssociateLinkOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for AssociateLinkOutputBuilder
impl Send for AssociateLinkOutputBuilder
impl Sync for AssociateLinkOutputBuilder
impl Unpin for AssociateLinkOutputBuilder
impl UnwindSafe for AssociateLinkOutputBuilder
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.