@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.
Do not include confidential or sensitive information in this field. This field may be displayed in plaintext in CloudTrail logs and other output.
For information about the rules that apply to tag keys and tag values, see User-Defined Tag Restrictions in the Amazon Web Services Billing and Cost Management User Guide.
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)
Marshalls this structured data using the given
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.
|
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 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.