java.lang.Object
com.amazonaws.services.simpleworkflow.model.Run
All Implemented Interfaces:
Serializable, Cloneable

public class Run extends Object implements Serializable, Cloneable

Specifies the runId of a workflow execution.

See Also:
  • Constructor Details

    • Run

      public Run()
  • Method Details

    • setRunId

      public void setRunId(String runId)

      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 - 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.
    • getRunId

      public String 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

      public Run withRunId(String runId)

      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 - 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:
      Returns a reference to this object so that method calls can be chained together.
    • toString

      public String toString()
      Returns a string representation of this object; useful for testing and debugging.
      Overrides:
      toString in class Object
      Returns:
      A string representation of this object.
      See Also:
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • clone

      public Run clone()
      Overrides:
      clone in class Object