@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Tag extends Object implements Serializable, Cloneable, StructuredPojo
A key-value pair that adds as a metadata to a resource used by Amazon Translate.
| Constructor and Description |
|---|
Tag() |
| Modifier and Type | Method and Description |
|---|---|
Tag |
clone() |
boolean |
equals(Object obj) |
String |
getKey()
The initial part of a key-value pair that forms a tag associated with a given resource.
|
String |
getValue()
The second part of a key-value pair that forms a tag associated with a given resource.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setKey(String key)
The initial part of a key-value pair that forms a tag associated with a given resource.
|
void |
setValue(String value)
The second part of a key-value pair that forms a tag associated with a given resource.
|
String |
toString()
Returns a string representation of this object.
|
Tag |
withKey(String key)
The initial part of a key-value pair that forms a tag associated with a given resource.
|
Tag |
withValue(String value)
The second part of a key-value pair that forms a tag associated with a given resource.
|
public void setKey(String key)
The initial part of a key-value pair that forms a tag associated with a given resource.
key - The initial part of a key-value pair that forms a tag associated with a given resource.public String getKey()
The initial part of a key-value pair that forms a tag associated with a given resource.
public Tag withKey(String key)
The initial part of a key-value pair that forms a tag associated with a given resource.
key - The initial part of a key-value pair that forms a tag associated with a given resource.public void setValue(String value)
The second part of a key-value pair that forms a tag associated with a given resource.
value - The second part of a key-value pair that forms a tag associated with a given resource.public String getValue()
The second part of a key-value pair that forms a tag associated with a given resource.
public Tag withValue(String value)
The second part of a key-value pair that forms a tag associated with a given resource.
value - The second part of a key-value pair that forms a tag associated with a given resource.public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.