public class DeleteDomainRequest extends AmazonWebServiceRequest implements Serializable
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 |
---|---|
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.
|
copyPrivateRequestParameters, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
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()
Copyright © 2014. All rights reserved.