|
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.WorkflowExecutionFilter
public class WorkflowExecutionFilter
Used to filter the workflow executions in visibility APIs by their workflowId .
| Constructor Summary | |
|---|---|
WorkflowExecutionFilter()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getWorkflowId()
The workflowId to pass of match the criteria of this filter. |
int |
hashCode()
|
void |
setWorkflowId(String workflowId)
The workflowId to pass of match the criteria of this filter. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
WorkflowExecutionFilter |
withWorkflowId(String workflowId)
The workflowId to pass of match the criteria of this filter. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public WorkflowExecutionFilter()
| Method Detail |
|---|
public String getWorkflowId()
Constraints:
Length: 1 - 256
public void setWorkflowId(String workflowId)
Constraints:
Length: 1 - 256
workflowId - The workflowId to pass of match the criteria of this filter.public WorkflowExecutionFilter withWorkflowId(String workflowId)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 256
workflowId - The workflowId to pass of match the criteria of this filter.public String toString()
toString in class ObjectObject.toString()public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||