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