|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.simpleworkflow.model.Run
public class Run
Specifies the runId
of a workflow execution.
Constructor Summary | |
---|---|
Run()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getRunId()
The runId of a workflow execution. |
int |
hashCode()
|
void |
setRunId(String runId)
The runId of a workflow execution. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
Run |
withRunId(String runId)
The runId of a workflow execution. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Run()
Method Detail |
---|
public String getRunId()
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.
Constraints:
Length: 1 - 64
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.public void setRunId(String runId)
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.
Constraints:
Length: 1 - 64
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.public Run withRunId(String runId)
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 a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 64
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.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |