Struct aws_sdk_ec2::operation::get_transit_gateway_route_table_propagations::builders::GetTransitGatewayRouteTablePropagationsOutputBuilder
source · #[non_exhaustive]pub struct GetTransitGatewayRouteTablePropagationsOutputBuilder { /* private fields */ }Expand description
A builder for GetTransitGatewayRouteTablePropagationsOutput.
Implementations§
source§impl GetTransitGatewayRouteTablePropagationsOutputBuilder
impl GetTransitGatewayRouteTablePropagationsOutputBuilder
sourcepub fn transit_gateway_route_table_propagations(
self,
input: TransitGatewayRouteTablePropagation,
) -> Self
pub fn transit_gateway_route_table_propagations( self, input: TransitGatewayRouteTablePropagation, ) -> Self
Appends an item to transit_gateway_route_table_propagations.
To override the contents of this collection use set_transit_gateway_route_table_propagations.
Information about the route table propagations.
sourcepub fn set_transit_gateway_route_table_propagations(
self,
input: Option<Vec<TransitGatewayRouteTablePropagation>>,
) -> Self
pub fn set_transit_gateway_route_table_propagations( self, input: Option<Vec<TransitGatewayRouteTablePropagation>>, ) -> Self
Information about the route table propagations.
sourcepub fn get_transit_gateway_route_table_propagations(
&self,
) -> &Option<Vec<TransitGatewayRouteTablePropagation>>
pub fn get_transit_gateway_route_table_propagations( &self, ) -> &Option<Vec<TransitGatewayRouteTablePropagation>>
Information about the route table propagations.
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) -> GetTransitGatewayRouteTablePropagationsOutput
pub fn build(self) -> GetTransitGatewayRouteTablePropagationsOutput
Consumes the builder and constructs a GetTransitGatewayRouteTablePropagationsOutput.
Trait Implementations§
source§impl Clone for GetTransitGatewayRouteTablePropagationsOutputBuilder
impl Clone for GetTransitGatewayRouteTablePropagationsOutputBuilder
source§fn clone(&self) -> GetTransitGatewayRouteTablePropagationsOutputBuilder
fn clone(&self) -> GetTransitGatewayRouteTablePropagationsOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for GetTransitGatewayRouteTablePropagationsOutputBuilder
impl Default for GetTransitGatewayRouteTablePropagationsOutputBuilder
source§fn default() -> GetTransitGatewayRouteTablePropagationsOutputBuilder
fn default() -> GetTransitGatewayRouteTablePropagationsOutputBuilder
source§impl PartialEq for GetTransitGatewayRouteTablePropagationsOutputBuilder
impl PartialEq for GetTransitGatewayRouteTablePropagationsOutputBuilder
source§fn eq(
&self,
other: &GetTransitGatewayRouteTablePropagationsOutputBuilder,
) -> bool
fn eq( &self, other: &GetTransitGatewayRouteTablePropagationsOutputBuilder, ) -> bool
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GetTransitGatewayRouteTablePropagationsOutputBuilder
Auto Trait Implementations§
impl Freeze for GetTransitGatewayRouteTablePropagationsOutputBuilder
impl RefUnwindSafe for GetTransitGatewayRouteTablePropagationsOutputBuilder
impl Send for GetTransitGatewayRouteTablePropagationsOutputBuilder
impl Sync for GetTransitGatewayRouteTablePropagationsOutputBuilder
impl Unpin for GetTransitGatewayRouteTablePropagationsOutputBuilder
impl UnwindSafe for GetTransitGatewayRouteTablePropagationsOutputBuilder
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