Struct aws_sdk_ec2::operation::describe_route_tables::builders::DescribeRouteTablesOutputBuilder
source · #[non_exhaustive]pub struct DescribeRouteTablesOutputBuilder { /* private fields */ }Expand description
A builder for DescribeRouteTablesOutput.
Implementations§
source§impl DescribeRouteTablesOutputBuilder
impl DescribeRouteTablesOutputBuilder
sourcepub fn route_tables(self, input: RouteTable) -> Self
pub fn route_tables(self, input: RouteTable) -> Self
Appends an item to route_tables.
To override the contents of this collection use set_route_tables.
Information about one or more route tables.
sourcepub fn set_route_tables(self, input: Option<Vec<RouteTable>>) -> Self
pub fn set_route_tables(self, input: Option<Vec<RouteTable>>) -> Self
Information about one or more route tables.
sourcepub fn get_route_tables(&self) -> &Option<Vec<RouteTable>>
pub fn get_route_tables(&self) -> &Option<Vec<RouteTable>>
Information about one or more 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 include in another request to get the next page of items. This value is null when there are no more items 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 include in another request to get the next page of items. This value is null when there are no more items to return.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
The token to include in another request to get the next page of items. This value is null when there are no more items to return.
sourcepub fn build(self) -> DescribeRouteTablesOutput
pub fn build(self) -> DescribeRouteTablesOutput
Consumes the builder and constructs a DescribeRouteTablesOutput.
Trait Implementations§
source§impl Clone for DescribeRouteTablesOutputBuilder
impl Clone for DescribeRouteTablesOutputBuilder
source§fn clone(&self) -> DescribeRouteTablesOutputBuilder
fn clone(&self) -> DescribeRouteTablesOutputBuilder
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 DescribeRouteTablesOutputBuilder
impl Default for DescribeRouteTablesOutputBuilder
source§fn default() -> DescribeRouteTablesOutputBuilder
fn default() -> DescribeRouteTablesOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DescribeRouteTablesOutputBuilder
impl PartialEq for DescribeRouteTablesOutputBuilder
source§fn eq(&self, other: &DescribeRouteTablesOutputBuilder) -> bool
fn eq(&self, other: &DescribeRouteTablesOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DescribeRouteTablesOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DescribeRouteTablesOutputBuilder
impl Send for DescribeRouteTablesOutputBuilder
impl Sync for DescribeRouteTablesOutputBuilder
impl Unpin for DescribeRouteTablesOutputBuilder
impl UnwindSafe for DescribeRouteTablesOutputBuilder
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.