Class WorkflowExecution
java.lang.Object
com.amazonaws.services.simpleworkflow.model.WorkflowExecution
- All Implemented Interfaces:
Serializable
,Cloneable
Represents a workflow execution.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
getRunId()
A system-generated unique identifier for the workflow execution.The user defined identifier associated with the workflow execution.int
hashCode()
void
A system-generated unique identifier for the workflow execution.void
setWorkflowId
(String workflowId) The user defined identifier associated with the workflow execution.toString()
Returns a string representation of this object; useful for testing and debugging.A system-generated unique identifier for the workflow execution.withWorkflowId
(String workflowId) The user defined identifier associated with the workflow execution.
-
Constructor Details
-
WorkflowExecution
public WorkflowExecution()
-
-
Method Details
-
setWorkflowId
The user defined identifier associated with the workflow execution.
- Parameters:
workflowId
- The user defined identifier associated with the workflow execution.
-
getWorkflowId
The user defined identifier associated with the workflow execution.
- Returns:
- The user defined identifier associated with the workflow execution.
-
withWorkflowId
The user defined identifier associated with the workflow execution.
- Parameters:
workflowId
- The user defined identifier associated with the workflow execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setRunId
A system-generated unique identifier for the workflow execution.
- Parameters:
runId
- A system-generated unique identifier for the workflow execution.
-
getRunId
A system-generated unique identifier for the workflow execution.
- Returns:
- A system-generated unique identifier for the workflow execution.
-
withRunId
A system-generated unique identifier for the workflow execution.
- Parameters:
runId
- A system-generated unique identifier for the workflow execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-