@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 resource metadata for the workflow.
|
int |
hashCode() |
void |
setWorkflow(Workflow workflow)
The resource metadata for the workflow.
|
String |
toString()
Returns a string representation of this object.
|
GetWorkflowResult |
withWorkflow(Workflow workflow)
The resource metadata for the workflow.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setWorkflow(Workflow workflow)
The resource metadata for the workflow.
workflow
- The resource metadata for the workflow.public Workflow getWorkflow()
The resource metadata for the workflow.
public GetWorkflowResult withWorkflow(Workflow workflow)
The resource metadata for the workflow.
workflow
- The resource metadata for the workflow.public String toString()
toString
in class Object
Object.toString()
public GetWorkflowResult clone()