@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeExecutionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeExecutionResult() |
Modifier and Type | Method and Description |
---|---|
DescribeExecutionResult |
clone() |
boolean |
equals(Object obj) |
DescribedExecution |
getExecution()
The structure that contains the details of the workflow' execution.
|
String |
getWorkflowId()
A unique identifier for the workflow.
|
int |
hashCode() |
void |
setExecution(DescribedExecution execution)
The structure that contains the details of the workflow' execution.
|
void |
setWorkflowId(String workflowId)
A unique identifier for the workflow.
|
String |
toString()
Returns a string representation of this object.
|
DescribeExecutionResult |
withExecution(DescribedExecution execution)
The structure that contains the details of the workflow' execution.
|
DescribeExecutionResult |
withWorkflowId(String workflowId)
A unique identifier for the workflow.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setWorkflowId(String workflowId)
A unique identifier for the workflow.
workflowId
- A unique identifier for the workflow.public String getWorkflowId()
A unique identifier for the workflow.
public DescribeExecutionResult withWorkflowId(String workflowId)
A unique identifier for the workflow.
workflowId
- A unique identifier for the workflow.public void setExecution(DescribedExecution execution)
The structure that contains the details of the workflow' execution.
execution
- The structure that contains the details of the workflow' execution.public DescribedExecution getExecution()
The structure that contains the details of the workflow' execution.
public DescribeExecutionResult withExecution(DescribedExecution execution)
The structure that contains the details of the workflow' execution.
execution
- The structure that contains the details of the workflow' execution.public String toString()
toString
in class Object
Object.toString()
public DescribeExecutionResult clone()