@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteDomainEntryResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DeleteDomainEntryResult() |
| Modifier and Type | Method and Description |
|---|---|
DeleteDomainEntryResult |
clone() |
boolean |
equals(Object obj) |
Operation |
getOperation()
An array of key-value pairs containing information about the results of your delete domain entry request.
|
int |
hashCode() |
void |
setOperation(Operation operation)
An array of key-value pairs containing information about the results of your delete domain entry request.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DeleteDomainEntryResult |
withOperation(Operation operation)
An array of key-value pairs containing information about the results of your delete domain entry request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setOperation(Operation operation)
An array of key-value pairs containing information about the results of your delete domain entry request.
operation - An array of key-value pairs containing information about the results of your delete domain entry request.public Operation getOperation()
An array of key-value pairs containing information about the results of your delete domain entry request.
public DeleteDomainEntryResult withOperation(Operation operation)
An array of key-value pairs containing information about the results of your delete domain entry request.
operation - An array of key-value pairs containing information about the results of your delete domain entry request.public String toString()
toString in class ObjectObject.toString()public DeleteDomainEntryResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.