Struct aws_sdk_ec2::input::DisassociateVpcCidrBlockInput
source · #[non_exhaustive]pub struct DisassociateVpcCidrBlockInput { /* private fields */ }
Implementations§
source§impl DisassociateVpcCidrBlockInput
impl DisassociateVpcCidrBlockInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DisassociateVpcCidrBlock, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DisassociateVpcCidrBlock, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DisassociateVpcCidrBlock
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DisassociateVpcCidrBlockInput
.
source§impl DisassociateVpcCidrBlockInput
impl DisassociateVpcCidrBlockInput
sourcepub fn association_id(&self) -> Option<&str>
pub fn association_id(&self) -> Option<&str>
The association ID for the CIDR block.
Trait Implementations§
source§impl Clone for DisassociateVpcCidrBlockInput
impl Clone for DisassociateVpcCidrBlockInput
source§fn clone(&self) -> DisassociateVpcCidrBlockInput
fn clone(&self) -> DisassociateVpcCidrBlockInput
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<DisassociateVpcCidrBlockInput> for DisassociateVpcCidrBlockInput
impl PartialEq<DisassociateVpcCidrBlockInput> for DisassociateVpcCidrBlockInput
source§fn eq(&self, other: &DisassociateVpcCidrBlockInput) -> bool
fn eq(&self, other: &DisassociateVpcCidrBlockInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.