@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutRepositoryCatalogDataRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
PutRepositoryCatalogDataRequest() |
| Modifier and Type | Method and Description |
|---|---|
PutRepositoryCatalogDataRequest |
clone() |
boolean |
equals(Object obj) |
RepositoryCatalogDataInput |
getCatalogData()
An object containing the catalog data for a repository.
|
String |
getRegistryId()
The AWS account ID associated with the public registry the repository is in.
|
String |
getRepositoryName()
The name of the repository to create or update the catalog data for.
|
int |
hashCode() |
void |
setCatalogData(RepositoryCatalogDataInput catalogData)
An object containing the catalog data for a repository.
|
void |
setRegistryId(String registryId)
The AWS account ID associated with the public registry the repository is in.
|
void |
setRepositoryName(String repositoryName)
The name of the repository to create or update the catalog data for.
|
String |
toString()
Returns a string representation of this object.
|
PutRepositoryCatalogDataRequest |
withCatalogData(RepositoryCatalogDataInput catalogData)
An object containing the catalog data for a repository.
|
PutRepositoryCatalogDataRequest |
withRegistryId(String registryId)
The AWS account ID associated with the public registry the repository is in.
|
PutRepositoryCatalogDataRequest |
withRepositoryName(String repositoryName)
The name of the repository to create or update the catalog data for.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setRegistryId(String registryId)
The AWS account ID associated with the public registry the repository is in. If you do not specify a registry, the default public registry is assumed.
registryId - The AWS account ID associated with the public registry the repository is in. If you do not specify a
registry, the default public registry is assumed.public String getRegistryId()
The AWS account ID associated with the public registry the repository is in. If you do not specify a registry, the default public registry is assumed.
public PutRepositoryCatalogDataRequest withRegistryId(String registryId)
The AWS account ID associated with the public registry the repository is in. If you do not specify a registry, the default public registry is assumed.
registryId - The AWS account ID associated with the public registry the repository is in. If you do not specify a
registry, the default public registry is assumed.public void setRepositoryName(String repositoryName)
The name of the repository to create or update the catalog data for.
repositoryName - The name of the repository to create or update the catalog data for.public String getRepositoryName()
The name of the repository to create or update the catalog data for.
public PutRepositoryCatalogDataRequest withRepositoryName(String repositoryName)
The name of the repository to create or update the catalog data for.
repositoryName - The name of the repository to create or update the catalog data for.public void setCatalogData(RepositoryCatalogDataInput catalogData)
An object containing the catalog data for a repository. This data is publicly visible in the Amazon ECR Public Gallery.
catalogData - An object containing the catalog data for a repository. This data is publicly visible in the Amazon ECR
Public Gallery.public RepositoryCatalogDataInput getCatalogData()
An object containing the catalog data for a repository. This data is publicly visible in the Amazon ECR Public Gallery.
public PutRepositoryCatalogDataRequest withCatalogData(RepositoryCatalogDataInput catalogData)
An object containing the catalog data for a repository. This data is publicly visible in the Amazon ECR Public Gallery.
catalogData - An object containing the catalog data for a repository. This data is publicly visible in the Amazon ECR
Public Gallery.public String toString()
toString in class ObjectObject.toString()public PutRepositoryCatalogDataRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.