@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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 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 Object
Object.toString()
public DeleteDomainRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()