@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetWorkflowResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| GetWorkflowResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| GetWorkflowResult | clone() | 
| boolean | equals(Object obj) | 
| Workflow | getWorkflow()
 The workflow resource specified in the request. | 
| int | hashCode() | 
| void | setWorkflow(Workflow workflow)
 The workflow resource specified in the request. | 
| String | toString()Returns a string representation of this object. | 
| GetWorkflowResult | withWorkflow(Workflow workflow)
 The workflow resource specified in the request. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setWorkflow(Workflow workflow)
The workflow resource specified in the request.
workflow - The workflow resource specified in the request.public Workflow getWorkflow()
The workflow resource specified in the request.
public GetWorkflowResult withWorkflow(Workflow workflow)
The workflow resource specified in the request.
workflow - The workflow resource specified in the request.public String toString()
toString in class ObjectObject.toString()public GetWorkflowResult clone()