Struct aws_sdk_ec2::operation::get_subnet_cidr_reservations::builders::GetSubnetCidrReservationsOutputBuilder
source · #[non_exhaustive]pub struct GetSubnetCidrReservationsOutputBuilder { /* private fields */ }Expand description
A builder for GetSubnetCidrReservationsOutput.
Implementations§
source§impl GetSubnetCidrReservationsOutputBuilder
impl GetSubnetCidrReservationsOutputBuilder
sourcepub fn subnet_ipv4_cidr_reservations(self, input: SubnetCidrReservation) -> Self
pub fn subnet_ipv4_cidr_reservations(self, input: SubnetCidrReservation) -> Self
Appends an item to subnet_ipv4_cidr_reservations.
To override the contents of this collection use set_subnet_ipv4_cidr_reservations.
Information about the IPv4 subnet CIDR reservations.
sourcepub fn set_subnet_ipv4_cidr_reservations(
self,
input: Option<Vec<SubnetCidrReservation>>
) -> Self
pub fn set_subnet_ipv4_cidr_reservations( self, input: Option<Vec<SubnetCidrReservation>> ) -> Self
Information about the IPv4 subnet CIDR reservations.
sourcepub fn get_subnet_ipv4_cidr_reservations(
&self
) -> &Option<Vec<SubnetCidrReservation>>
pub fn get_subnet_ipv4_cidr_reservations( &self ) -> &Option<Vec<SubnetCidrReservation>>
Information about the IPv4 subnet CIDR reservations.
sourcepub fn subnet_ipv6_cidr_reservations(self, input: SubnetCidrReservation) -> Self
pub fn subnet_ipv6_cidr_reservations(self, input: SubnetCidrReservation) -> Self
Appends an item to subnet_ipv6_cidr_reservations.
To override the contents of this collection use set_subnet_ipv6_cidr_reservations.
Information about the IPv6 subnet CIDR reservations.
sourcepub fn set_subnet_ipv6_cidr_reservations(
self,
input: Option<Vec<SubnetCidrReservation>>
) -> Self
pub fn set_subnet_ipv6_cidr_reservations( self, input: Option<Vec<SubnetCidrReservation>> ) -> Self
Information about the IPv6 subnet CIDR reservations.
sourcepub fn get_subnet_ipv6_cidr_reservations(
&self
) -> &Option<Vec<SubnetCidrReservation>>
pub fn get_subnet_ipv6_cidr_reservations( &self ) -> &Option<Vec<SubnetCidrReservation>>
Information about the IPv6 subnet CIDR reservations.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
The token to use to retrieve the next page of results. This value is null when there are no more results to return.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
The token to use to retrieve the next page of results. This value is null when there are no more results to return.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
The token to use to retrieve the next page of results. This value is null when there are no more results to return.
sourcepub fn build(self) -> GetSubnetCidrReservationsOutput
pub fn build(self) -> GetSubnetCidrReservationsOutput
Consumes the builder and constructs a GetSubnetCidrReservationsOutput.
Trait Implementations§
source§impl Clone for GetSubnetCidrReservationsOutputBuilder
impl Clone for GetSubnetCidrReservationsOutputBuilder
source§fn clone(&self) -> GetSubnetCidrReservationsOutputBuilder
fn clone(&self) -> GetSubnetCidrReservationsOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for GetSubnetCidrReservationsOutputBuilder
impl Default for GetSubnetCidrReservationsOutputBuilder
source§fn default() -> GetSubnetCidrReservationsOutputBuilder
fn default() -> GetSubnetCidrReservationsOutputBuilder
source§impl PartialEq<GetSubnetCidrReservationsOutputBuilder> for GetSubnetCidrReservationsOutputBuilder
impl PartialEq<GetSubnetCidrReservationsOutputBuilder> for GetSubnetCidrReservationsOutputBuilder
source§fn eq(&self, other: &GetSubnetCidrReservationsOutputBuilder) -> bool
fn eq(&self, other: &GetSubnetCidrReservationsOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.