org
.
sisioh
.
aws4s
.
dynamodb
.
model
RichKeysAndAttributes
final
class
RichKeysAndAttributes
extends
AnyVal
with
PimpedType
[
KeysAndAttributes
]
Linear Supertypes
PimpedType
[
KeysAndAttributes
],
AnyVal
,
NotNull
,
Any
Ordering
Alphabetic
By inheritance
Inherited
RichKeysAndAttributes
PimpedType
AnyVal
NotNull
Any
Hide All
Show all
Learn more about member selection
Visibility
Public
All
Instance Constructors
new
RichKeysAndAttributes
(
underlying:
KeysAndAttributes
)
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
##
()
:
Int
Definition Classes
Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
attributesToGetOpt
:
Option
[
Seq
[
String
]]
def
attributesToGetOpt_=
(
value:
Option
[
Iterable
[
String
]]
)
:
Unit
def
consistentReadOpt
:
Option
[
Boolean
]
def
consistentReadOpt_=
(
value:
Option
[
Boolean
]
)
:
Unit
def
expressionAttributeNamesOpt
:
Option
[
Map
[
String
,
String
]]
def
expressionAttributeNamesOpt_=
(
value:
Option
[
Map
[
String
,
String
]]
)
:
Unit
def
getClass
()
:
Class
[_ <:
AnyVal
]
Definition Classes
AnyVal → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
keysOpt
:
Option
[
Seq
[
Map
[
String
,
AttributeValue
]]]
def
keysOpt_=
(
value:
Option
[
Seq
[
Map
[
String
,
AttributeValue
]]]
)
:
Unit
def
projectionExpressionOpt
:
Option
[
String
]
def
projectionExpressionOpt_=
(
value:
Option
[
String
]
)
:
Unit
def
toString
()
:
String
Definition Classes
Any
val
underlying
:
KeysAndAttributes
Definition Classes
RichKeysAndAttributes
→ PimpedType
def
withAttributesToGetOpt
(
value:
Option
[
Iterable
[
String
]]
)
:
KeysAndAttributes
def
withConsistentReadOpt
(
value:
Option
[
Boolean
]
)
:
KeysAndAttributes
def
withExpressionAttributeNamesOpt
(
value:
Option
[
Map
[
String
,
String
]]
)
:
KeysAndAttributes
def
withKeysOpt
(
value:
Option
[
Seq
[
Map
[
String
,
AttributeValue
]]]
)
:
KeysAndAttributes
def
withProjectionExpressionOpt
(
value:
Option
[
String
]
)
:
KeysAndAttributes
Inherited from
PimpedType
[
KeysAndAttributes
]
Inherited from
AnyVal
Inherited from
NotNull
Inherited from
Any
Ungrouped