awscala
.
dynamodbv2
AttributeValue
case class
AttributeValue
(
s:
Option
[
String
] =
scala.None
,
n:
Option
[
String
] =
scala.None
,
b:
Option
[
ByteBuffer
] =
scala.None
,
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
,
Serializable
,
AnyRef
,
Any
Ordering
Alphabetic
By inheritance
Inherited
AttributeValue
Serializable
Product
Equals
AttributeValue
Serializable
AnyRef
Any
Hide All
Show all
Learn more about member selection
Visibility
Public
All
Instance Constructors
new
AttributeValue
(
s:
Option
[
String
] =
scala.None
,
n:
Option
[
String
] =
scala.None
,
b:
Option
[
ByteBuffer
] =
scala.None
,
ss:
Seq
[
String
] =
immutable.this.Nil
,
ns:
Seq
[
String
] =
immutable.this.Nil
,
bs:
Seq
[
ByteBuffer
] =
immutable.this.Nil
)
Value Members
final
def
!=
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
val
b
:
Option
[
ByteBuffer
]
val
bs
:
Seq
[
ByteBuffer
]
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
()
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AttributeValue → AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
()
def
getB
()
:
java.nio.ByteBuffer
Definition Classes
AttributeValue
def
getBS
()
:
List
[
java.nio.ByteBuffer
]
Definition Classes
AttributeValue
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
getN
()
:
String
Definition Classes
AttributeValue
def
getNS
()
:
List
[
String
]
Definition Classes
AttributeValue
def
getS
()
:
String
Definition Classes
AttributeValue
def
getSS
()
:
List
[
String
]
Definition Classes
AttributeValue
def
hashCode
()
:
Int
Definition Classes
AttributeValue → AnyRef → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
val
n
:
Option
[
String
]
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
val
ns
:
Seq
[
String
]
val
s
:
Option
[
String
]
def
setB
(
arg0:
java.nio.ByteBuffer
)
:
Unit
Definition Classes
AttributeValue
def
setBS
(
arg0:
Collection
[
java.nio.ByteBuffer
]
)
:
Unit
Definition Classes
AttributeValue
def
setN
(
arg0:
String
)
:
Unit
Definition Classes
AttributeValue
def
setNS
(
arg0:
Collection
[
String
]
)
:
Unit
Definition Classes
AttributeValue
def
setS
(
arg0:
String
)
:
Unit
Definition Classes
AttributeValue
def
setSS
(
arg0:
Collection
[
String
]
)
:
Unit
Definition Classes
AttributeValue
val
ss
:
Seq
[
String
]
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AttributeValue → AnyRef → Any
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
()
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
()
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
()
def
withB
(
arg0:
java.nio.ByteBuffer
)
:
com.amazonaws.services.dynamodbv2.model.AttributeValue
Definition Classes
AttributeValue
def
withBS
(
arg0:
Collection
[
java.nio.ByteBuffer
]
)
:
com.amazonaws.services.dynamodbv2.model.AttributeValue
Definition Classes
AttributeValue
def
withBS
(
arg0:
<repeated...>
[
java.nio.ByteBuffer
]
)
:
com.amazonaws.services.dynamodbv2.model.AttributeValue
Definition Classes
AttributeValue
def
withN
(
arg0:
String
)
:
com.amazonaws.services.dynamodbv2.model.AttributeValue
Definition Classes
AttributeValue
def
withNS
(
arg0:
Collection
[
String
]
)
:
com.amazonaws.services.dynamodbv2.model.AttributeValue
Definition Classes
AttributeValue
def
withNS
(
arg0:
<repeated...>
[
String
]
)
:
com.amazonaws.services.dynamodbv2.model.AttributeValue
Definition Classes
AttributeValue
def
withS
(
arg0:
String
)
:
com.amazonaws.services.dynamodbv2.model.AttributeValue
Definition Classes
AttributeValue
def
withSS
(
arg0:
Collection
[
String
]
)
:
com.amazonaws.services.dynamodbv2.model.AttributeValue
Definition Classes
AttributeValue
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
Serializable
Inherited from
AnyRef
Inherited from
Any
Ungrouped