org
.
sisioh
.
aws4s
.
dynamodb
.
model
RichBatchGetItemRequest
Related Doc:
package model
final
class
RichBatchGetItemRequest
extends
AnyVal
with
PimpedType
[
BatchGetItemRequest
]
Linear Supertypes
PimpedType
[
BatchGetItemRequest
],
AnyVal
,
Any
Ordering
Alphabetic
By inheritance
Inherited
RichBatchGetItemRequest
PimpedType
AnyVal
Any
Hide All
Show all
Learn more about member selection
Visibility
Public
All
Instance Constructors
new
RichBatchGetItemRequest
(
underlying:
BatchGetItemRequest
)
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
getClass
()
:
Class
[_ <:
AnyVal
]
Definition Classes
AnyVal → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
requestItemsOpt
:
Option
[
Map
[
String
,
KeysAndAttributes
]]
def
requestItemsOpt_=
(
values:
Option
[
Map
[
String
,
KeysAndAttributes
]]
)
:
Unit
def
returnConsumedCapacityOpt
:
Option
[
String
]
def
returnConsumedCapacityOpt_=
(
value:
Option
[
String
]
)
:
Unit
def
setReturnConsumedCapacityOpt
(
value:
Option
[
ReturnConsumedCapacity
]
)
:
Unit
def
toString
()
:
String
Definition Classes
Any
val
underlying
:
BatchGetItemRequest
Definition Classes
RichBatchGetItemRequest
→ PimpedType
def
withRequestItemsOpt
(
values:
Option
[
Map
[
String
,
KeysAndAttributes
]]
)
:
BatchGetItemRequest
def
withReturnConsumedCapacityOpt
(
value:
Option
[
String
]
)
:
BatchGetItemRequest
Inherited from
PimpedType
[
BatchGetItemRequest
]
Inherited from
AnyVal
Inherited from
Any
Ungrouped