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 ==.