#[non_exhaustive]pub struct ListSchemasOutputBuilder { /* private fields */ }Expand description
A builder for ListSchemasOutput.
Implementations§
source§impl ListSchemasOutputBuilder
impl ListSchemasOutputBuilder
sourcepub fn schemas(self, input: SchemaListItem) -> Self
pub fn schemas(self, input: SchemaListItem) -> Self
Appends an item to schemas.
To override the contents of this collection use set_schemas.
An array of SchemaListItem objects containing details of each schema.
sourcepub fn set_schemas(self, input: Option<Vec<SchemaListItem>>) -> Self
pub fn set_schemas(self, input: Option<Vec<SchemaListItem>>) -> Self
An array of SchemaListItem objects containing details of each schema.
sourcepub fn get_schemas(&self) -> &Option<Vec<SchemaListItem>>
pub fn get_schemas(&self) -> &Option<Vec<SchemaListItem>>
An array of SchemaListItem objects containing details of each schema.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
A continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
A continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
A continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last.
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<ListSchemasOutputBuilder> for ListSchemasOutputBuilder
impl PartialEq<ListSchemasOutputBuilder> 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 ==.