@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteDomainRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DeleteDomainRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteDomainRequest |
clone() |
boolean |
equals(Object obj) |
String |
getClientToken()
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
|
String |
getIdentifier()
The identifier of the Amazon Web Services domain that is to be deleted.
|
int |
hashCode() |
void |
setClientToken(String clientToken)
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
|
void |
setIdentifier(String identifier)
The identifier of the Amazon Web Services domain that is to be deleted.
|
String |
toString()
Returns a string representation of this object.
|
DeleteDomainRequest |
withClientToken(String clientToken)
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
|
DeleteDomainRequest |
withIdentifier(String identifier)
The identifier of the Amazon Web Services domain that is to be deleted.
|
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 setClientToken(String clientToken)
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
clientToken - A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.public String getClientToken()
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
public DeleteDomainRequest withClientToken(String clientToken)
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
clientToken - A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.public void setIdentifier(String identifier)
The identifier of the Amazon Web Services domain that is to be deleted.
identifier - The identifier of the Amazon Web Services domain that is to be deleted.public String getIdentifier()
The identifier of the Amazon Web Services domain that is to be deleted.
public DeleteDomainRequest withIdentifier(String identifier)
The identifier of the Amazon Web Services domain that is to be deleted.
identifier - The identifier of the Amazon Web Services domain that is to be deleted.public String toString()
toString in class ObjectObject.toString()public DeleteDomainRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.