Struct aws_sdk_ec2::operation::associate_nat_gateway_address::AssociateNatGatewayAddressInput
source · #[non_exhaustive]pub struct AssociateNatGatewayAddressInput { /* private fields */ }Implementations§
source§impl AssociateNatGatewayAddressInput
impl AssociateNatGatewayAddressInput
sourcepub fn nat_gateway_id(&self) -> Option<&str>
pub fn nat_gateway_id(&self) -> Option<&str>
The NAT gateway ID.
sourcepub fn allocation_ids(&self) -> Option<&[String]>
pub fn allocation_ids(&self) -> Option<&[String]>
The allocation IDs of EIPs that you want to associate with your NAT gateway.
sourcepub fn private_ip_addresses(&self) -> Option<&[String]>
pub fn private_ip_addresses(&self) -> Option<&[String]>
The private IPv4 addresses that you want to assign to the NAT gateway.
source§impl AssociateNatGatewayAddressInput
impl AssociateNatGatewayAddressInput
sourcepub fn builder() -> AssociateNatGatewayAddressInputBuilder
pub fn builder() -> AssociateNatGatewayAddressInputBuilder
Creates a new builder-style object to manufacture AssociateNatGatewayAddressInput.
source§impl AssociateNatGatewayAddressInput
impl AssociateNatGatewayAddressInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<AssociateNatGatewayAddress, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<AssociateNatGatewayAddress, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<AssociateNatGatewayAddress>
Trait Implementations§
source§impl Clone for AssociateNatGatewayAddressInput
impl Clone for AssociateNatGatewayAddressInput
source§fn clone(&self) -> AssociateNatGatewayAddressInput
fn clone(&self) -> AssociateNatGatewayAddressInput
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<AssociateNatGatewayAddressInput> for AssociateNatGatewayAddressInput
impl PartialEq<AssociateNatGatewayAddressInput> for AssociateNatGatewayAddressInput
source§fn eq(&self, other: &AssociateNatGatewayAddressInput) -> bool
fn eq(&self, other: &AssociateNatGatewayAddressInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.