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