@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.
For information about the rules that apply to tag keys and tag values, see User-Defined Tag Restrictions in the AWS 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; 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 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.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.