@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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, withSdkRequestTimeout
public 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 Object
Object.toString()
public PutRepositoryCatalogDataRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()