public class DeleteDomainRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
DeleteDomain operation
.
Permanently deletes a search domain and all of its data. Once a domain has been deleted, it cannot be recovered. For more information, see Deleting a Search Domain in the Amazon CloudSearch Developer Guide .
NOOP
Constructor and Description |
---|
DeleteDomainRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteDomainRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getDomainName()
The name of the domain you want to permanently delete.
|
int |
hashCode() |
void |
setDomainName(String domainName)
The name of the domain you want to permanently delete.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteDomainRequest |
withDomainName(String domainName)
The name of the domain you want to permanently delete.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public String getDomainName()
Constraints:
Length: 3 - 28
Pattern: [a-z][a-z0-9\-]+
public void setDomainName(String domainName)
Constraints:
Length: 3 - 28
Pattern: [a-z][a-z0-9\-]+
domainName
- The name of the domain you want to permanently delete.public DeleteDomainRequest withDomainName(String domainName)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 3 - 28
Pattern: [a-z][a-z0-9\-]+
domainName
- The name of the domain you want to permanently delete.public String toString()
toString
in class Object
Object.toString()
public DeleteDomainRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.