@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) |
DomainDescription |
getDomain()
Contains information about the deleted domain after processing the request.
|
int |
hashCode() |
void |
setDomain(DomainDescription domain)
Contains information about the deleted domain after processing the request.
|
String |
toString()
Returns a string representation of this object.
|
DeleteDomainResult |
withDomain(DomainDescription domain)
Contains information about the deleted domain after processing the request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setDomain(DomainDescription domain)
Contains information about the deleted domain after processing the request.
domain
- Contains information about the deleted domain after processing the request.public DomainDescription getDomain()
Contains information about the deleted domain after processing the request.
public DeleteDomainResult withDomain(DomainDescription domain)
Contains information about the deleted domain after processing the request.
domain
- Contains information about the deleted domain after processing the request.public String toString()
toString
in class Object
Object.toString()
public DeleteDomainResult clone()