public class TagFilter extends Object implements Serializable, Cloneable
Used to filter the workflow executions in visibility APIs based on a tag.
Constructor and Description |
---|
TagFilter() |
Modifier and Type | Method and Description |
---|---|
TagFilter |
clone() |
boolean |
equals(Object obj) |
String |
getTag()
Required. Specifies the tag that must be associated with the
execution for it to meet the filter criteria.
|
int |
hashCode() |
void |
setTag(String tag)
Required. Specifies the tag that must be associated with the
execution for it to meet the filter criteria.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
TagFilter |
withTag(String tag)
Required. Specifies the tag that must be associated with the
execution for it to meet the filter criteria.
|
public String getTag()
Constraints:
Length: 1 - 256
public void setTag(String tag)
Constraints:
Length: 1 - 256
tag
- Required. Specifies the tag that must be associated with the
execution for it to meet the filter criteria.public TagFilter withTag(String tag)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 256
tag
- Required. Specifies the tag that must be associated with the
execution for it to meet the filter criteria.public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.