@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.
|
Boolean |
getSkipDeletionCheck()
Specifies the optional flag to delete all child entities within the domain.
|
int |
hashCode() |
Boolean |
isSkipDeletionCheck()
Specifies the optional flag to delete all child entities within the domain.
|
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.
|
void |
setSkipDeletionCheck(Boolean skipDeletionCheck)
Specifies the optional flag to delete all child entities within the domain.
|
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.
|
DeleteDomainRequest |
withSkipDeletionCheck(Boolean skipDeletionCheck)
Specifies the optional flag to delete all child entities within the domain.
|
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 void setSkipDeletionCheck(Boolean skipDeletionCheck)
Specifies the optional flag to delete all child entities within the domain.
skipDeletionCheck
- Specifies the optional flag to delete all child entities within the domain.public Boolean getSkipDeletionCheck()
Specifies the optional flag to delete all child entities within the domain.
public DeleteDomainRequest withSkipDeletionCheck(Boolean skipDeletionCheck)
Specifies the optional flag to delete all child entities within the domain.
skipDeletionCheck
- Specifies the optional flag to delete all child entities within the domain.public Boolean isSkipDeletionCheck()
Specifies the optional flag to delete all child entities within the domain.
public String toString()
toString
in class Object
Object.toString()
public DeleteDomainRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()