@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Tag extends Object implements Serializable, Cloneable, StructuredPojo
Metadata that help you categorize IT assets.
Constructor and Description |
---|
Tag() |
Modifier and Type | Method and Description |
---|---|
Tag |
clone() |
boolean |
equals(Object obj) |
String |
getKey()
The type of tag on which to filter.
|
String |
getValue()
A value for a tag key on which to filter.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setKey(String key)
The type of tag on which to filter.
|
void |
setValue(String value)
A value for a tag key on which to filter.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
Tag |
withKey(String key)
The type of tag on which to filter.
|
Tag |
withValue(String value)
A value for a tag key on which to filter.
|
public void setKey(String key)
The type of tag on which to filter.
key
- The type of tag on which to filter.public String getKey()
The type of tag on which to filter.
public Tag withKey(String key)
The type of tag on which to filter.
key
- The type of tag on which to filter.public void setValue(String value)
A value for a tag key on which to filter.
value
- A value for a tag key on which to filter.public String getValue()
A value for a tag key on which to filter.
public Tag withValue(String value)
A value for a tag key on which to filter.
value
- A value for a tag key on which to filter.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.