Struct aws_sdk_ec2::operation::delete_subnet_cidr_reservation::builders::DeleteSubnetCidrReservationOutputBuilder
source · #[non_exhaustive]pub struct DeleteSubnetCidrReservationOutputBuilder { /* private fields */ }Expand description
A builder for DeleteSubnetCidrReservationOutput.
Implementations§
source§impl DeleteSubnetCidrReservationOutputBuilder
impl DeleteSubnetCidrReservationOutputBuilder
sourcepub fn deleted_subnet_cidr_reservation(
self,
input: SubnetCidrReservation
) -> Self
pub fn deleted_subnet_cidr_reservation( self, input: SubnetCidrReservation ) -> Self
Information about the deleted subnet CIDR reservation.
sourcepub fn set_deleted_subnet_cidr_reservation(
self,
input: Option<SubnetCidrReservation>
) -> Self
pub fn set_deleted_subnet_cidr_reservation( self, input: Option<SubnetCidrReservation> ) -> Self
Information about the deleted subnet CIDR reservation.
sourcepub fn get_deleted_subnet_cidr_reservation(
&self
) -> &Option<SubnetCidrReservation>
pub fn get_deleted_subnet_cidr_reservation( &self ) -> &Option<SubnetCidrReservation>
Information about the deleted subnet CIDR reservation.
sourcepub fn build(self) -> DeleteSubnetCidrReservationOutput
pub fn build(self) -> DeleteSubnetCidrReservationOutput
Consumes the builder and constructs a DeleteSubnetCidrReservationOutput.
Trait Implementations§
source§impl Clone for DeleteSubnetCidrReservationOutputBuilder
impl Clone for DeleteSubnetCidrReservationOutputBuilder
source§fn clone(&self) -> DeleteSubnetCidrReservationOutputBuilder
fn clone(&self) -> DeleteSubnetCidrReservationOutputBuilder
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 DeleteSubnetCidrReservationOutputBuilder
impl Default for DeleteSubnetCidrReservationOutputBuilder
source§fn default() -> DeleteSubnetCidrReservationOutputBuilder
fn default() -> DeleteSubnetCidrReservationOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DeleteSubnetCidrReservationOutputBuilder
impl PartialEq for DeleteSubnetCidrReservationOutputBuilder
source§fn eq(&self, other: &DeleteSubnetCidrReservationOutputBuilder) -> bool
fn eq(&self, other: &DeleteSubnetCidrReservationOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DeleteSubnetCidrReservationOutputBuilder
Auto Trait Implementations§
impl Freeze for DeleteSubnetCidrReservationOutputBuilder
impl RefUnwindSafe for DeleteSubnetCidrReservationOutputBuilder
impl Send for DeleteSubnetCidrReservationOutputBuilder
impl Sync for DeleteSubnetCidrReservationOutputBuilder
impl Unpin for DeleteSubnetCidrReservationOutputBuilder
impl UnwindSafe for DeleteSubnetCidrReservationOutputBuilder
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.