Struct aws_sdk_glue::input::UpdateRegistryInput
source · #[non_exhaustive]pub struct UpdateRegistryInput { /* private fields */ }Implementations§
source§impl UpdateRegistryInput
impl UpdateRegistryInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateRegistry, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateRegistry, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateRegistry>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateRegistryInput.
source§impl UpdateRegistryInput
impl UpdateRegistryInput
sourcepub fn registry_id(&self) -> Option<&RegistryId>
pub fn registry_id(&self) -> Option<&RegistryId>
This is a wrapper structure that may contain the registry name and Amazon Resource Name (ARN).
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
A description of the registry. If description is not provided, this field will not be updated.
Trait Implementations§
source§impl Clone for UpdateRegistryInput
impl Clone for UpdateRegistryInput
source§fn clone(&self) -> UpdateRegistryInput
fn clone(&self) -> UpdateRegistryInput
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 UpdateRegistryInput
impl Debug for UpdateRegistryInput
source§impl PartialEq<UpdateRegistryInput> for UpdateRegistryInput
impl PartialEq<UpdateRegistryInput> for UpdateRegistryInput
source§fn eq(&self, other: &UpdateRegistryInput) -> bool
fn eq(&self, other: &UpdateRegistryInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.