#[non_exhaustive]pub struct GetRepositoryCatalogDataInput { /* private fields */ }Implementations§
source§impl GetRepositoryCatalogDataInput
impl GetRepositoryCatalogDataInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetRepositoryCatalogData, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetRepositoryCatalogData, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetRepositoryCatalogData>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetRepositoryCatalogDataInput.
source§impl GetRepositoryCatalogDataInput
impl GetRepositoryCatalogDataInput
sourcepub fn registry_id(&self) -> Option<&str>
pub fn registry_id(&self) -> Option<&str>
The Amazon Web Services account ID that's associated with the registry that contains the repositories to be described. If you do not specify a registry, the default public registry is assumed.
sourcepub fn repository_name(&self) -> Option<&str>
pub fn repository_name(&self) -> Option<&str>
The name of the repository to retrieve the catalog metadata for.
Trait Implementations§
source§impl Clone for GetRepositoryCatalogDataInput
impl Clone for GetRepositoryCatalogDataInput
source§fn clone(&self) -> GetRepositoryCatalogDataInput
fn clone(&self) -> GetRepositoryCatalogDataInput
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 PartialEq<GetRepositoryCatalogDataInput> for GetRepositoryCatalogDataInput
impl PartialEq<GetRepositoryCatalogDataInput> for GetRepositoryCatalogDataInput
source§fn eq(&self, other: &GetRepositoryCatalogDataInput) -> bool
fn eq(&self, other: &GetRepositoryCatalogDataInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.