Class TagFilter
java.lang.Object
com.amazonaws.services.simpleworkflow.model.TagFilter
- All Implemented Interfaces:
Serializable
,Cloneable
Used to filter the workflow executions in visibility APIs based on a tag.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
getTag()
Required. Specifies the tag that must be associated with the execution for it to meet the filter criteria.int
hashCode()
void
Required. Specifies the tag that must be associated with the execution for it to meet the filter criteria.toString()
Returns a string representation of this object; useful for testing and debugging.Required. Specifies the tag that must be associated with the execution for it to meet the filter criteria.
-
Constructor Details
-
TagFilter
public TagFilter()
-
-
Method Details
-
setTag
Required. Specifies the tag that must be associated with the execution for it to meet the filter criteria.
- Parameters:
tag
- Required.
-
getTag
Required. Specifies the tag that must be associated with the execution for it to meet the filter criteria.
- Returns:
- Required.
-
withTag
Required. Specifies the tag that must be associated with the execution for it to meet the filter criteria.
- Parameters:
tag
- Required.- 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
-