|
Did this page help you?Yes No Tell us about it... |
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.simpleworkflow.model.TagFilter
public class TagFilter
Used to filter the workflow executions in visibility APIs based on a tag.
| Constructor Summary | |
|---|---|
TagFilter()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getTag()
Specifies the tag that must be associated with the execution for it to meet the filter criteria. |
int |
hashCode()
|
void |
setTag(String tag)
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)
Specifies the tag that must be associated with the execution for it to meet the filter criteria. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TagFilter()
| Method Detail |
|---|
public String getTag()
Constraints:
Length: 1 - 256
public void setTag(String tag)
Constraints:
Length: 1 - 256
tag - Specifies the tag that must be associated with the execution for it to
meet the filter criteria. This field is required.public TagFilter withTag(String tag)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 256
tag - Specifies the tag that must be associated with the execution for it to
meet the filter criteria. This field is required.
public String toString()
toString in class ObjectObject.toString()public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||