@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) |
Operation |
getOperation()
An array of key-value pairs containing information about the results of your delete domain request.
|
int |
hashCode() |
void |
setOperation(Operation operation)
An array of key-value pairs containing information about the results of your delete domain request.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DeleteDomainResult |
withOperation(Operation operation)
An array of key-value pairs containing information about the results of your delete domain request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setOperation(Operation operation)
An array of key-value pairs containing information about the results of your delete domain request.
operation - An array of key-value pairs containing information about the results of your delete domain request.public Operation getOperation()
An array of key-value pairs containing information about the results of your delete domain request.
public DeleteDomainResult withOperation(Operation operation)
An array of key-value pairs containing information about the results of your delete domain request.
operation - An array of key-value pairs containing information about the results of your delete domain request.public String toString()
toString in class ObjectObject.toString()public DeleteDomainResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.