@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteRepositoryRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| DeleteRepositoryRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| DeleteRepositoryRequest | clone() | 
| boolean | equals(Object obj) | 
| Boolean | getForce()
 If a repository contains images, forces the deletion. | 
| String | getRegistryId()
 The AWS account ID associated with the registry that contains the repository to delete. | 
| String | getRepositoryName()
 The name of the repository to delete. | 
| int | hashCode() | 
| Boolean | isForce()
 If a repository contains images, forces the deletion. | 
| void | setForce(Boolean force)
 If a repository contains images, forces the deletion. | 
| void | setRegistryId(String registryId)
 The AWS account ID associated with the registry that contains the repository to delete. | 
| void | setRepositoryName(String repositoryName)
 The name of the repository to delete. | 
| String | toString()Returns a string representation of this object. | 
| DeleteRepositoryRequest | withForce(Boolean force)
 If a repository contains images, forces the deletion. | 
| DeleteRepositoryRequest | withRegistryId(String registryId)
 The AWS account ID associated with the registry that contains the repository to delete. | 
| DeleteRepositoryRequest | withRepositoryName(String repositoryName)
 The name of the repository to delete. | 
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 registry that contains the repository to delete. If you do not specify a registry, the default registry is assumed.
registryId - The AWS account ID associated with the registry that contains the repository to delete. If you do not
        specify a registry, the default registry is assumed.public String getRegistryId()
The AWS account ID associated with the registry that contains the repository to delete. If you do not specify a registry, the default registry is assumed.
public DeleteRepositoryRequest withRegistryId(String registryId)
The AWS account ID associated with the registry that contains the repository to delete. If you do not specify a registry, the default registry is assumed.
registryId - The AWS account ID associated with the registry that contains the repository to delete. If you do not
        specify a registry, the default registry is assumed.public void setRepositoryName(String repositoryName)
The name of the repository to delete.
repositoryName - The name of the repository to delete.public String getRepositoryName()
The name of the repository to delete.
public DeleteRepositoryRequest withRepositoryName(String repositoryName)
The name of the repository to delete.
repositoryName - The name of the repository to delete.public void setForce(Boolean force)
If a repository contains images, forces the deletion.
force - If a repository contains images, forces the deletion.public Boolean getForce()
If a repository contains images, forces the deletion.
public DeleteRepositoryRequest withForce(Boolean force)
If a repository contains images, forces the deletion.
force - If a repository contains images, forces the deletion.public Boolean isForce()
If a repository contains images, forces the deletion.
public String toString()
toString in class ObjectObject.toString()public DeleteRepositoryRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.