@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteDomainResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeleteDomainResult() |
Modifier and Type | Method and Description |
---|---|
DeleteDomainResult |
clone() |
boolean |
equals(Object obj) |
String |
getStatus()
The status of the domain.
|
int |
hashCode() |
void |
setStatus(String status)
The status of the domain.
|
String |
toString()
Returns a string representation of this object.
|
DeleteDomainResult |
withStatus(DomainStatus status)
The status of the domain.
|
DeleteDomainResult |
withStatus(String status)
The status of the domain.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setStatus(String status)
The status of the domain.
status
- The status of the domain.DomainStatus
public String getStatus()
The status of the domain.
DomainStatus
public DeleteDomainResult withStatus(String status)
The status of the domain.
status
- The status of the domain.DomainStatus
public DeleteDomainResult withStatus(DomainStatus status)
The status of the domain.
status
- The status of the domain.DomainStatus
public String toString()
toString
in class Object
Object.toString()
public DeleteDomainResult clone()