#[non_exhaustive]pub struct QuerySchemaVersionMetadataInput { /* private fields */ }Implementations§
source§impl QuerySchemaVersionMetadataInput
impl QuerySchemaVersionMetadataInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<QuerySchemaVersionMetadata, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<QuerySchemaVersionMetadata, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<QuerySchemaVersionMetadata>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture QuerySchemaVersionMetadataInput.
source§impl QuerySchemaVersionMetadataInput
impl QuerySchemaVersionMetadataInput
sourcepub fn schema_id(&self) -> Option<&SchemaId>
pub fn 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) -> Option<&SchemaVersionNumber>
pub fn schema_version_number(&self) -> Option<&SchemaVersionNumber>
The version number of the schema.
sourcepub fn schema_version_id(&self) -> Option<&str>
pub fn schema_version_id(&self) -> Option<&str>
The unique version ID of the schema version.
sourcepub fn metadata_list(&self) -> Option<&[MetadataKeyValuePair]>
pub fn metadata_list(&self) -> Option<&[MetadataKeyValuePair]>
Search key-value pairs for metadata, if they are not provided all the metadata information will be fetched.
sourcepub fn max_results(&self) -> i32
pub fn max_results(&self) -> 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) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
A continuation token, if this is a continuation call.
Trait Implementations§
source§impl Clone for QuerySchemaVersionMetadataInput
impl Clone for QuerySchemaVersionMetadataInput
source§fn clone(&self) -> QuerySchemaVersionMetadataInput
fn clone(&self) -> QuerySchemaVersionMetadataInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl PartialEq<QuerySchemaVersionMetadataInput> for QuerySchemaVersionMetadataInput
impl PartialEq<QuerySchemaVersionMetadataInput> for QuerySchemaVersionMetadataInput
source§fn eq(&self, other: &QuerySchemaVersionMetadataInput) -> bool
fn eq(&self, other: &QuerySchemaVersionMetadataInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.