awscala.dynamodbv2

AttributeValue

case class AttributeValue(s: Option[String] = scala.None, bl: Option[Boolean] = scala.None, n: Option[String] = scala.None, b: Option[ByteBuffer] = scala.None, m: Option[Map[String, com.amazonaws.services.dynamodbv2.model.AttributeValue]] = scala.None, l: Seq[com.amazonaws.services.dynamodbv2.model.AttributeValue] = immutable.this.Nil, ss: Seq[String] = immutable.this.Nil, ns: Seq[String] = immutable.this.Nil, bs: Seq[ByteBuffer] = immutable.this.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
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

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

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def addMEntry(arg0: String, arg1: com.amazonaws.services.dynamodbv2.model.AttributeValue): com.amazonaws.services.dynamodbv2.model.AttributeValue

    Definition Classes
    AttributeValue
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. val b: Option[ByteBuffer]

  9. val bl: Option[Boolean]

  10. val bs: Seq[ByteBuffer]

  11. def clearMEntries(): com.amazonaws.services.dynamodbv2.model.AttributeValue

    Definition Classes
    AttributeValue
  12. def clone(): com.amazonaws.services.dynamodbv2.model.AttributeValue

    Definition Classes
    AttributeValue → AnyRef
  13. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean

    Definition Classes
    AttributeValue → AnyRef → Any
  15. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def getB(): java.nio.ByteBuffer

    Definition Classes
    AttributeValue
  17. def getBOOL(): Boolean

    Definition Classes
    AttributeValue
  18. def getBS(): List[java.nio.ByteBuffer]

    Definition Classes
    AttributeValue
  19. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  20. def getL(): List[com.amazonaws.services.dynamodbv2.model.AttributeValue]

    Definition Classes
    AttributeValue
  21. def getM(): Map[String, com.amazonaws.services.dynamodbv2.model.AttributeValue]

    Definition Classes
    AttributeValue
  22. def getN(): String

    Definition Classes
    AttributeValue
  23. def getNS(): List[String]

    Definition Classes
    AttributeValue
  24. def getNULL(): Boolean

    Definition Classes
    AttributeValue
  25. def getS(): String

    Definition Classes
    AttributeValue
  26. def getSS(): List[String]

    Definition Classes
    AttributeValue
  27. def hashCode(): Int

    Definition Classes
    AttributeValue → AnyRef → Any
  28. def isBOOL(): Boolean

    Definition Classes
    AttributeValue
  29. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  30. def isNULL(): Boolean

    Definition Classes
    AttributeValue
  31. val l: Seq[com.amazonaws.services.dynamodbv2.model.AttributeValue]

  32. val m: Option[Map[String, com.amazonaws.services.dynamodbv2.model.AttributeValue]]

  33. def marshall(arg0: ProtocolMarshaller): Unit

    Definition Classes
    AttributeValue → StructuredPojo
  34. val n: Option[String]

  35. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  36. final def notify(): Unit

    Definition Classes
    AnyRef
  37. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  38. val ns: Seq[String]

  39. val s: Option[String]

  40. def setB(arg0: java.nio.ByteBuffer): Unit

    Definition Classes
    AttributeValue
  41. def setBOOL(arg0: Boolean): Unit

    Definition Classes
    AttributeValue
  42. def setBS(arg0: Collection[java.nio.ByteBuffer]): Unit

    Definition Classes
    AttributeValue
  43. def setL(arg0: Collection[com.amazonaws.services.dynamodbv2.model.AttributeValue]): Unit

    Definition Classes
    AttributeValue
  44. def setM(arg0: Map[String, com.amazonaws.services.dynamodbv2.model.AttributeValue]): Unit

    Definition Classes
    AttributeValue
  45. def setN(arg0: String): Unit

    Definition Classes
    AttributeValue
  46. def setNS(arg0: Collection[String]): Unit

    Definition Classes
    AttributeValue
  47. def setNULL(arg0: Boolean): Unit

    Definition Classes
    AttributeValue
  48. def setS(arg0: String): Unit

    Definition Classes
    AttributeValue
  49. def setSS(arg0: Collection[String]): Unit

    Definition Classes
    AttributeValue
  50. val ss: Seq[String]

  51. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  52. def toString(): String

    Definition Classes
    AttributeValue → AnyRef → Any
  53. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  55. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  56. def withB(arg0: java.nio.ByteBuffer): com.amazonaws.services.dynamodbv2.model.AttributeValue

    Definition Classes
    AttributeValue
  57. def withBOOL(arg0: Boolean): com.amazonaws.services.dynamodbv2.model.AttributeValue

    Definition Classes
    AttributeValue
  58. def withBS(arg0: Collection[java.nio.ByteBuffer]): com.amazonaws.services.dynamodbv2.model.AttributeValue

    Definition Classes
    AttributeValue
  59. def withBS(arg0: <repeated...>[java.nio.ByteBuffer]): com.amazonaws.services.dynamodbv2.model.AttributeValue

    Definition Classes
    AttributeValue
  60. def withL(arg0: Collection[com.amazonaws.services.dynamodbv2.model.AttributeValue]): com.amazonaws.services.dynamodbv2.model.AttributeValue

    Definition Classes
    AttributeValue
  61. def withL(arg0: <repeated...>[com.amazonaws.services.dynamodbv2.model.AttributeValue]): com.amazonaws.services.dynamodbv2.model.AttributeValue

    Definition Classes
    AttributeValue
  62. def withM(arg0: Map[String, com.amazonaws.services.dynamodbv2.model.AttributeValue]): com.amazonaws.services.dynamodbv2.model.AttributeValue

    Definition Classes
    AttributeValue
  63. def withN(arg0: String): com.amazonaws.services.dynamodbv2.model.AttributeValue

    Definition Classes
    AttributeValue
  64. def withNS(arg0: Collection[String]): com.amazonaws.services.dynamodbv2.model.AttributeValue

    Definition Classes
    AttributeValue
  65. def withNS(arg0: <repeated...>[String]): com.amazonaws.services.dynamodbv2.model.AttributeValue

    Definition Classes
    AttributeValue
  66. def withNULL(arg0: Boolean): com.amazonaws.services.dynamodbv2.model.AttributeValue

    Definition Classes
    AttributeValue
  67. def withS(arg0: String): com.amazonaws.services.dynamodbv2.model.AttributeValue

    Definition Classes
    AttributeValue
  68. def withSS(arg0: Collection[String]): com.amazonaws.services.dynamodbv2.model.AttributeValue

    Definition Classes
    AttributeValue
  69. def withSS(arg0: <repeated...>[String]): com.amazonaws.services.dynamodbv2.model.AttributeValue

    Definition Classes
    AttributeValue

Inherited from Serializable

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