@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()
Returns the details of an operation.
|
int |
hashCode() |
void |
setOperation(Operation operation)
Returns the details of an operation.
|
String |
toString()
Returns a string representation of this object.
|
GetOperationResult |
withOperation(Operation operation)
Returns the details of an operation.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setOperation(Operation operation)
Returns the details of an operation.
operation - Returns the details of an operation.public Operation getOperation()
Returns the details of an operation.
public GetOperationResult withOperation(Operation operation)
Returns the details of an operation.
operation - Returns the details of an operation.public String toString()
toString in class ObjectObject.toString()public GetOperationResult clone()