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