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