Struct aws_sdk_glue::operation::list_schema_versions::builders::ListSchemaVersionsOutputBuilder
source · #[non_exhaustive]pub struct ListSchemaVersionsOutputBuilder { /* private fields */ }Expand description
A builder for ListSchemaVersionsOutput.
Implementations§
source§impl ListSchemaVersionsOutputBuilder
impl ListSchemaVersionsOutputBuilder
sourcepub fn schemas(self, input: SchemaVersionListItem) -> Self
pub fn schemas(self, input: SchemaVersionListItem) -> Self
Appends an item to schemas.
To override the contents of this collection use set_schemas.
An array of SchemaVersionList objects containing details of each schema version.
sourcepub fn set_schemas(self, input: Option<Vec<SchemaVersionListItem>>) -> Self
pub fn set_schemas(self, input: Option<Vec<SchemaVersionListItem>>) -> Self
An array of SchemaVersionList objects containing details of each schema version.
sourcepub fn get_schemas(&self) -> &Option<Vec<SchemaVersionListItem>>
pub fn get_schemas(&self) -> &Option<Vec<SchemaVersionListItem>>
An array of SchemaVersionList objects containing details of each schema version.
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) -> ListSchemaVersionsOutput
pub fn build(self) -> ListSchemaVersionsOutput
Consumes the builder and constructs a ListSchemaVersionsOutput.
Trait Implementations§
source§impl Clone for ListSchemaVersionsOutputBuilder
impl Clone for ListSchemaVersionsOutputBuilder
source§fn clone(&self) -> ListSchemaVersionsOutputBuilder
fn clone(&self) -> ListSchemaVersionsOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for ListSchemaVersionsOutputBuilder
impl Default for ListSchemaVersionsOutputBuilder
source§fn default() -> ListSchemaVersionsOutputBuilder
fn default() -> ListSchemaVersionsOutputBuilder
source§impl PartialEq<ListSchemaVersionsOutputBuilder> for ListSchemaVersionsOutputBuilder
impl PartialEq<ListSchemaVersionsOutputBuilder> for ListSchemaVersionsOutputBuilder
source§fn eq(&self, other: &ListSchemaVersionsOutputBuilder) -> bool
fn eq(&self, other: &ListSchemaVersionsOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.