|
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(java.lang.Object obj)
|
java.lang.String |
getWorkflowId()
The workflowId to pass of match the criteria of this filter. |
int |
hashCode()
|
void |
setWorkflowId(java.lang.String workflowId)
The workflowId to pass of match the criteria of this filter. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
WorkflowExecutionFilter |
withWorkflowId(java.lang.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 java.lang.String getWorkflowId()
Constraints:
Length: 1 - 256
public void setWorkflowId(java.lang.String workflowId)
Constraints:
Length: 1 - 256
workflowId - The workflowId to pass of match the criteria of this filter.public WorkflowExecutionFilter withWorkflowId(java.lang.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 java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||