Struct aws_sdk_networkmanager::model::LinkAssociation
source · #[non_exhaustive]pub struct LinkAssociation { /* private fields */ }
Expand description
Describes the association between a device and a link.
Implementations§
source§impl LinkAssociation
impl LinkAssociation
sourcepub fn global_network_id(&self) -> Option<&str>
pub fn global_network_id(&self) -> Option<&str>
The ID of the global network.
sourcepub fn link_association_state(&self) -> Option<&LinkAssociationState>
pub fn link_association_state(&self) -> Option<&LinkAssociationState>
The state of the association.
source§impl LinkAssociation
impl LinkAssociation
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture LinkAssociation
.
Trait Implementations§
source§impl Clone for LinkAssociation
impl Clone for LinkAssociation
source§fn clone(&self) -> LinkAssociation
fn clone(&self) -> LinkAssociation
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 LinkAssociation
impl Debug for LinkAssociation
source§impl PartialEq<LinkAssociation> for LinkAssociation
impl PartialEq<LinkAssociation> for LinkAssociation
source§fn eq(&self, other: &LinkAssociation) -> bool
fn eq(&self, other: &LinkAssociation) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.