Struct aws_sdk_glue::operation::query_schema_version_metadata::builders::QuerySchemaVersionMetadataFluentBuilder
source · pub struct QuerySchemaVersionMetadataFluentBuilder { /* private fields */ }Expand description
Fluent builder constructing a request to QuerySchemaVersionMetadata.
Queries for the schema version metadata information.
Implementations§
source§impl QuerySchemaVersionMetadataFluentBuilder
impl QuerySchemaVersionMetadataFluentBuilder
sourcepub fn as_input(&self) -> &QuerySchemaVersionMetadataInputBuilder
pub fn as_input(&self) -> &QuerySchemaVersionMetadataInputBuilder
Access the QuerySchemaVersionMetadata as a reference.
sourcepub async fn send(
self,
) -> Result<QuerySchemaVersionMetadataOutput, SdkError<QuerySchemaVersionMetadataError, HttpResponse>>
pub async fn send( self, ) -> Result<QuerySchemaVersionMetadataOutput, SdkError<QuerySchemaVersionMetadataError, HttpResponse>>
Sends the request and returns the response.
If an error occurs, an SdkError will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
sourcepub fn customize(
self,
) -> CustomizableOperation<QuerySchemaVersionMetadataOutput, QuerySchemaVersionMetadataError, Self>
pub fn customize( self, ) -> CustomizableOperation<QuerySchemaVersionMetadataOutput, QuerySchemaVersionMetadataError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
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 MetadataList.
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.
Trait Implementations§
source§impl Clone for QuerySchemaVersionMetadataFluentBuilder
impl Clone for QuerySchemaVersionMetadataFluentBuilder
source§fn clone(&self) -> QuerySchemaVersionMetadataFluentBuilder
fn clone(&self) -> QuerySchemaVersionMetadataFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moreAuto Trait Implementations§
impl Freeze for QuerySchemaVersionMetadataFluentBuilder
impl !RefUnwindSafe for QuerySchemaVersionMetadataFluentBuilder
impl Send for QuerySchemaVersionMetadataFluentBuilder
impl Sync for QuerySchemaVersionMetadataFluentBuilder
impl Unpin for QuerySchemaVersionMetadataFluentBuilder
impl !UnwindSafe for QuerySchemaVersionMetadataFluentBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more