Struct aws_sdk_schemas::input::DescribeSchemaInput
source · #[non_exhaustive]pub struct DescribeSchemaInput { /* private fields */ }Implementations§
source§impl DescribeSchemaInput
impl DescribeSchemaInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeSchema, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeSchema, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeSchema>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeSchemaInput.
source§impl DescribeSchemaInput
impl DescribeSchemaInput
sourcepub fn registry_name(&self) -> Option<&str>
pub fn registry_name(&self) -> Option<&str>
The name of the registry.
sourcepub fn schema_name(&self) -> Option<&str>
pub fn schema_name(&self) -> Option<&str>
The name of the schema.
sourcepub fn schema_version(&self) -> Option<&str>
pub fn schema_version(&self) -> Option<&str>
Specifying this limits the results to only this schema version.
Trait Implementations§
source§impl Clone for DescribeSchemaInput
impl Clone for DescribeSchemaInput
source§fn clone(&self) -> DescribeSchemaInput
fn clone(&self) -> DescribeSchemaInput
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 Debug for DescribeSchemaInput
impl Debug for DescribeSchemaInput
source§impl PartialEq<DescribeSchemaInput> for DescribeSchemaInput
impl PartialEq<DescribeSchemaInput> for DescribeSchemaInput
source§fn eq(&self, other: &DescribeSchemaInput) -> bool
fn eq(&self, other: &DescribeSchemaInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.