@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteRepositoryPolicyRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteRepositoryPolicyRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteRepositoryPolicyRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getRegistryId()
The Amazon Web Services account ID that's associated with the public registry that contains the repository policy
to delete.
|
String |
getRepositoryName()
The name of the repository that's associated with the repository policy to delete.
|
int |
hashCode() |
void |
setRegistryId(String registryId)
The Amazon Web Services account ID that's associated with the public registry that contains the repository policy
to delete.
|
void |
setRepositoryName(String repositoryName)
The name of the repository that's associated with the repository policy to delete.
|
String |
toString()
Returns a string representation of this object.
|
DeleteRepositoryPolicyRequest |
withRegistryId(String registryId)
The Amazon Web Services account ID that's associated with the public registry that contains the repository policy
to delete.
|
DeleteRepositoryPolicyRequest |
withRepositoryName(String repositoryName)
The name of the repository that's associated with the repository policy to delete.
|
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 Amazon Web Services account ID that's associated with the public registry that contains the repository policy to delete. If you do not specify a registry, the default public registry is assumed.
registryId
- The Amazon Web Services account ID that's associated with the public registry that contains the repository
policy to delete. If you do not specify a registry, the default public registry is assumed.public String getRegistryId()
The Amazon Web Services account ID that's associated with the public registry that contains the repository policy to delete. If you do not specify a registry, the default public registry is assumed.
public DeleteRepositoryPolicyRequest withRegistryId(String registryId)
The Amazon Web Services account ID that's associated with the public registry that contains the repository policy to delete. If you do not specify a registry, the default public registry is assumed.
registryId
- The Amazon Web Services account ID that's associated with the public registry that contains the repository
policy to delete. If you do not specify a registry, the default public registry is assumed.public void setRepositoryName(String repositoryName)
The name of the repository that's associated with the repository policy to delete.
repositoryName
- The name of the repository that's associated with the repository policy to delete.public String getRepositoryName()
The name of the repository that's associated with the repository policy to delete.
public DeleteRepositoryPolicyRequest withRepositoryName(String repositoryName)
The name of the repository that's associated with the repository policy to delete.
repositoryName
- The name of the repository that's associated with the repository policy to delete.public String toString()
toString
in class Object
Object.toString()
public DeleteRepositoryPolicyRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()