@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateRepositoryRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateRepositoryRequest() |
Modifier and Type | Method and Description |
---|---|
CreateRepositoryRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
RepositoryCatalogDataInput |
getCatalogData()
The details about the repository that are publicly visible in the Amazon ECR Public Gallery.
|
String |
getRepositoryName()
The name to use for the repository.
|
int |
hashCode() |
void |
setCatalogData(RepositoryCatalogDataInput catalogData)
The details about the repository that are publicly visible in the Amazon ECR Public Gallery.
|
void |
setRepositoryName(String repositoryName)
The name to use for the repository.
|
String |
toString()
Returns a string representation of this object.
|
CreateRepositoryRequest |
withCatalogData(RepositoryCatalogDataInput catalogData)
The details about the repository that are publicly visible in the Amazon ECR Public Gallery.
|
CreateRepositoryRequest |
withRepositoryName(String repositoryName)
The name to use for the repository.
|
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 setRepositoryName(String repositoryName)
The name to use for the repository. This appears publicly in the Amazon ECR Public Gallery. The repository name
may be specified on its own (such as nginx-web-app
) or it can be prepended with a namespace to group
the repository into a category (such as project-a/nginx-web-app
).
repositoryName
- The name to use for the repository. This appears publicly in the Amazon ECR Public Gallery. The repository
name may be specified on its own (such as nginx-web-app
) or it can be prepended with a
namespace to group the repository into a category (such as project-a/nginx-web-app
).public String getRepositoryName()
The name to use for the repository. This appears publicly in the Amazon ECR Public Gallery. The repository name
may be specified on its own (such as nginx-web-app
) or it can be prepended with a namespace to group
the repository into a category (such as project-a/nginx-web-app
).
nginx-web-app
) or it can be prepended
with a namespace to group the repository into a category (such as project-a/nginx-web-app
).public CreateRepositoryRequest withRepositoryName(String repositoryName)
The name to use for the repository. This appears publicly in the Amazon ECR Public Gallery. The repository name
may be specified on its own (such as nginx-web-app
) or it can be prepended with a namespace to group
the repository into a category (such as project-a/nginx-web-app
).
repositoryName
- The name to use for the repository. This appears publicly in the Amazon ECR Public Gallery. The repository
name may be specified on its own (such as nginx-web-app
) or it can be prepended with a
namespace to group the repository into a category (such as project-a/nginx-web-app
).public void setCatalogData(RepositoryCatalogDataInput catalogData)
The details about the repository that are publicly visible in the Amazon ECR Public Gallery.
catalogData
- The details about the repository that are publicly visible in the Amazon ECR Public Gallery.public RepositoryCatalogDataInput getCatalogData()
The details about the repository that are publicly visible in the Amazon ECR Public Gallery.
public CreateRepositoryRequest withCatalogData(RepositoryCatalogDataInput catalogData)
The details about the repository that are publicly visible in the Amazon ECR Public Gallery.
catalogData
- The details about the repository that are publicly visible in the Amazon ECR Public Gallery.public String toString()
toString
in class Object
Object.toString()
public CreateRepositoryRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()