Class Run
java.lang.Object
com.amazonaws.services.simpleworkflow.model.Run
- All Implemented Interfaces:
Serializable
,Cloneable
Specifies the runId
of a workflow execution.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Run
public Run()
-
-
Method Details
-
setRunId
The
runId
of a workflow execution. This ID is generated by the service and can be used to uniquely identify the workflow execution within a domain.- Parameters:
runId
- TherunId
of a workflow execution. This ID is generated by the service and can be used to uniquely identify the workflow execution within a domain.
-
getRunId
The
runId
of a workflow execution. This ID is generated by the service and can be used to uniquely identify the workflow execution within a domain.- Returns:
- The
runId
of a workflow execution. This ID is generated by the service and can be used to uniquely identify the workflow execution within a domain.
-
withRunId
The
runId
of a workflow execution. This ID is generated by the service and can be used to uniquely identify the workflow execution within a domain.- Parameters:
runId
- TherunId
of a workflow execution. This ID is generated by the service and can be used to uniquely identify the workflow execution within a domain.- 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
-