@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteRepositoryPermissionsPolicyRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteRepositoryPermissionsPolicyRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteRepositoryPermissionsPolicyRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDomain()
The name of the domain that contains the repository associated with the resource policy to be deleted.
|
String |
getDomainOwner()
The 12-digit account number of the AWS account that owns the domain.
|
String |
getPolicyRevision()
The revision of the repository's resource policy to be deleted.
|
String |
getRepository()
The name of the repository that is associated with the resource policy to be deleted
|
int |
hashCode() |
void |
setDomain(String domain)
The name of the domain that contains the repository associated with the resource policy to be deleted.
|
void |
setDomainOwner(String domainOwner)
The 12-digit account number of the AWS account that owns the domain.
|
void |
setPolicyRevision(String policyRevision)
The revision of the repository's resource policy to be deleted.
|
void |
setRepository(String repository)
The name of the repository that is associated with the resource policy to be deleted
|
String |
toString()
Returns a string representation of this object.
|
DeleteRepositoryPermissionsPolicyRequest |
withDomain(String domain)
The name of the domain that contains the repository associated with the resource policy to be deleted.
|
DeleteRepositoryPermissionsPolicyRequest |
withDomainOwner(String domainOwner)
The 12-digit account number of the AWS account that owns the domain.
|
DeleteRepositoryPermissionsPolicyRequest |
withPolicyRevision(String policyRevision)
The revision of the repository's resource policy to be deleted.
|
DeleteRepositoryPermissionsPolicyRequest |
withRepository(String repository)
The name of the repository that is associated with the resource policy to be deleted
|
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 DeleteRepositoryPermissionsPolicyRequest()
public void setDomain(String domain)
The name of the domain that contains the repository associated with the resource policy to be deleted.
domain
- The name of the domain that contains the repository associated with the resource policy to be deleted.public String getDomain()
The name of the domain that contains the repository associated with the resource policy to be deleted.
public DeleteRepositoryPermissionsPolicyRequest withDomain(String domain)
The name of the domain that contains the repository associated with the resource policy to be deleted.
domain
- The name of the domain that contains the repository associated with the resource policy to be deleted.public void setDomainOwner(String domainOwner)
The 12-digit account number of the AWS account that owns the domain. It does not include dashes or spaces.
domainOwner
- The 12-digit account number of the AWS account that owns the domain. It does not include dashes or spaces.public String getDomainOwner()
The 12-digit account number of the AWS account that owns the domain. It does not include dashes or spaces.
public DeleteRepositoryPermissionsPolicyRequest withDomainOwner(String domainOwner)
The 12-digit account number of the AWS account that owns the domain. It does not include dashes or spaces.
domainOwner
- The 12-digit account number of the AWS account that owns the domain. It does not include dashes or spaces.public void setRepository(String repository)
The name of the repository that is associated with the resource policy to be deleted
repository
- The name of the repository that is associated with the resource policy to be deletedpublic String getRepository()
The name of the repository that is associated with the resource policy to be deleted
public DeleteRepositoryPermissionsPolicyRequest withRepository(String repository)
The name of the repository that is associated with the resource policy to be deleted
repository
- The name of the repository that is associated with the resource policy to be deletedpublic void setPolicyRevision(String policyRevision)
The revision of the repository's resource policy to be deleted. This revision is used for optimistic locking, which prevents others from accidentally overwriting your changes to the repository's resource policy.
policyRevision
- The revision of the repository's resource policy to be deleted. This revision is used for optimistic
locking, which prevents others from accidentally overwriting your changes to the repository's resource
policy.public String getPolicyRevision()
The revision of the repository's resource policy to be deleted. This revision is used for optimistic locking, which prevents others from accidentally overwriting your changes to the repository's resource policy.
public DeleteRepositoryPermissionsPolicyRequest withPolicyRevision(String policyRevision)
The revision of the repository's resource policy to be deleted. This revision is used for optimistic locking, which prevents others from accidentally overwriting your changes to the repository's resource policy.
policyRevision
- The revision of the repository's resource policy to be deleted. This revision is used for optimistic
locking, which prevents others from accidentally overwriting your changes to the repository's resource
policy.public String toString()
toString
in class Object
Object.toString()
public DeleteRepositoryPermissionsPolicyRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.