Struct aws_sdk_networkmanager::operation::get_link_associations::builders::GetLinkAssociationsOutputBuilder
source · #[non_exhaustive]pub struct GetLinkAssociationsOutputBuilder { /* private fields */ }
Expand description
A builder for GetLinkAssociationsOutput
.
Implementations§
source§impl GetLinkAssociationsOutputBuilder
impl GetLinkAssociationsOutputBuilder
sourcepub fn link_associations(self, input: LinkAssociation) -> Self
pub fn link_associations(self, input: LinkAssociation) -> Self
Appends an item to link_associations
.
To override the contents of this collection use set_link_associations
.
The link associations.
sourcepub fn set_link_associations(self, input: Option<Vec<LinkAssociation>>) -> Self
pub fn set_link_associations(self, input: Option<Vec<LinkAssociation>>) -> Self
The link associations.
sourcepub fn get_link_associations(&self) -> &Option<Vec<LinkAssociation>>
pub fn get_link_associations(&self) -> &Option<Vec<LinkAssociation>>
The link associations.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
The token for the next page of results.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
The token for the next page of results.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
The token for the next page of results.
sourcepub fn build(self) -> GetLinkAssociationsOutput
pub fn build(self) -> GetLinkAssociationsOutput
Consumes the builder and constructs a GetLinkAssociationsOutput
.
Trait Implementations§
source§impl Clone for GetLinkAssociationsOutputBuilder
impl Clone for GetLinkAssociationsOutputBuilder
source§fn clone(&self) -> GetLinkAssociationsOutputBuilder
fn clone(&self) -> GetLinkAssociationsOutputBuilder
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 GetLinkAssociationsOutputBuilder
impl Default for GetLinkAssociationsOutputBuilder
source§fn default() -> GetLinkAssociationsOutputBuilder
fn default() -> GetLinkAssociationsOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for GetLinkAssociationsOutputBuilder
impl PartialEq for GetLinkAssociationsOutputBuilder
source§fn eq(&self, other: &GetLinkAssociationsOutputBuilder) -> bool
fn eq(&self, other: &GetLinkAssociationsOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for GetLinkAssociationsOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for GetLinkAssociationsOutputBuilder
impl Send for GetLinkAssociationsOutputBuilder
impl Sync for GetLinkAssociationsOutputBuilder
impl Unpin for GetLinkAssociationsOutputBuilder
impl UnwindSafe for GetLinkAssociationsOutputBuilder
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.