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