@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 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.