#[non_exhaustive]pub struct AwsEc2SecurityGroupIpv6RangeBuilder { /* private fields */ }
Expand description
A builder for AwsEc2SecurityGroupIpv6Range
.
Implementations§
source§impl AwsEc2SecurityGroupIpv6RangeBuilder
impl AwsEc2SecurityGroupIpv6RangeBuilder
sourcepub fn cidr_ipv6(self, input: impl Into<String>) -> Self
pub fn cidr_ipv6(self, input: impl Into<String>) -> Self
The IPv6 CIDR range. You can specify either a CIDR range or a source security group, but not both. To specify a single IPv6 address, use the /128 prefix length.
sourcepub fn set_cidr_ipv6(self, input: Option<String>) -> Self
pub fn set_cidr_ipv6(self, input: Option<String>) -> Self
The IPv6 CIDR range. You can specify either a CIDR range or a source security group, but not both. To specify a single IPv6 address, use the /128 prefix length.
sourcepub fn get_cidr_ipv6(&self) -> &Option<String>
pub fn get_cidr_ipv6(&self) -> &Option<String>
The IPv6 CIDR range. You can specify either a CIDR range or a source security group, but not both. To specify a single IPv6 address, use the /128 prefix length.
sourcepub fn build(self) -> AwsEc2SecurityGroupIpv6Range
pub fn build(self) -> AwsEc2SecurityGroupIpv6Range
Consumes the builder and constructs a AwsEc2SecurityGroupIpv6Range
.
Trait Implementations§
source§impl Clone for AwsEc2SecurityGroupIpv6RangeBuilder
impl Clone for AwsEc2SecurityGroupIpv6RangeBuilder
source§fn clone(&self) -> AwsEc2SecurityGroupIpv6RangeBuilder
fn clone(&self) -> AwsEc2SecurityGroupIpv6RangeBuilder
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 Default for AwsEc2SecurityGroupIpv6RangeBuilder
impl Default for AwsEc2SecurityGroupIpv6RangeBuilder
source§fn default() -> AwsEc2SecurityGroupIpv6RangeBuilder
fn default() -> AwsEc2SecurityGroupIpv6RangeBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<AwsEc2SecurityGroupIpv6RangeBuilder> for AwsEc2SecurityGroupIpv6RangeBuilder
impl PartialEq<AwsEc2SecurityGroupIpv6RangeBuilder> for AwsEc2SecurityGroupIpv6RangeBuilder
source§fn eq(&self, other: &AwsEc2SecurityGroupIpv6RangeBuilder) -> bool
fn eq(&self, other: &AwsEc2SecurityGroupIpv6RangeBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for AwsEc2SecurityGroupIpv6RangeBuilder
Auto Trait Implementations§
impl RefUnwindSafe for AwsEc2SecurityGroupIpv6RangeBuilder
impl Send for AwsEc2SecurityGroupIpv6RangeBuilder
impl Sync for AwsEc2SecurityGroupIpv6RangeBuilder
impl Unpin for AwsEc2SecurityGroupIpv6RangeBuilder
impl UnwindSafe for AwsEc2SecurityGroupIpv6RangeBuilder
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
Mutably borrows from an owned value. Read more