Struct aws_sdk_ec2::types::VpcCidrBlockState
source · #[non_exhaustive]pub struct VpcCidrBlockState { /* private fields */ }Expand description
Describes the state of a CIDR block.
Implementations§
source§impl VpcCidrBlockState
impl VpcCidrBlockState
sourcepub fn state(&self) -> Option<&VpcCidrBlockStateCode>
pub fn state(&self) -> Option<&VpcCidrBlockStateCode>
The state of the CIDR block.
sourcepub fn status_message(&self) -> Option<&str>
pub fn status_message(&self) -> Option<&str>
A message about the status of the CIDR block, if applicable.
source§impl VpcCidrBlockState
impl VpcCidrBlockState
sourcepub fn builder() -> VpcCidrBlockStateBuilder
pub fn builder() -> VpcCidrBlockStateBuilder
Creates a new builder-style object to manufacture VpcCidrBlockState.
Trait Implementations§
source§impl Clone for VpcCidrBlockState
impl Clone for VpcCidrBlockState
source§fn clone(&self) -> VpcCidrBlockState
fn clone(&self) -> VpcCidrBlockState
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 Debug for VpcCidrBlockState
impl Debug for VpcCidrBlockState
source§impl PartialEq<VpcCidrBlockState> for VpcCidrBlockState
impl PartialEq<VpcCidrBlockState> for VpcCidrBlockState
source§fn eq(&self, other: &VpcCidrBlockState) -> bool
fn eq(&self, other: &VpcCidrBlockState) -> bool
This method tests for
self and other values to be equal, and is used
by ==.