org
.
sisioh
.
aws4s
.
dynamodb
.
model
RichGetItemRequest
final
class
RichGetItemRequest
extends
AnyVal
with
PimpedType
[
GetItemRequest
]
Linear Supertypes
PimpedType
[
GetItemRequest
],
AnyVal
,
NotNull
,
Any
Ordering
Alphabetic
By inheritance
Inherited
RichGetItemRequest
PimpedType
AnyVal
NotNull
Any
Hide All
Show all
Learn more about member selection
Visibility
Public
All
Instance Constructors
new
RichGetItemRequest
(
underlying:
GetItemRequest
)
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
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
keyOpt
:
Option
[
Map
[
String
,
AttributeValue
]]
def
keyOpt_=
(
value:
Option
[
Map
[
String
,
AttributeValue
]]
)
:
Unit
def
projectionExpressionOpt
:
Option
[
String
]
def
projectionExpressionOpt_=
(
value:
Option
[
String
]
)
:
Unit
def
returnConsumedCapacityOpt
:
Option
[
String
]
def
returnConsumedCapacityOpt_=
(
value:
Option
[
String
]
)
:
Unit
def
setReturnConsumedCapacityOpt
(
value:
Option
[
ReturnConsumedCapacity
]
)
:
Unit
def
tableNameOpt
:
Option
[
String
]
def
tableNameOpt_=
(
value:
Option
[
String
]
)
:
Unit
def
toString
()
:
String
Definition Classes
Any
val
underlying
:
GetItemRequest
Definition Classes
RichGetItemRequest
→ PimpedType
def
withAttributesToGetOpt
(
value:
Option
[
Iterable
[
String
]]
)
:
GetItemRequest
def
withExpressionAttributeNamesOpt
(
value:
Option
[
Map
[
String
,
String
]]
)
:
GetItemRequest
def
withKey
(
hashKey: (
String
,
AttributeValue
)
,
rangeKey: (
String
,
AttributeValue
)
)
:
GetItemRequest
def
withKeyOpt
(
key:
Option
[
Map
[
String
,
AttributeValue
]]
)
:
GetItemRequest
def
withProjectionExpressionOpt
(
value:
Option
[
String
]
)
:
GetItemRequest
def
withReturnConsumedCapacityOpt
(
value:
Option
[
String
]
)
:
GetItemRequest
def
withTableNameOpt
(
value:
Option
[
String
]
)
:
GetItemRequest
Inherited from
PimpedType
[
GetItemRequest
]
Inherited from
AnyVal
Inherited from
NotNull
Inherited from
Any
Ungrouped