Struct aws_sdk_ec2::operation::describe_transit_gateway_route_tables::builders::DescribeTransitGatewayRouteTablesOutputBuilder
source · #[non_exhaustive]pub struct DescribeTransitGatewayRouteTablesOutputBuilder { /* private fields */ }Expand description
A builder for DescribeTransitGatewayRouteTablesOutput.
Implementations§
source§impl DescribeTransitGatewayRouteTablesOutputBuilder
impl DescribeTransitGatewayRouteTablesOutputBuilder
sourcepub fn transit_gateway_route_tables(
self,
input: TransitGatewayRouteTable
) -> Self
pub fn transit_gateway_route_tables( self, input: TransitGatewayRouteTable ) -> Self
Appends an item to transit_gateway_route_tables.
To override the contents of this collection use set_transit_gateway_route_tables.
Information about the transit gateway route tables.
sourcepub fn set_transit_gateway_route_tables(
self,
input: Option<Vec<TransitGatewayRouteTable>>
) -> Self
pub fn set_transit_gateway_route_tables( self, input: Option<Vec<TransitGatewayRouteTable>> ) -> Self
Information about the transit gateway route tables.
sourcepub fn get_transit_gateway_route_tables(
&self
) -> &Option<Vec<TransitGatewayRouteTable>>
pub fn get_transit_gateway_route_tables( &self ) -> &Option<Vec<TransitGatewayRouteTable>>
Information about the transit gateway route tables.
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) -> DescribeTransitGatewayRouteTablesOutput
pub fn build(self) -> DescribeTransitGatewayRouteTablesOutput
Consumes the builder and constructs a DescribeTransitGatewayRouteTablesOutput.
Trait Implementations§
source§impl Clone for DescribeTransitGatewayRouteTablesOutputBuilder
impl Clone for DescribeTransitGatewayRouteTablesOutputBuilder
source§fn clone(&self) -> DescribeTransitGatewayRouteTablesOutputBuilder
fn clone(&self) -> DescribeTransitGatewayRouteTablesOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for DescribeTransitGatewayRouteTablesOutputBuilder
impl Default for DescribeTransitGatewayRouteTablesOutputBuilder
source§fn default() -> DescribeTransitGatewayRouteTablesOutputBuilder
fn default() -> DescribeTransitGatewayRouteTablesOutputBuilder
source§impl PartialEq for DescribeTransitGatewayRouteTablesOutputBuilder
impl PartialEq for DescribeTransitGatewayRouteTablesOutputBuilder
source§fn eq(&self, other: &DescribeTransitGatewayRouteTablesOutputBuilder) -> bool
fn eq(&self, other: &DescribeTransitGatewayRouteTablesOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.