#[non_exhaustive]pub struct AssociateCustomerGatewayInput { /* private fields */ }
Implementations§
source§impl AssociateCustomerGatewayInput
impl AssociateCustomerGatewayInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<AssociateCustomerGateway, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<AssociateCustomerGateway, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<AssociateCustomerGateway
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AssociateCustomerGatewayInput
.
source§impl AssociateCustomerGatewayInput
impl AssociateCustomerGatewayInput
sourcepub fn customer_gateway_arn(&self) -> Option<&str>
pub fn customer_gateway_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the customer gateway.
sourcepub fn global_network_id(&self) -> Option<&str>
pub fn global_network_id(&self) -> Option<&str>
The ID of the global network.
Trait Implementations§
source§impl Clone for AssociateCustomerGatewayInput
impl Clone for AssociateCustomerGatewayInput
source§fn clone(&self) -> AssociateCustomerGatewayInput
fn clone(&self) -> AssociateCustomerGatewayInput
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<AssociateCustomerGatewayInput> for AssociateCustomerGatewayInput
impl PartialEq<AssociateCustomerGatewayInput> for AssociateCustomerGatewayInput
source§fn eq(&self, other: &AssociateCustomerGatewayInput) -> bool
fn eq(&self, other: &AssociateCustomerGatewayInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.