Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.simpleworkflow.model
Class TagFilter

java.lang.Object
  extended by com.amazonaws.services.simpleworkflow.model.TagFilter
All Implemented Interfaces:
Serializable

public class TagFilter
extends Object
implements Serializable

Used to filter the workflow executions in visibility APIs based on a tag.

See Also:
Serialized Form

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

TagFilter

public TagFilter()
Method Detail

getTag

public String getTag()
Specifies the tag that must be associated with the execution for it to meet the filter criteria. This field is required.

Constraints:
Length: 1 - 256

Returns:
Specifies the tag that must be associated with the execution for it to meet the filter criteria. This field is required.

setTag

public void setTag(String tag)
Specifies the tag that must be associated with the execution for it to meet the filter criteria. This field is required.

Constraints:
Length: 1 - 256

Parameters:
tag - Specifies the tag that must be associated with the execution for it to meet the filter criteria. This field is required.

withTag

public TagFilter withTag(String tag)
Specifies the tag that must be associated with the execution for it to meet the filter criteria. This field is required.

Returns a reference to this object so that method calls can be chained together.

Constraints:
Length: 1 - 256

Parameters:
tag - Specifies the tag that must be associated with the execution for it to meet the filter criteria. This field is required.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.