@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteDomainPermissionsPolicyRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteDomainPermissionsPolicyRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteDomainPermissionsPolicyRequest |
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 associated with the resource policy to be deleted.
|
String |
getDomainOwner()
The 12-digit account number of the Amazon Web Services account that owns the domain.
|
String |
getPolicyRevision()
The current revision of the resource policy to be deleted.
|
int |
hashCode() |
void |
setDomain(String domain)
The name of the domain associated with the resource policy to be deleted.
|
void |
setDomainOwner(String domainOwner)
The 12-digit account number of the Amazon Web Services account that owns the domain.
|
void |
setPolicyRevision(String policyRevision)
The current revision of the resource policy to be deleted.
|
String |
toString()
Returns a string representation of this object.
|
DeleteDomainPermissionsPolicyRequest |
withDomain(String domain)
The name of the domain associated with the resource policy to be deleted.
|
DeleteDomainPermissionsPolicyRequest |
withDomainOwner(String domainOwner)
The 12-digit account number of the Amazon Web Services account that owns the domain.
|
DeleteDomainPermissionsPolicyRequest |
withPolicyRevision(String policyRevision)
The current revision of 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 DeleteDomainPermissionsPolicyRequest()
public void setDomain(String domain)
The name of the domain associated with the resource policy to be deleted.
domain
- The name of the domain associated with the resource policy to be deleted.public String getDomain()
The name of the domain associated with the resource policy to be deleted.
public DeleteDomainPermissionsPolicyRequest withDomain(String domain)
The name of the domain associated with the resource policy to be deleted.
domain
- The name of the domain associated with the resource policy to be deleted.public void setDomainOwner(String domainOwner)
The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces.
domainOwner
- The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include
dashes or spaces.public String getDomainOwner()
The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces.
public DeleteDomainPermissionsPolicyRequest withDomainOwner(String domainOwner)
The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces.
domainOwner
- The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include
dashes or spaces.public void setPolicyRevision(String policyRevision)
The current revision of the resource policy to be deleted. This revision is used for optimistic locking, which prevents others from overwriting your changes to the domain's resource policy.
policyRevision
- The current revision of the resource policy to be deleted. This revision is used for optimistic locking,
which prevents others from overwriting your changes to the domain's resource policy.public String getPolicyRevision()
The current revision of the resource policy to be deleted. This revision is used for optimistic locking, which prevents others from overwriting your changes to the domain's resource policy.
public DeleteDomainPermissionsPolicyRequest withPolicyRevision(String policyRevision)
The current revision of the resource policy to be deleted. This revision is used for optimistic locking, which prevents others from overwriting your changes to the domain's resource policy.
policyRevision
- The current revision of the resource policy to be deleted. This revision is used for optimistic locking,
which prevents others from overwriting your changes to the domain's resource policy.public String toString()
toString
in class Object
Object.toString()
public DeleteDomainPermissionsPolicyRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()