Class WorkflowExecutionFilter
java.lang.Object
com.amazonaws.services.simpleworkflow.model.WorkflowExecutionFilter
- All Implemented Interfaces:
Serializable, Cloneable
Used to filter the workflow executions in visibility APIs by their
workflowId.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanThe workflowId to pass of match the criteria of this filter.inthashCode()voidsetWorkflowId(String workflowId) The workflowId to pass of match the criteria of this filter.toString()Returns a string representation of this object; useful for testing and debugging.withWorkflowId(String workflowId) The workflowId to pass of match the criteria of this filter.
-
Constructor Details
-
WorkflowExecutionFilter
public WorkflowExecutionFilter()
-
-
Method Details
-
setWorkflowId
The workflowId to pass of match the criteria of this filter.
- Parameters:
workflowId- The workflowId to pass of match the criteria of this filter.
-
getWorkflowId
The workflowId to pass of match the criteria of this filter.
- Returns:
- The workflowId to pass of match the criteria of this filter.
-
withWorkflowId
The workflowId to pass of match the criteria of this filter.
- Parameters:
workflowId- The workflowId to pass of match the criteria of this filter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-