#[non_exhaustive]pub struct GetCustomerGatewayAssociationsInput { /* private fields */ }
Implementations§
source§impl GetCustomerGatewayAssociationsInput
impl GetCustomerGatewayAssociationsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetCustomerGatewayAssociations, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetCustomerGatewayAssociations, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetCustomerGatewayAssociations
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetCustomerGatewayAssociationsInput
.
source§impl GetCustomerGatewayAssociationsInput
impl GetCustomerGatewayAssociationsInput
sourcepub fn global_network_id(&self) -> Option<&str>
pub fn global_network_id(&self) -> Option<&str>
The ID of the global network.
sourcepub fn customer_gateway_arns(&self) -> Option<&[String]>
pub fn customer_gateway_arns(&self) -> Option<&[String]>
One or more customer gateway Amazon Resource Names (ARNs). The maximum is 10.
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
The maximum number of results to return.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The token for the next page of results.
Trait Implementations§
source§impl Clone for GetCustomerGatewayAssociationsInput
impl Clone for GetCustomerGatewayAssociationsInput
source§fn clone(&self) -> GetCustomerGatewayAssociationsInput
fn clone(&self) -> GetCustomerGatewayAssociationsInput
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<GetCustomerGatewayAssociationsInput> for GetCustomerGatewayAssociationsInput
impl PartialEq<GetCustomerGatewayAssociationsInput> for GetCustomerGatewayAssociationsInput
source§fn eq(&self, other: &GetCustomerGatewayAssociationsInput) -> bool
fn eq(&self, other: &GetCustomerGatewayAssociationsInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.