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