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
runIdof 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- TherunIdof 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
runIdof 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
runIdof 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
runIdof 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- TherunIdof 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
-
equals
-
hashCode
-
clone
-