#[non_exhaustive]pub struct ListTablesOutputBuilder { /* private fields */ }Expand description
A builder for ListTablesOutput.
Implementations§
source§impl ListTablesOutputBuilder
impl ListTablesOutputBuilder
sourcepub fn tables(self, input: TableMember) -> Self
pub fn tables(self, input: TableMember) -> Self
Appends an item to tables.
To override the contents of this collection use set_tables.
The tables that match the request pattern.
sourcepub fn set_tables(self, input: Option<Vec<TableMember>>) -> Self
pub fn set_tables(self, input: Option<Vec<TableMember>>) -> Self
The tables that match the request pattern.
sourcepub fn get_tables(&self) -> &Option<Vec<TableMember>>
pub fn get_tables(&self) -> &Option<Vec<TableMember>>
The tables that match the request pattern.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned NextToken value in the next NextToken parameter and retrying the command. If the NextToken field is empty, all response records have been retrieved for the request.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned NextToken value in the next NextToken parameter and retrying the command. If the NextToken field is empty, all response records have been retrieved for the request.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned NextToken value in the next NextToken parameter and retrying the command. If the NextToken field is empty, all response records have been retrieved for the request.
sourcepub fn build(self) -> ListTablesOutput
pub fn build(self) -> ListTablesOutput
Consumes the builder and constructs a ListTablesOutput.
Trait Implementations§
source§impl Clone for ListTablesOutputBuilder
impl Clone for ListTablesOutputBuilder
source§fn clone(&self) -> ListTablesOutputBuilder
fn clone(&self) -> ListTablesOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for ListTablesOutputBuilder
impl Debug for ListTablesOutputBuilder
source§impl Default for ListTablesOutputBuilder
impl Default for ListTablesOutputBuilder
source§fn default() -> ListTablesOutputBuilder
fn default() -> ListTablesOutputBuilder
source§impl PartialEq for ListTablesOutputBuilder
impl PartialEq for ListTablesOutputBuilder
source§fn eq(&self, other: &ListTablesOutputBuilder) -> bool
fn eq(&self, other: &ListTablesOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.