pub struct AssociateSubnetCidrBlock { /* private fields */ }
Expand description
Fluent builder constructing a request to AssociateSubnetCidrBlock
.
Associates a CIDR block with your subnet. You can only associate a single IPv6 CIDR block with your subnet. An IPv6 CIDR block must have a prefix length of /64.
Implementations§
source§impl AssociateSubnetCidrBlock
impl AssociateSubnetCidrBlock
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<AssociateSubnetCidrBlock, AwsResponseRetryClassifier>, SdkError<AssociateSubnetCidrBlockError>>
pub async fn customize(
self
) -> Result<CustomizableOperation<AssociateSubnetCidrBlock, AwsResponseRetryClassifier>, SdkError<AssociateSubnetCidrBlockError>>
Consume this builder, creating a customizable operation that can be modified before being sent. The operation’s inner http::Request can be modified as well.
sourcepub async fn send(
self
) -> Result<AssociateSubnetCidrBlockOutput, SdkError<AssociateSubnetCidrBlockError>>
pub async fn send(
self
) -> Result<AssociateSubnetCidrBlockOutput, SdkError<AssociateSubnetCidrBlockError>>
Sends the request and returns the response.
If an error occurs, an SdkError
will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
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 for your subnet. The subnet must have a /64 prefix length.
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 for your subnet. The subnet must have a /64 prefix length.
sourcepub fn set_subnet_id(self, input: Option<String>) -> Self
pub fn set_subnet_id(self, input: Option<String>) -> Self
The ID of your subnet.
Trait Implementations§
source§impl Clone for AssociateSubnetCidrBlock
impl Clone for AssociateSubnetCidrBlock
source§fn clone(&self) -> AssociateSubnetCidrBlock
fn clone(&self) -> AssociateSubnetCidrBlock
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more