Class WorkflowTypeFilter
java.lang.Object
com.amazonaws.services.simpleworkflow.model.WorkflowTypeFilter
- All Implemented Interfaces:
Serializable
,Cloneable
Used to filter workflow execution query results by type. Each parameter, if specified, defines a rule that must be satisfied by each returned result.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
getName()
Required. Name of the workflow type.Version of the workflow type.int
hashCode()
void
Required. Name of the workflow type.void
setVersion
(String version) Version of the workflow type.toString()
Returns a string representation of this object; useful for testing and debugging.Required. Name of the workflow type.withVersion
(String version) Version of the workflow type.
-
Constructor Details
-
WorkflowTypeFilter
public WorkflowTypeFilter()
-
-
Method Details
-
setName
Required. Name of the workflow type.
- Parameters:
name
- Required.
-
getName
Required. Name of the workflow type.
- Returns:
- Required.
-
withName
Required. Name of the workflow type.
- Parameters:
name
- Required.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setVersion
Version of the workflow type.
- Parameters:
version
- Version of the workflow type.
-
getVersion
Version of the workflow type.
- Returns:
- Version of the workflow type.
-
withVersion
Version of the workflow type.
- Parameters:
version
- Version of the workflow type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-