Struct aws_sdk_glue::operation::query_schema_version_metadata::builders::QuerySchemaVersionMetadataInputBuilder
source · #[non_exhaustive]pub struct QuerySchemaVersionMetadataInputBuilder { /* private fields */ }Expand description
A builder for QuerySchemaVersionMetadataInput.
Implementations§
source§impl QuerySchemaVersionMetadataInputBuilder
impl QuerySchemaVersionMetadataInputBuilder
sourcepub fn schema_id(self, input: SchemaId) -> Self
pub fn schema_id(self, input: SchemaId) -> Self
A wrapper structure that may contain the schema name and Amazon Resource Name (ARN).
sourcepub fn set_schema_id(self, input: Option<SchemaId>) -> Self
pub fn set_schema_id(self, input: Option<SchemaId>) -> Self
A wrapper structure that may contain the schema name and Amazon Resource Name (ARN).
sourcepub fn get_schema_id(&self) -> &Option<SchemaId>
pub fn get_schema_id(&self) -> &Option<SchemaId>
A wrapper structure that may contain the schema name and Amazon Resource Name (ARN).
sourcepub fn schema_version_number(self, input: SchemaVersionNumber) -> Self
pub fn schema_version_number(self, input: SchemaVersionNumber) -> Self
The version number of the schema.
sourcepub fn set_schema_version_number(
self,
input: Option<SchemaVersionNumber>
) -> Self
pub fn set_schema_version_number( self, input: Option<SchemaVersionNumber> ) -> Self
The version number of the schema.
sourcepub fn get_schema_version_number(&self) -> &Option<SchemaVersionNumber>
pub fn get_schema_version_number(&self) -> &Option<SchemaVersionNumber>
The version number of the schema.
sourcepub fn schema_version_id(self, input: impl Into<String>) -> Self
pub fn schema_version_id(self, input: impl Into<String>) -> Self
The unique version ID of the schema version.
sourcepub fn set_schema_version_id(self, input: Option<String>) -> Self
pub fn set_schema_version_id(self, input: Option<String>) -> Self
The unique version ID of the schema version.
sourcepub fn get_schema_version_id(&self) -> &Option<String>
pub fn get_schema_version_id(&self) -> &Option<String>
The unique version ID of the schema version.
sourcepub fn metadata_list(self, input: MetadataKeyValuePair) -> Self
pub fn metadata_list(self, input: MetadataKeyValuePair) -> Self
Appends an item to metadata_list.
To override the contents of this collection use set_metadata_list.
Search key-value pairs for metadata, if they are not provided all the metadata information will be fetched.
sourcepub fn set_metadata_list(self, input: Option<Vec<MetadataKeyValuePair>>) -> Self
pub fn set_metadata_list(self, input: Option<Vec<MetadataKeyValuePair>>) -> Self
Search key-value pairs for metadata, if they are not provided all the metadata information will be fetched.
sourcepub fn get_metadata_list(&self) -> &Option<Vec<MetadataKeyValuePair>>
pub fn get_metadata_list(&self) -> &Option<Vec<MetadataKeyValuePair>>
Search key-value pairs for metadata, if they are not provided all the metadata information will be fetched.
sourcepub fn max_results(self, input: i32) -> Self
pub fn max_results(self, input: i32) -> Self
Maximum number of results required per page. If the value is not supplied, this will be defaulted to 25 per page.
sourcepub fn set_max_results(self, input: Option<i32>) -> Self
pub fn set_max_results(self, input: Option<i32>) -> Self
Maximum number of results required per page. If the value is not supplied, this will be defaulted to 25 per page.
sourcepub fn get_max_results(&self) -> &Option<i32>
pub fn get_max_results(&self) -> &Option<i32>
Maximum number of results required per page. If the value is not supplied, this will be defaulted to 25 per page.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
A continuation token, if this is a continuation call.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
A continuation token, if this is a continuation call.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
A continuation token, if this is a continuation call.
sourcepub fn build(self) -> Result<QuerySchemaVersionMetadataInput, BuildError>
pub fn build(self) -> Result<QuerySchemaVersionMetadataInput, BuildError>
Consumes the builder and constructs a QuerySchemaVersionMetadataInput.
source§impl QuerySchemaVersionMetadataInputBuilder
impl QuerySchemaVersionMetadataInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<QuerySchemaVersionMetadataOutput, SdkError<QuerySchemaVersionMetadataError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<QuerySchemaVersionMetadataOutput, SdkError<QuerySchemaVersionMetadataError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for QuerySchemaVersionMetadataInputBuilder
impl Clone for QuerySchemaVersionMetadataInputBuilder
source§fn clone(&self) -> QuerySchemaVersionMetadataInputBuilder
fn clone(&self) -> QuerySchemaVersionMetadataInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for QuerySchemaVersionMetadataInputBuilder
impl Default for QuerySchemaVersionMetadataInputBuilder
source§fn default() -> QuerySchemaVersionMetadataInputBuilder
fn default() -> QuerySchemaVersionMetadataInputBuilder
source§impl PartialEq<QuerySchemaVersionMetadataInputBuilder> for QuerySchemaVersionMetadataInputBuilder
impl PartialEq<QuerySchemaVersionMetadataInputBuilder> for QuerySchemaVersionMetadataInputBuilder
source§fn eq(&self, other: &QuerySchemaVersionMetadataInputBuilder) -> bool
fn eq(&self, other: &QuerySchemaVersionMetadataInputBuilder) -> bool
self and other values to be equal, and is used
by ==.