#[non_exhaustive]pub struct SubnetIpv6CidrBlockAssociationBuilder { /* private fields */ }Expand description
A builder for SubnetIpv6CidrBlockAssociation.
Implementations§
source§impl SubnetIpv6CidrBlockAssociationBuilder
impl SubnetIpv6CidrBlockAssociationBuilder
sourcepub fn association_id(self, input: impl Into<String>) -> Self
pub fn association_id(self, input: impl Into<String>) -> Self
The ID of the association.
sourcepub fn set_association_id(self, input: Option<String>) -> Self
pub fn set_association_id(self, input: Option<String>) -> Self
The ID of the association.
sourcepub fn get_association_id(&self) -> &Option<String>
pub fn get_association_id(&self) -> &Option<String>
The ID of the association.
sourcepub fn ipv6_cidr_block(self, input: impl Into<String>) -> Self
pub fn ipv6_cidr_block(self, input: impl Into<String>) -> Self
The IPv6 CIDR block.
sourcepub fn set_ipv6_cidr_block(self, input: Option<String>) -> Self
pub fn set_ipv6_cidr_block(self, input: Option<String>) -> Self
The IPv6 CIDR block.
sourcepub fn get_ipv6_cidr_block(&self) -> &Option<String>
pub fn get_ipv6_cidr_block(&self) -> &Option<String>
The IPv6 CIDR block.
sourcepub fn ipv6_cidr_block_state(self, input: SubnetCidrBlockState) -> Self
pub fn ipv6_cidr_block_state(self, input: SubnetCidrBlockState) -> Self
The state of the CIDR block.
sourcepub fn set_ipv6_cidr_block_state(
self,
input: Option<SubnetCidrBlockState>,
) -> Self
pub fn set_ipv6_cidr_block_state( self, input: Option<SubnetCidrBlockState>, ) -> Self
The state of the CIDR block.
sourcepub fn get_ipv6_cidr_block_state(&self) -> &Option<SubnetCidrBlockState>
pub fn get_ipv6_cidr_block_state(&self) -> &Option<SubnetCidrBlockState>
The state of the CIDR block.
sourcepub fn ipv6_address_attribute(self, input: Ipv6AddressAttribute) -> Self
pub fn ipv6_address_attribute(self, input: Ipv6AddressAttribute) -> Self
Public IPv6 addresses are those advertised on the internet from Amazon Web Services. Private IP addresses are not and cannot be advertised on the internet from Amazon Web Services.
sourcepub fn set_ipv6_address_attribute(
self,
input: Option<Ipv6AddressAttribute>,
) -> Self
pub fn set_ipv6_address_attribute( self, input: Option<Ipv6AddressAttribute>, ) -> Self
Public IPv6 addresses are those advertised on the internet from Amazon Web Services. Private IP addresses are not and cannot be advertised on the internet from Amazon Web Services.
sourcepub fn get_ipv6_address_attribute(&self) -> &Option<Ipv6AddressAttribute>
pub fn get_ipv6_address_attribute(&self) -> &Option<Ipv6AddressAttribute>
Public IPv6 addresses are those advertised on the internet from Amazon Web Services. Private IP addresses are not and cannot be advertised on the internet from Amazon Web Services.
sourcepub fn ip_source(self, input: IpSource) -> Self
pub fn ip_source(self, input: IpSource) -> Self
The source that allocated the IP address space. byoip or amazon indicates public IP address space allocated by Amazon or space that you have allocated with Bring your own IP (BYOIP). none indicates private space.
sourcepub fn set_ip_source(self, input: Option<IpSource>) -> Self
pub fn set_ip_source(self, input: Option<IpSource>) -> Self
The source that allocated the IP address space. byoip or amazon indicates public IP address space allocated by Amazon or space that you have allocated with Bring your own IP (BYOIP). none indicates private space.
sourcepub fn get_ip_source(&self) -> &Option<IpSource>
pub fn get_ip_source(&self) -> &Option<IpSource>
The source that allocated the IP address space. byoip or amazon indicates public IP address space allocated by Amazon or space that you have allocated with Bring your own IP (BYOIP). none indicates private space.
sourcepub fn build(self) -> SubnetIpv6CidrBlockAssociation
pub fn build(self) -> SubnetIpv6CidrBlockAssociation
Consumes the builder and constructs a SubnetIpv6CidrBlockAssociation.
Trait Implementations§
source§impl Clone for SubnetIpv6CidrBlockAssociationBuilder
impl Clone for SubnetIpv6CidrBlockAssociationBuilder
source§fn clone(&self) -> SubnetIpv6CidrBlockAssociationBuilder
fn clone(&self) -> SubnetIpv6CidrBlockAssociationBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for SubnetIpv6CidrBlockAssociationBuilder
impl Default for SubnetIpv6CidrBlockAssociationBuilder
source§fn default() -> SubnetIpv6CidrBlockAssociationBuilder
fn default() -> SubnetIpv6CidrBlockAssociationBuilder
source§impl PartialEq for SubnetIpv6CidrBlockAssociationBuilder
impl PartialEq for SubnetIpv6CidrBlockAssociationBuilder
source§fn eq(&self, other: &SubnetIpv6CidrBlockAssociationBuilder) -> bool
fn eq(&self, other: &SubnetIpv6CidrBlockAssociationBuilder) -> bool
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SubnetIpv6CidrBlockAssociationBuilder
Auto Trait Implementations§
impl Freeze for SubnetIpv6CidrBlockAssociationBuilder
impl RefUnwindSafe for SubnetIpv6CidrBlockAssociationBuilder
impl Send for SubnetIpv6CidrBlockAssociationBuilder
impl Sync for SubnetIpv6CidrBlockAssociationBuilder
impl Unpin for SubnetIpv6CidrBlockAssociationBuilder
impl UnwindSafe for SubnetIpv6CidrBlockAssociationBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
clone_to_uninit)source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more