@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteDomainResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The results of a DeleteDomain
request. Contains the status of the pending deletion, or a
"domain not found" error if the domain and all of its resources have been deleted.
Constructor and Description |
---|
DeleteDomainResult() |
Modifier and Type | Method and Description |
---|---|
DeleteDomainResult |
clone() |
boolean |
equals(Object obj) |
DomainStatus |
getDomainStatus()
The status of the domain being deleted.
|
int |
hashCode() |
void |
setDomainStatus(DomainStatus domainStatus)
The status of the domain being deleted.
|
String |
toString()
Returns a string representation of this object.
|
DeleteDomainResult |
withDomainStatus(DomainStatus domainStatus)
The status of the domain being deleted.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setDomainStatus(DomainStatus domainStatus)
The status of the domain being deleted.
domainStatus
- The status of the domain being deleted.public DomainStatus getDomainStatus()
The status of the domain being deleted.
public DeleteDomainResult withDomainStatus(DomainStatus domainStatus)
The status of the domain being deleted.
domainStatus
- The status of the domain being deleted.public String toString()
toString
in class Object
Object.toString()
public DeleteDomainResult clone()