Class Tag

  • All Implemented Interfaces:
    Serializable, SdkPojo, ToCopyableBuilder<Tag.Builder,​Tag>

    @Generated("software.amazon.awssdk:codegen")
    public final class Tag
    extends Object
    implements SdkPojo, Serializable, ToCopyableBuilder<Tag.Builder,​Tag>

    Describes a tag. A tag is a key-value pair. You can add up to 50 tags to a single DynamoDB table.

    Amazon Web Services-assigned tag names and values are automatically assigned the aws: prefix, which the user cannot assign. Amazon Web Services-assigned tag names do not count towards the tag limit of 50. User-assigned tag names have the prefix user: in the Cost Allocation Report. You cannot backdate the application of a tag.

    For an overview on tagging DynamoDB resources, see Tagging for DynamoDB in the Amazon DynamoDB Developer Guide.

    See Also:
    Serialized Form
    • Method Detail

      • key

        public final String key()

        The key of the tag. Tag keys are case sensitive. Each DynamoDB table can only have up to one tag with the same key. If you try to add an existing tag (same key), the existing tag value will be updated to the new value.

        Returns:
        The key of the tag. Tag keys are case sensitive. Each DynamoDB table can only have up to one tag with the same key. If you try to add an existing tag (same key), the existing tag value will be updated to the new value.
      • value

        public final String value()

        The value of the tag. Tag values are case-sensitive and can be null.

        Returns:
        The value of the tag. Tag values are case-sensitive and can be null.
      • serializableBuilderClass

        public static Class<? extends Tag.Builder> serializableBuilderClass()
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)