public class Tag extends Object implements Serializable, Cloneable
Information about a tag.
| Constructor and Description |
|---|
Tag() |
| Modifier and Type | Method and Description |
|---|---|
Tag |
clone() |
boolean |
equals(Object obj) |
String |
getKey()
The tag's key.
|
String |
getValue()
The tag's value.
|
int |
hashCode() |
void |
setKey(String key)
The tag's key.
|
void |
setValue(String value)
The tag's value.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
Tag |
withKey(String key)
The tag's key.
|
Tag |
withValue(String value)
The tag's value.
|
public void setKey(String key)
The tag's key.
key - The tag's key.public String getKey()
The tag's key.
public Tag withKey(String key)
The tag's key.
key - The tag's key.public void setValue(String value)
The tag's value.
value - The tag's value.public String getValue()
The tag's value.
public Tag withValue(String value)
The tag's value.
value - The tag's value.public String toString()
toString in class ObjectObject.toString()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.