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