AttributeValue

case class AttributeValue(s: Option[String], bl: Option[Boolean], n: Option[String], b: Option[ByteBuffer], m: Option[Map[String, AttributeValue]], l: Seq[AttributeValue], ss: Seq[String], ns: Seq[String], bs: Seq[ByteBuffer]) extends AttributeValue
Companion
object
trait Product
trait Equals
class AttributeValue
trait StructuredPojo
trait Cloneable
trait Serializable
class Object
trait Matchable
class Any

Value members

Inherited methods

def addMEntry(`x$0`: String, `x$1`: AttributeValue): AttributeValue
Inherited from
AttributeValue
def clearMEntries(): AttributeValue
Inherited from
AttributeValue
def clone(): AttributeValue
Inherited from
AttributeValue
def equals(`x$0`: `<FromJavaObject>`): Boolean
Inherited from
AttributeValue
def getB(): ByteBuffer
Inherited from
AttributeValue
def getBOOL(): Boolean
Inherited from
AttributeValue
def getBS(): List[ByteBuffer]
Inherited from
AttributeValue
def getL(): List[AttributeValue]
Inherited from
AttributeValue
def getM(): Map[String, AttributeValue]
Inherited from
AttributeValue
def getN(): String
Inherited from
AttributeValue
def getNS(): List[String]
Inherited from
AttributeValue
def getNULL(): Boolean
Inherited from
AttributeValue
def getS(): String
Inherited from
AttributeValue
def getSS(): List[String]
Inherited from
AttributeValue
def hashCode(): Int
Inherited from
AttributeValue
def isBOOL(): Boolean
Inherited from
AttributeValue
def isNULL(): Boolean
Inherited from
AttributeValue
@SdkInternalApi
def marshall(`x$0`: ProtocolMarshaller): Unit
Inherited from
AttributeValue
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
def setB(`x$0`: ByteBuffer): Unit
Inherited from
AttributeValue
def setBOOL(`x$0`: Boolean): Unit
Inherited from
AttributeValue
def setBS(`x$0`: Collection[ByteBuffer]): Unit
Inherited from
AttributeValue
def setL(`x$0`: Collection[AttributeValue]): Unit
Inherited from
AttributeValue
def setM(`x$0`: Map[String, AttributeValue]): Unit
Inherited from
AttributeValue
def setN(`x$0`: String): Unit
Inherited from
AttributeValue
def setNS(`x$0`: Collection[String]): Unit
Inherited from
AttributeValue
def setNULL(`x$0`: Boolean): Unit
Inherited from
AttributeValue
def setS(`x$0`: String): Unit
Inherited from
AttributeValue
def setSS(`x$0`: Collection[String]): Unit
Inherited from
AttributeValue
def toString(): String
Inherited from
AttributeValue
def withB(`x$0`: ByteBuffer): AttributeValue
Inherited from
AttributeValue
def withBOOL(`x$0`: Boolean): AttributeValue
Inherited from
AttributeValue
def withBS(`x$0`: Collection[ByteBuffer]): AttributeValue
Inherited from
AttributeValue
def withBS(`x$0`: ByteBuffer*): AttributeValue
Inherited from
AttributeValue
def withL(`x$0`: Collection[AttributeValue]): AttributeValue
Inherited from
AttributeValue
def withL(`x$0`: AttributeValue*): AttributeValue
Inherited from
AttributeValue
def withM(`x$0`: Map[String, AttributeValue]): AttributeValue
Inherited from
AttributeValue
def withN(`x$0`: String): AttributeValue
Inherited from
AttributeValue
def withNS(`x$0`: Collection[String]): AttributeValue
Inherited from
AttributeValue
def withNS(`x$0`: String*): AttributeValue
Inherited from
AttributeValue
def withNULL(`x$0`: Boolean): AttributeValue
Inherited from
AttributeValue
def withS(`x$0`: String): AttributeValue
Inherited from
AttributeValue
def withSS(`x$0`: Collection[String]): AttributeValue
Inherited from
AttributeValue
def withSS(`x$0`: String*): AttributeValue
Inherited from
AttributeValue