@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TagFilter extends Object implements Serializable, Cloneable, StructuredPojo
The tag filter.
Constructor and Description |
---|
TagFilter() |
Modifier and Type | Method and Description |
---|---|
TagFilter |
clone() |
boolean |
equals(Object obj) |
String |
getComparison()
The tag filter comparison value.
|
String |
getKey()
The tag filter key.
|
String |
getValue()
The tag filter value.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setComparison(String comparison)
The tag filter comparison value.
|
void |
setKey(String key)
The tag filter key.
|
void |
setValue(String value)
The tag filter value.
|
String |
toString()
Returns a string representation of this object.
|
TagFilter |
withComparison(String comparison)
The tag filter comparison value.
|
TagFilter |
withComparison(TagComparison comparison)
The tag filter comparison value.
|
TagFilter |
withKey(String key)
The tag filter key.
|
TagFilter |
withValue(String value)
The tag filter value.
|
public void setComparison(String comparison)
The tag filter comparison value.
comparison
- The tag filter comparison value.TagComparison
public String getComparison()
The tag filter comparison value.
TagComparison
public TagFilter withComparison(String comparison)
The tag filter comparison value.
comparison
- The tag filter comparison value.TagComparison
public TagFilter withComparison(TagComparison comparison)
The tag filter comparison value.
comparison
- The tag filter comparison value.TagComparison
public void setKey(String key)
The tag filter key.
key
- The tag filter key.public String getKey()
The tag filter key.
public TagFilter withKey(String key)
The tag filter key.
key
- The tag filter key.public void setValue(String value)
The tag filter value.
value
- The tag filter value.public String getValue()
The tag filter value.
public TagFilter withValue(String value)
The tag filter value.
value
- The tag filter value.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.