Struct aws_sdk_redshiftdata::operation::describe_table::builders::DescribeTableOutputBuilder
source · #[non_exhaustive]pub struct DescribeTableOutputBuilder { /* private fields */ }Expand description
A builder for DescribeTableOutput.
Implementations§
source§impl DescribeTableOutputBuilder
impl DescribeTableOutputBuilder
sourcepub fn table_name(self, input: impl Into<String>) -> Self
pub fn table_name(self, input: impl Into<String>) -> Self
The table name.
sourcepub fn set_table_name(self, input: Option<String>) -> Self
pub fn set_table_name(self, input: Option<String>) -> Self
The table name.
sourcepub fn get_table_name(&self) -> &Option<String>
pub fn get_table_name(&self) -> &Option<String>
The table name.
sourcepub fn column_list(self, input: ColumnMetadata) -> Self
pub fn column_list(self, input: ColumnMetadata) -> Self
Appends an item to column_list.
To override the contents of this collection use set_column_list.
A list of columns in the table.
sourcepub fn set_column_list(self, input: Option<Vec<ColumnMetadata>>) -> Self
pub fn set_column_list(self, input: Option<Vec<ColumnMetadata>>) -> Self
A list of columns in the table.
sourcepub fn get_column_list(&self) -> &Option<Vec<ColumnMetadata>>
pub fn get_column_list(&self) -> &Option<Vec<ColumnMetadata>>
A list of columns in the table.
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) -> DescribeTableOutput
pub fn build(self) -> DescribeTableOutput
Consumes the builder and constructs a DescribeTableOutput.
Trait Implementations§
source§impl Clone for DescribeTableOutputBuilder
impl Clone for DescribeTableOutputBuilder
source§fn clone(&self) -> DescribeTableOutputBuilder
fn clone(&self) -> DescribeTableOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for DescribeTableOutputBuilder
impl Debug for DescribeTableOutputBuilder
source§impl Default for DescribeTableOutputBuilder
impl Default for DescribeTableOutputBuilder
source§fn default() -> DescribeTableOutputBuilder
fn default() -> DescribeTableOutputBuilder
source§impl PartialEq<DescribeTableOutputBuilder> for DescribeTableOutputBuilder
impl PartialEq<DescribeTableOutputBuilder> for DescribeTableOutputBuilder
source§fn eq(&self, other: &DescribeTableOutputBuilder) -> bool
fn eq(&self, other: &DescribeTableOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.