public class WorkflowExecutionFilter extends Object implements Serializable, Cloneable
Used to filter the workflow executions in visibility APIs by their
workflowId .
| Constructor and Description |
|---|
WorkflowExecutionFilter() |
| Modifier and Type | Method and Description |
|---|---|
WorkflowExecutionFilter |
clone() |
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.
|
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 WorkflowExecutionFilter clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.