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
Product, Equals, com.amazonaws.services.dynamodbv2.model.AttributeValue, StructuredPojo, Cloneable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AttributeValue
  2. Product
  3. Equals
  4. AttributeValue
  5. StructuredPojo
  6. Cloneable
  7. Serializable
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addMEntry(arg0: String, arg1: com.amazonaws.services.dynamodbv2.model.AttributeValue): com.amazonaws.services.dynamodbv2.model.AttributeValue
    Definition Classes
    AttributeValue
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val b: Option[ByteBuffer]
  7. val bl: Option[Boolean]
  8. val bs: Seq[ByteBuffer]
  9. def clearMEntries(): com.amazonaws.services.dynamodbv2.model.AttributeValue
    Definition Classes
    AttributeValue
  10. def clone(): com.amazonaws.services.dynamodbv2.model.AttributeValue
    Definition Classes
    AttributeValue → AnyRef
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AttributeValue → AnyRef → Any
  13. def getB(): java.nio.ByteBuffer
    Definition Classes
    AttributeValue
  14. def getBOOL(): Boolean
    Definition Classes
    AttributeValue
  15. def getBS(): List[java.nio.ByteBuffer]
    Definition Classes
    AttributeValue
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. def getL(): List[com.amazonaws.services.dynamodbv2.model.AttributeValue]
    Definition Classes
    AttributeValue
  18. def getM(): Map[String, com.amazonaws.services.dynamodbv2.model.AttributeValue]
    Definition Classes
    AttributeValue
  19. def getN(): String
    Definition Classes
    AttributeValue
  20. def getNS(): List[String]
    Definition Classes
    AttributeValue
  21. def getNULL(): Boolean
    Definition Classes
    AttributeValue
  22. def getS(): String
    Definition Classes
    AttributeValue
  23. def getSS(): List[String]
    Definition Classes
    AttributeValue
  24. def hashCode(): Int
    Definition Classes
    AttributeValue → AnyRef → Any
  25. def isBOOL(): Boolean
    Definition Classes
    AttributeValue
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. def isNULL(): Boolean
    Definition Classes
    AttributeValue
  28. val l: Seq[com.amazonaws.services.dynamodbv2.model.AttributeValue]
  29. val m: Option[Map[String, com.amazonaws.services.dynamodbv2.model.AttributeValue]]
  30. def marshall(arg0: ProtocolMarshaller): Unit
    Definition Classes
    AttributeValue → StructuredPojo
  31. val n: Option[String]
  32. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  34. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  35. val ns: Seq[String]
  36. def productElementNames: Iterator[String]
    Definition Classes
    Product
  37. val s: Option[String]
  38. def setB(arg0: java.nio.ByteBuffer): Unit
    Definition Classes
    AttributeValue
  39. def setBOOL(arg0: Boolean): Unit
    Definition Classes
    AttributeValue
  40. def setBS(arg0: Collection[java.nio.ByteBuffer]): Unit
    Definition Classes
    AttributeValue
  41. def setL(arg0: Collection[com.amazonaws.services.dynamodbv2.model.AttributeValue]): Unit
    Definition Classes
    AttributeValue
  42. def setM(arg0: Map[String, com.amazonaws.services.dynamodbv2.model.AttributeValue]): Unit
    Definition Classes
    AttributeValue
  43. def setN(arg0: String): Unit
    Definition Classes
    AttributeValue
  44. def setNS(arg0: Collection[String]): Unit
    Definition Classes
    AttributeValue
  45. def setNULL(arg0: Boolean): Unit
    Definition Classes
    AttributeValue
  46. def setS(arg0: String): Unit
    Definition Classes
    AttributeValue
  47. def setSS(arg0: Collection[String]): Unit
    Definition Classes
    AttributeValue
  48. val ss: Seq[String]
  49. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  50. def toString(): String
    Definition Classes
    AttributeValue → AnyRef → Any
  51. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  52. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  53. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  54. def withB(arg0: java.nio.ByteBuffer): com.amazonaws.services.dynamodbv2.model.AttributeValue
    Definition Classes
    AttributeValue
  55. def withBOOL(arg0: Boolean): com.amazonaws.services.dynamodbv2.model.AttributeValue
    Definition Classes
    AttributeValue
  56. def withBS(arg0: Collection[java.nio.ByteBuffer]): com.amazonaws.services.dynamodbv2.model.AttributeValue
    Definition Classes
    AttributeValue
  57. def withBS(arg0: <repeated...>[java.nio.ByteBuffer]): com.amazonaws.services.dynamodbv2.model.AttributeValue
    Definition Classes
    AttributeValue
    Annotations
    @transient()
  58. def withL(arg0: Collection[com.amazonaws.services.dynamodbv2.model.AttributeValue]): com.amazonaws.services.dynamodbv2.model.AttributeValue
    Definition Classes
    AttributeValue
  59. def withL(arg0: <repeated...>[com.amazonaws.services.dynamodbv2.model.AttributeValue]): com.amazonaws.services.dynamodbv2.model.AttributeValue
    Definition Classes
    AttributeValue
    Annotations
    @transient()
  60. def withM(arg0: Map[String, com.amazonaws.services.dynamodbv2.model.AttributeValue]): com.amazonaws.services.dynamodbv2.model.AttributeValue
    Definition Classes
    AttributeValue
  61. def withN(arg0: String): com.amazonaws.services.dynamodbv2.model.AttributeValue
    Definition Classes
    AttributeValue
  62. def withNS(arg0: Collection[String]): com.amazonaws.services.dynamodbv2.model.AttributeValue
    Definition Classes
    AttributeValue
  63. def withNS(arg0: <repeated...>[String]): com.amazonaws.services.dynamodbv2.model.AttributeValue
    Definition Classes
    AttributeValue
    Annotations
    @transient()
  64. def withNULL(arg0: Boolean): com.amazonaws.services.dynamodbv2.model.AttributeValue
    Definition Classes
    AttributeValue
  65. def withS(arg0: String): com.amazonaws.services.dynamodbv2.model.AttributeValue
    Definition Classes
    AttributeValue
  66. def withSS(arg0: Collection[String]): com.amazonaws.services.dynamodbv2.model.AttributeValue
    Definition Classes
    AttributeValue
  67. def withSS(arg0: <repeated...>[String]): com.amazonaws.services.dynamodbv2.model.AttributeValue
    Definition Classes
    AttributeValue
    Annotations
    @transient()

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from Product

Inherited from Equals

Inherited from com.amazonaws.services.dynamodbv2.model.AttributeValue

Inherited from StructuredPojo

Inherited from Cloneable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped