#[non_exhaustive]pub struct ListSchemasOutputBuilder { /* private fields */ }Expand description
A builder for ListSchemasOutput.
Implementations§
source§impl ListSchemasOutputBuilder
impl ListSchemasOutputBuilder
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
The token that specifies the next page of results to return. To request the first page, leave NextToken empty. The token will expire in 24 hours, and cannot be shared with other accounts.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
The token that specifies the next page of results to return. To request the first page, leave NextToken empty. The token will expire in 24 hours, and cannot be shared with other accounts.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
The token that specifies the next page of results to return. To request the first page, leave NextToken empty. The token will expire in 24 hours, and cannot be shared with other accounts.
sourcepub fn schemas(self, input: SchemaSummary) -> Self
pub fn schemas(self, input: SchemaSummary) -> Self
Appends an item to schemas.
To override the contents of this collection use set_schemas.
An array of schema summaries.
sourcepub fn set_schemas(self, input: Option<Vec<SchemaSummary>>) -> Self
pub fn set_schemas(self, input: Option<Vec<SchemaSummary>>) -> Self
An array of schema summaries.
sourcepub fn get_schemas(&self) -> &Option<Vec<SchemaSummary>>
pub fn get_schemas(&self) -> &Option<Vec<SchemaSummary>>
An array of schema summaries.
sourcepub fn build(self) -> ListSchemasOutput
pub fn build(self) -> ListSchemasOutput
Consumes the builder and constructs a ListSchemasOutput.
Trait Implementations§
source§impl Clone for ListSchemasOutputBuilder
impl Clone for ListSchemasOutputBuilder
source§fn clone(&self) -> ListSchemasOutputBuilder
fn clone(&self) -> ListSchemasOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for ListSchemasOutputBuilder
impl Debug for ListSchemasOutputBuilder
source§impl Default for ListSchemasOutputBuilder
impl Default for ListSchemasOutputBuilder
source§fn default() -> ListSchemasOutputBuilder
fn default() -> ListSchemasOutputBuilder
source§impl PartialEq for ListSchemasOutputBuilder
impl PartialEq for ListSchemasOutputBuilder
source§fn eq(&self, other: &ListSchemasOutputBuilder) -> bool
fn eq(&self, other: &ListSchemasOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.