org
.
sisioh
.
aws4s
.
dynamodb
.
model
RichListTablesResult
final
class
RichListTablesResult
extends
AnyVal
with
PimpedType
[
ListTablesResult
]
Linear Supertypes
PimpedType
[
ListTablesResult
],
AnyVal
,
NotNull
,
Any
Ordering
Alphabetic
By inheritance
Inherited
RichListTablesResult
PimpedType
AnyVal
NotNull
Any
Hide All
Show all
Learn more about member selection
Visibility
Public
All
Instance Constructors
new
RichListTablesResult
(
underlying:
ListTablesResult
)
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
lastEvaluatedTableNameOpt
:
Option
[
String
]
def
lastEvaluatedTableNameOpt_=
(
value:
Option
[
String
]
)
:
Unit
def
tableNamesOpt
:
Option
[
Seq
[
String
]]
def
tableNamesOpt_=
(
value:
Option
[
Seq
[
String
]]
)
:
Unit
def
toString
()
:
String
Definition Classes
Any
val
underlying
:
ListTablesResult
Definition Classes
RichListTablesResult
→ PimpedType
def
withLastEvaluatedTableNameOpt
(
value:
Option
[
String
]
)
:
ListTablesResult
def
withTableNamesOpt
(
tableNames:
Option
[
Iterable
[
String
]]
)
:
ListTablesResult
Inherited from
PimpedType
[
ListTablesResult
]
Inherited from
AnyVal
Inherited from
NotNull
Inherited from
Any
Ungrouped