Struct aws_sdk_ec2::operation::describe_local_gateway_route_tables::builders::DescribeLocalGatewayRouteTablesOutputBuilder
source · #[non_exhaustive]pub struct DescribeLocalGatewayRouteTablesOutputBuilder { /* private fields */ }Expand description
A builder for DescribeLocalGatewayRouteTablesOutput.
Implementations§
source§impl DescribeLocalGatewayRouteTablesOutputBuilder
impl DescribeLocalGatewayRouteTablesOutputBuilder
sourcepub fn local_gateway_route_tables(self, input: LocalGatewayRouteTable) -> Self
pub fn local_gateway_route_tables(self, input: LocalGatewayRouteTable) -> Self
Appends an item to local_gateway_route_tables.
To override the contents of this collection use set_local_gateway_route_tables.
Information about the local gateway route tables.
sourcepub fn set_local_gateway_route_tables(
self,
input: Option<Vec<LocalGatewayRouteTable>>
) -> Self
pub fn set_local_gateway_route_tables( self, input: Option<Vec<LocalGatewayRouteTable>> ) -> Self
Information about the local gateway route tables.
sourcepub fn get_local_gateway_route_tables(
&self
) -> &Option<Vec<LocalGatewayRouteTable>>
pub fn get_local_gateway_route_tables( &self ) -> &Option<Vec<LocalGatewayRouteTable>>
Information about the local 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) -> DescribeLocalGatewayRouteTablesOutput
pub fn build(self) -> DescribeLocalGatewayRouteTablesOutput
Consumes the builder and constructs a DescribeLocalGatewayRouteTablesOutput.
Trait Implementations§
source§impl Clone for DescribeLocalGatewayRouteTablesOutputBuilder
impl Clone for DescribeLocalGatewayRouteTablesOutputBuilder
source§fn clone(&self) -> DescribeLocalGatewayRouteTablesOutputBuilder
fn clone(&self) -> DescribeLocalGatewayRouteTablesOutputBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Default for DescribeLocalGatewayRouteTablesOutputBuilder
impl Default for DescribeLocalGatewayRouteTablesOutputBuilder
source§fn default() -> DescribeLocalGatewayRouteTablesOutputBuilder
fn default() -> DescribeLocalGatewayRouteTablesOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DescribeLocalGatewayRouteTablesOutputBuilder
impl PartialEq for DescribeLocalGatewayRouteTablesOutputBuilder
source§fn eq(&self, other: &DescribeLocalGatewayRouteTablesOutputBuilder) -> bool
fn eq(&self, other: &DescribeLocalGatewayRouteTablesOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DescribeLocalGatewayRouteTablesOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DescribeLocalGatewayRouteTablesOutputBuilder
impl Send for DescribeLocalGatewayRouteTablesOutputBuilder
impl Sync for DescribeLocalGatewayRouteTablesOutputBuilder
impl Unpin for DescribeLocalGatewayRouteTablesOutputBuilder
impl UnwindSafe for DescribeLocalGatewayRouteTablesOutputBuilder
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
Mutably borrows from an owned value. Read more
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>
Creates a shared type from an unshared type.