@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Tag extends Object implements Serializable, Cloneable, StructuredPojo
An object that defines the tags that are associated with a resource. A tag is a label that you optionally define and associate with a resource in Amazon Pinpoint. Tags can help you categorize and manage resources in different ways, such as by purpose, owner, environment, or other criteria. A resource can have as many as 50 tags.
Each tag consists of a required tag key and an associated tag value, both of which you define. A tag key is a general label that acts as a category for a more specific tag value. A tag value acts as a descriptor within a tag key. A tag key can contain as many as 128 characters. A tag value can contain as many as 256 characters. The characters can be Unicode letters, digits, white space, or one of the following symbols: _ . : / = + -. The following additional restrictions apply to tags:
Tag keys and values are case sensitive.
For each associated resource, each tag key must be unique and it can have only one value.
The aws:
prefix is reserved for use by AWS; you can’t use it in any tag keys or values that you define.
In addition, you can't edit or remove tag keys or values that use this prefix. Tags that use this prefix don’t count
against the limit of 50 tags per resource.
You can associate tags with public or shared resources, but the tags are available only for your AWS account, not any other accounts that share the resource. In addition, the tags are available only for resources that are located in the specified AWS Region for your AWS account.
Constructor and Description |
---|
Tag() |
Modifier and Type | Method and Description |
---|---|
Tag |
clone() |
boolean |
equals(Object obj) |
String |
getKey()
One part of a key-value pair that defines a tag.
|
String |
getValue()
The optional part of a key-value pair that defines a tag.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setKey(String key)
One part of a key-value pair that defines a tag.
|
void |
setValue(String value)
The optional part of a key-value pair that defines a tag.
|
String |
toString()
Returns a string representation of this object.
|
Tag |
withKey(String key)
One part of a key-value pair that defines a tag.
|
Tag |
withValue(String value)
The optional part of a key-value pair that defines a tag.
|
public void setKey(String key)
One part of a key-value pair that defines a tag. The maximum length of a tag key is 128 characters. The minimum length is 1 character.
key
- One part of a key-value pair that defines a tag. The maximum length of a tag key is 128 characters. The
minimum length is 1 character.public String getKey()
One part of a key-value pair that defines a tag. The maximum length of a tag key is 128 characters. The minimum length is 1 character.
public Tag withKey(String key)
One part of a key-value pair that defines a tag. The maximum length of a tag key is 128 characters. The minimum length is 1 character.
key
- One part of a key-value pair that defines a tag. The maximum length of a tag key is 128 characters. The
minimum length is 1 character.public void setValue(String value)
The optional part of a key-value pair that defines a tag. The maximum length of a tag value is 256 characters. The minimum length is 0 characters. If you don’t want a resource to have a specific tag value, don’t specify a value for this parameter. Amazon Pinpoint will set the value to an empty string.
value
- The optional part of a key-value pair that defines a tag. The maximum length of a tag value is 256
characters. The minimum length is 0 characters. If you don’t want a resource to have a specific tag value,
don’t specify a value for this parameter. Amazon Pinpoint will set the value to an empty string.public String getValue()
The optional part of a key-value pair that defines a tag. The maximum length of a tag value is 256 characters. The minimum length is 0 characters. If you don’t want a resource to have a specific tag value, don’t specify a value for this parameter. Amazon Pinpoint will set the value to an empty string.
public Tag withValue(String value)
The optional part of a key-value pair that defines a tag. The maximum length of a tag value is 256 characters. The minimum length is 0 characters. If you don’t want a resource to have a specific tag value, don’t specify a value for this parameter. Amazon Pinpoint will set the value to an empty string.
value
- The optional part of a key-value pair that defines a tag. The maximum length of a tag value is 256
characters. The minimum length is 0 characters. If you don’t want a resource to have a specific tag value,
don’t specify a value for this parameter. Amazon Pinpoint will set the value to an empty string.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.