case class AttributeValue(s: Option[String] = None, bl: Option[Boolean] = None, n: Option[String] = None, b: Option[ByteBuffer] = None, m: Option[Map[String, com.amazonaws.services.dynamodbv2.model.AttributeValue]] = None, l: Seq[com.amazonaws.services.dynamodbv2.model.AttributeValue] = Nil, ss: Seq[String] = Nil, ns: Seq[String] = Nil, bs: Seq[ByteBuffer] = Nil) extends com.amazonaws.services.dynamodbv2.model.AttributeValue with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, com.amazonaws.services.dynamodbv2.model.AttributeValue, StructuredPojo, Cloneable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AttributeValue
  2. Serializable
  3. Product
  4. Equals
  5. AttributeValue
  6. StructuredPojo
  7. Cloneable
  8. Serializable
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AttributeValue(s: Option[String] = None, bl: Option[Boolean] = None, n: Option[String] = None, b: Option[ByteBuffer] = None, m: Option[Map[String, com.amazonaws.services.dynamodbv2.model.AttributeValue]] = None, l: Seq[com.amazonaws.services.dynamodbv2.model.AttributeValue] = Nil, ss: Seq[String] = Nil, ns: Seq[String] = Nil, bs: Seq[ByteBuffer] = Nil)

Value Members

  1. def addMEntry(arg0: String, arg1: com.amazonaws.services.dynamodbv2.model.AttributeValue): com.amazonaws.services.dynamodbv2.model.AttributeValue
    Definition Classes
    AttributeValue
  2. val b: Option[ByteBuffer]
  3. val bl: Option[Boolean]
  4. val bs: Seq[ByteBuffer]
  5. def clearMEntries(): com.amazonaws.services.dynamodbv2.model.AttributeValue
    Definition Classes
    AttributeValue
  6. def clone(): com.amazonaws.services.dynamodbv2.model.AttributeValue
    Definition Classes
    AttributeValue → AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AttributeValue → AnyRef → Any
  8. def getB(): java.nio.ByteBuffer
    Definition Classes
    AttributeValue
  9. def getBOOL(): Boolean
    Definition Classes
    AttributeValue
  10. def getBS(): List[java.nio.ByteBuffer]
    Definition Classes
    AttributeValue
  11. def getL(): List[com.amazonaws.services.dynamodbv2.model.AttributeValue]
    Definition Classes
    AttributeValue
  12. def getM(): Map[String, com.amazonaws.services.dynamodbv2.model.AttributeValue]
    Definition Classes
    AttributeValue
  13. def getN(): String
    Definition Classes
    AttributeValue
  14. def getNS(): List[String]
    Definition Classes
    AttributeValue
  15. def getNULL(): Boolean
    Definition Classes
    AttributeValue
  16. def getS(): String
    Definition Classes
    AttributeValue
  17. def getSS(): List[String]
    Definition Classes
    AttributeValue
  18. def hashCode(): Int
    Definition Classes
    AttributeValue → AnyRef → Any
  19. def isBOOL(): Boolean
    Definition Classes
    AttributeValue
  20. def isNULL(): Boolean
    Definition Classes
    AttributeValue
  21. val l: Seq[com.amazonaws.services.dynamodbv2.model.AttributeValue]
  22. val m: Option[Map[String, com.amazonaws.services.dynamodbv2.model.AttributeValue]]
  23. def marshall(arg0: ProtocolMarshaller): Unit
    Definition Classes
    AttributeValue → StructuredPojo
  24. val n: Option[String]
  25. val ns: Seq[String]
  26. val s: Option[String]
  27. def setB(arg0: java.nio.ByteBuffer): Unit
    Definition Classes
    AttributeValue
  28. def setBOOL(arg0: Boolean): Unit
    Definition Classes
    AttributeValue
  29. def setBS(arg0: Collection[java.nio.ByteBuffer]): Unit
    Definition Classes
    AttributeValue
  30. def setL(arg0: Collection[com.amazonaws.services.dynamodbv2.model.AttributeValue]): Unit
    Definition Classes
    AttributeValue
  31. def setM(arg0: Map[String, com.amazonaws.services.dynamodbv2.model.AttributeValue]): Unit
    Definition Classes
    AttributeValue
  32. def setN(arg0: String): Unit
    Definition Classes
    AttributeValue
  33. def setNS(arg0: Collection[String]): Unit
    Definition Classes
    AttributeValue
  34. def setNULL(arg0: Boolean): Unit
    Definition Classes
    AttributeValue
  35. def setS(arg0: String): Unit
    Definition Classes
    AttributeValue
  36. def setSS(arg0: Collection[String]): Unit
    Definition Classes
    AttributeValue
  37. val ss: Seq[String]
  38. def toString(): String
    Definition Classes
    AttributeValue → AnyRef → Any
  39. def withB(arg0: java.nio.ByteBuffer): com.amazonaws.services.dynamodbv2.model.AttributeValue
    Definition Classes
    AttributeValue
  40. def withBOOL(arg0: Boolean): com.amazonaws.services.dynamodbv2.model.AttributeValue
    Definition Classes
    AttributeValue
  41. def withBS(arg0: Collection[java.nio.ByteBuffer]): com.amazonaws.services.dynamodbv2.model.AttributeValue
    Definition Classes
    AttributeValue
  42. def withBS(arg0: <repeated...>[java.nio.ByteBuffer]): com.amazonaws.services.dynamodbv2.model.AttributeValue
    Definition Classes
    AttributeValue
    Annotations
    @transient()
  43. def withL(arg0: Collection[com.amazonaws.services.dynamodbv2.model.AttributeValue]): com.amazonaws.services.dynamodbv2.model.AttributeValue
    Definition Classes
    AttributeValue
  44. def withL(arg0: <repeated...>[com.amazonaws.services.dynamodbv2.model.AttributeValue]): com.amazonaws.services.dynamodbv2.model.AttributeValue
    Definition Classes
    AttributeValue
    Annotations
    @transient()
  45. def withM(arg0: Map[String, com.amazonaws.services.dynamodbv2.model.AttributeValue]): com.amazonaws.services.dynamodbv2.model.AttributeValue
    Definition Classes
    AttributeValue
  46. def withN(arg0: String): com.amazonaws.services.dynamodbv2.model.AttributeValue
    Definition Classes
    AttributeValue
  47. def withNS(arg0: Collection[String]): com.amazonaws.services.dynamodbv2.model.AttributeValue
    Definition Classes
    AttributeValue
  48. def withNS(arg0: <repeated...>[String]): com.amazonaws.services.dynamodbv2.model.AttributeValue
    Definition Classes
    AttributeValue
    Annotations
    @transient()
  49. def withNULL(arg0: Boolean): com.amazonaws.services.dynamodbv2.model.AttributeValue
    Definition Classes
    AttributeValue
  50. def withS(arg0: String): com.amazonaws.services.dynamodbv2.model.AttributeValue
    Definition Classes
    AttributeValue
  51. def withSS(arg0: Collection[String]): com.amazonaws.services.dynamodbv2.model.AttributeValue
    Definition Classes
    AttributeValue
  52. def withSS(arg0: <repeated...>[String]): com.amazonaws.services.dynamodbv2.model.AttributeValue
    Definition Classes
    AttributeValue
    Annotations
    @transient()