#[non_exhaustive]pub struct AwsEc2RouteTableDetailsBuilder { /* private fields */ }Expand description
A builder for AwsEc2RouteTableDetails.
Implementations§
source§impl AwsEc2RouteTableDetailsBuilder
impl AwsEc2RouteTableDetailsBuilder
sourcepub fn association_set(self, input: AssociationSetDetails) -> Self
pub fn association_set(self, input: AssociationSetDetails) -> Self
Appends an item to association_set.
To override the contents of this collection use set_association_set.
The associations between a route table and one or more subnets or a gateway.
sourcepub fn set_association_set(
self,
input: Option<Vec<AssociationSetDetails>>,
) -> Self
pub fn set_association_set( self, input: Option<Vec<AssociationSetDetails>>, ) -> Self
The associations between a route table and one or more subnets or a gateway.
sourcepub fn get_association_set(&self) -> &Option<Vec<AssociationSetDetails>>
pub fn get_association_set(&self) -> &Option<Vec<AssociationSetDetails>>
The associations between a route table and one or more subnets or a gateway.
sourcepub fn owner_id(self, input: impl Into<String>) -> Self
pub fn owner_id(self, input: impl Into<String>) -> Self
The ID of the Amazon Web Services account that owns the route table.
sourcepub fn set_owner_id(self, input: Option<String>) -> Self
pub fn set_owner_id(self, input: Option<String>) -> Self
The ID of the Amazon Web Services account that owns the route table.
sourcepub fn get_owner_id(&self) -> &Option<String>
pub fn get_owner_id(&self) -> &Option<String>
The ID of the Amazon Web Services account that owns the route table.
sourcepub fn propagating_vgw_set(self, input: PropagatingVgwSetDetails) -> Self
pub fn propagating_vgw_set(self, input: PropagatingVgwSetDetails) -> Self
Appends an item to propagating_vgw_set.
To override the contents of this collection use set_propagating_vgw_set.
Describes a virtual private gateway propagating route.
sourcepub fn set_propagating_vgw_set(
self,
input: Option<Vec<PropagatingVgwSetDetails>>,
) -> Self
pub fn set_propagating_vgw_set( self, input: Option<Vec<PropagatingVgwSetDetails>>, ) -> Self
Describes a virtual private gateway propagating route.
sourcepub fn get_propagating_vgw_set(&self) -> &Option<Vec<PropagatingVgwSetDetails>>
pub fn get_propagating_vgw_set(&self) -> &Option<Vec<PropagatingVgwSetDetails>>
Describes a virtual private gateway propagating route.
sourcepub fn route_table_id(self, input: impl Into<String>) -> Self
pub fn route_table_id(self, input: impl Into<String>) -> Self
The ID of the route table.
sourcepub fn set_route_table_id(self, input: Option<String>) -> Self
pub fn set_route_table_id(self, input: Option<String>) -> Self
The ID of the route table.
sourcepub fn get_route_table_id(&self) -> &Option<String>
pub fn get_route_table_id(&self) -> &Option<String>
The ID of the route table.
sourcepub fn route_set(self, input: RouteSetDetails) -> Self
pub fn route_set(self, input: RouteSetDetails) -> Self
Appends an item to route_set.
To override the contents of this collection use set_route_set.
The routes in the route table.
sourcepub fn set_route_set(self, input: Option<Vec<RouteSetDetails>>) -> Self
pub fn set_route_set(self, input: Option<Vec<RouteSetDetails>>) -> Self
The routes in the route table.
sourcepub fn get_route_set(&self) -> &Option<Vec<RouteSetDetails>>
pub fn get_route_set(&self) -> &Option<Vec<RouteSetDetails>>
The routes in the route table.
sourcepub fn vpc_id(self, input: impl Into<String>) -> Self
pub fn vpc_id(self, input: impl Into<String>) -> Self
The ID of the virtual private cloud (VPC).
sourcepub fn set_vpc_id(self, input: Option<String>) -> Self
pub fn set_vpc_id(self, input: Option<String>) -> Self
The ID of the virtual private cloud (VPC).
sourcepub fn get_vpc_id(&self) -> &Option<String>
pub fn get_vpc_id(&self) -> &Option<String>
The ID of the virtual private cloud (VPC).
sourcepub fn build(self) -> AwsEc2RouteTableDetails
pub fn build(self) -> AwsEc2RouteTableDetails
Consumes the builder and constructs a AwsEc2RouteTableDetails.
Trait Implementations§
source§impl Clone for AwsEc2RouteTableDetailsBuilder
impl Clone for AwsEc2RouteTableDetailsBuilder
source§fn clone(&self) -> AwsEc2RouteTableDetailsBuilder
fn clone(&self) -> AwsEc2RouteTableDetailsBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for AwsEc2RouteTableDetailsBuilder
impl Default for AwsEc2RouteTableDetailsBuilder
source§fn default() -> AwsEc2RouteTableDetailsBuilder
fn default() -> AwsEc2RouteTableDetailsBuilder
source§impl PartialEq for AwsEc2RouteTableDetailsBuilder
impl PartialEq for AwsEc2RouteTableDetailsBuilder
source§fn eq(&self, other: &AwsEc2RouteTableDetailsBuilder) -> bool
fn eq(&self, other: &AwsEc2RouteTableDetailsBuilder) -> bool
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for AwsEc2RouteTableDetailsBuilder
Auto Trait Implementations§
impl Freeze for AwsEc2RouteTableDetailsBuilder
impl RefUnwindSafe for AwsEc2RouteTableDetailsBuilder
impl Send for AwsEc2RouteTableDetailsBuilder
impl Sync for AwsEc2RouteTableDetailsBuilder
impl Unpin for AwsEc2RouteTableDetailsBuilder
impl UnwindSafe for AwsEc2RouteTableDetailsBuilder
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
clone_to_uninit)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>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more