#[non_exhaustive]pub struct PutRepositoryCatalogDataInput { /* private fields */ }Implementations§
source§impl PutRepositoryCatalogDataInput
impl PutRepositoryCatalogDataInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<PutRepositoryCatalogData, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<PutRepositoryCatalogData, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<PutRepositoryCatalogData>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PutRepositoryCatalogDataInput.
source§impl PutRepositoryCatalogDataInput
impl PutRepositoryCatalogDataInput
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 public registry the repository is in. 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 create or update the catalog data for.
sourcepub fn catalog_data(&self) -> Option<&RepositoryCatalogDataInput>
pub fn catalog_data(&self) -> Option<&RepositoryCatalogDataInput>
An object containing the catalog data for a repository. This data is publicly visible in the Amazon ECR Public Gallery.
Trait Implementations§
source§impl Clone for PutRepositoryCatalogDataInput
impl Clone for PutRepositoryCatalogDataInput
source§fn clone(&self) -> PutRepositoryCatalogDataInput
fn clone(&self) -> PutRepositoryCatalogDataInput
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<PutRepositoryCatalogDataInput> for PutRepositoryCatalogDataInput
impl PartialEq<PutRepositoryCatalogDataInput> for PutRepositoryCatalogDataInput
source§fn eq(&self, other: &PutRepositoryCatalogDataInput) -> bool
fn eq(&self, other: &PutRepositoryCatalogDataInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.