public class DeleteDomainResult extends Object implements Serializable, Cloneable
The result of a DeleteDomain
request. Contains the status
of a newly deleted domain, or no status if the domain has already been
completely deleted.
Constructor and Description |
---|
DeleteDomainResult() |
Modifier and Type | Method and Description |
---|---|
DeleteDomainResult |
clone() |
boolean |
equals(Object obj) |
DomainStatus |
getDomainStatus()
The current status of the search domain.
|
int |
hashCode() |
void |
setDomainStatus(DomainStatus domainStatus)
The current status of the search domain.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteDomainResult |
withDomainStatus(DomainStatus domainStatus)
The current status of the search domain.
|
public DomainStatus getDomainStatus()
public void setDomainStatus(DomainStatus domainStatus)
domainStatus
- The current status of the search domain.public DeleteDomainResult withDomainStatus(DomainStatus domainStatus)
Returns a reference to this object so that method calls can be chained together.
domainStatus
- The current status of the search domain.public String toString()
toString
in class Object
Object.toString()
public DeleteDomainResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.