@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) |
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.TagComparisonpublic String getComparison()
The tag filter comparison value.
TagComparisonpublic TagFilter withComparison(String comparison)
The tag filter comparison value.
comparison - The tag filter comparison value.TagComparisonpublic TagFilter withComparison(TagComparison comparison)
The tag filter comparison value.
comparison - The tag filter comparison value.TagComparisonpublic 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 ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.