Class AttributeValue

  • All Implemented Interfaces:
    java.io.Serializable

    public class AttributeValue
    extends java.lang.Object
    implements java.io.Serializable
    Represents the data for an attribute. Each attribute value is described as a name-value pair. The name is the data type, and the value is the data itself. For more information, see Data Types in the Amazon DynamoDB Developer Guide.
    See Also:
    AWS API Documentation, Serialized Form
    • Constructor Detail

      • AttributeValue

        public AttributeValue()
    • Method Detail

      • getsS

        @NotNull
        public @NotNull java.util.List<java.lang.String> getsS()
      • getnS

        @NotNull
        public @NotNull java.util.List<java.lang.String> getnS()
      • getM

        @NotNull
        public @NotNull java.util.Map<java.lang.String,​AttributeValue> getM()
      • getL

        @NotNull
        public @NotNull java.util.List<AttributeValue> getL()
      • clearMEntries

        public AttributeValue clearMEntries()
        Removes all the entries added into M.
        Returns:
        Returns a reference to this object so that method calls can be chained together.