Struct aws_sdk_networkmanager::operation::associate_customer_gateway::AssociateCustomerGatewayOutput
source · #[non_exhaustive]pub struct AssociateCustomerGatewayOutput { /* private fields */ }
Implementations§
source§impl AssociateCustomerGatewayOutput
impl AssociateCustomerGatewayOutput
sourcepub fn customer_gateway_association(
&self
) -> Option<&CustomerGatewayAssociation>
pub fn customer_gateway_association( &self ) -> Option<&CustomerGatewayAssociation>
The customer gateway association.
source§impl AssociateCustomerGatewayOutput
impl AssociateCustomerGatewayOutput
sourcepub fn builder() -> AssociateCustomerGatewayOutputBuilder
pub fn builder() -> AssociateCustomerGatewayOutputBuilder
Creates a new builder-style object to manufacture AssociateCustomerGatewayOutput
.
Trait Implementations§
source§impl Clone for AssociateCustomerGatewayOutput
impl Clone for AssociateCustomerGatewayOutput
source§fn clone(&self) -> AssociateCustomerGatewayOutput
fn clone(&self) -> AssociateCustomerGatewayOutput
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 PartialEq<AssociateCustomerGatewayOutput> for AssociateCustomerGatewayOutput
impl PartialEq<AssociateCustomerGatewayOutput> for AssociateCustomerGatewayOutput
source§fn eq(&self, other: &AssociateCustomerGatewayOutput) -> bool
fn eq(&self, other: &AssociateCustomerGatewayOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for AssociateCustomerGatewayOutput
impl RequestId for AssociateCustomerGatewayOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.