public class DeleteElasticsearchDomainRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Container for the parameters to the
DeleteElasticsearchDomain operation. Specifies the name
of the Elasticsearch domain that you want to delete.
NOOP| Constructor and Description |
|---|
DeleteElasticsearchDomainRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteElasticsearchDomainRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getDomainName()
The name of the Elasticsearch domain that you want to permanently delete.
|
int |
hashCode() |
void |
setDomainName(String domainName)
The name of the Elasticsearch domain that you want to permanently delete.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteElasticsearchDomainRequest |
withDomainName(String domainName)
The name of the Elasticsearch domain that you want to permanently delete.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic void setDomainName(String domainName)
The name of the Elasticsearch domain that you want to permanently delete.
domainName - The name of the Elasticsearch domain that you want to permanently
delete.public String getDomainName()
The name of the Elasticsearch domain that you want to permanently delete.
public DeleteElasticsearchDomainRequest withDomainName(String domainName)
The name of the Elasticsearch domain that you want to permanently delete.
domainName - The name of the Elasticsearch domain that you want to permanently
delete.public String toString()
toString in class ObjectObject.toString()public DeleteElasticsearchDomainRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2015. All rights reserved.