@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Tag extends Object implements Serializable, Cloneable, StructuredPojo
A key-value pair. A tag consists of a tag key and a tag value. Tag keys and tag values are both required, but tag values can be empty (null) strings.
| Constructor and Description |
|---|
Tag() |
| Modifier and Type | Method and Description |
|---|---|
Tag |
clone() |
boolean |
equals(Object obj) |
String |
getTagKey()
The key of the tag.
|
String |
getTagValue()
The value of the tag.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setTagKey(String tagKey)
The key of the tag.
|
void |
setTagValue(String tagValue)
The value of the tag.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
Tag |
withTagKey(String tagKey)
The key of the tag.
|
Tag |
withTagValue(String tagValue)
The value of the tag.
|
public void setTagKey(String tagKey)
The key of the tag.
tagKey - The key of the tag.public String getTagKey()
The key of the tag.
public Tag withTagKey(String tagKey)
The key of the tag.
tagKey - The key of the tag.public void setTagValue(String tagValue)
The value of the tag.
tagValue - The value of the tag.public String getTagValue()
The value of the tag.
public Tag withTagValue(String tagValue)
The value of the tag.
tagValue - The value of the tag.public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2017. All rights reserved.