|
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.WorkflowExecution
public class WorkflowExecution
Represents a workflow execution.
Constructor Summary | |
---|---|
WorkflowExecution()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getRunId()
A system generated unique identifier for the workflow execution. |
String |
getWorkflowId()
The user defined identifier associated with the workflow execution. |
int |
hashCode()
|
void |
setRunId(String runId)
A system generated unique identifier for the workflow execution. |
void |
setWorkflowId(String workflowId)
The user defined identifier associated with the workflow execution. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
WorkflowExecution |
withRunId(String runId)
A system generated unique identifier for the workflow execution. |
WorkflowExecution |
withWorkflowId(String workflowId)
The user defined identifier associated with the workflow execution. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public WorkflowExecution()
Method Detail |
---|
public String getWorkflowId()
Constraints:
Length: 1 - 256
public void setWorkflowId(String workflowId)
Constraints:
Length: 1 - 256
workflowId
- The user defined identifier associated with the workflow execution.public WorkflowExecution withWorkflowId(String workflowId)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 256
workflowId
- The user defined identifier associated with the workflow execution.
public String getRunId()
Constraints:
Length: 1 - 64
public void setRunId(String runId)
Constraints:
Length: 1 - 64
runId
- A system generated unique identifier for the workflow execution.public WorkflowExecution withRunId(String runId)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 64
runId
- A system generated unique identifier for the workflow execution.
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 |