@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Tag extends Object implements Serializable, Cloneable, StructuredPojo
A tag is a key-value pair. Allowed characters: letters, whitespace, and numbers, representable in UTF-8, and the
following characters: + - = . _ : /
Constructor and Description |
---|
Tag() |
Modifier and Type | Method and Description |
---|---|
Tag |
clone() |
boolean |
equals(Object obj) |
String |
getKey()
Tag key (String).
|
String |
getValue()
Value of the tag key.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setKey(String key)
Tag key (String).
|
void |
setValue(String value)
Value of the tag key.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
Tag |
withKey(String key)
Tag key (String).
|
Tag |
withValue(String value)
Value of the tag key.
|
public void setKey(String key)
Tag key (String). The key can't start with aws:
.
key
- Tag key (String). The key can't start with aws:
.public String getKey()
Tag key (String). The key can't start with aws:
.
aws:
.public Tag withKey(String key)
Tag key (String). The key can't start with aws:
.
key
- Tag key (String). The key can't start with aws:
.public void setValue(String value)
Value of the tag key.
value
- Value of the tag key.public String getValue()
Value of the tag key.
public Tag withValue(String value)
Value of the tag key.
value
- Value of the tag key.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.