toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-connect-amazon-dynamodb
/
org.http4k.connect.amazon.dynamodb.model
/
ReqStatement
Req
Statement
@
JsonSerializable
data
class
ReqStatement
(
val
Statement
:
String
,
val
ConsistentRead
:
Boolean
?
=
null
,
val
Parameters
:
List
<
AttributeValue
>
?
=
null
)
Members
Constructors
Req
Statement
Link copied to clipboard
constructor
(
Statement
:
String
,
ConsistentRead
:
Boolean
?
=
null
,
Parameters
:
List
<
AttributeValue
>
?
=
null
)
Properties
Consistent
Read
Link copied to clipboard
val
ConsistentRead
:
Boolean
?
=
null
Parameters
Link copied to clipboard
val
Parameters
:
List
<
AttributeValue
>
?
=
null
Statement
Link copied to clipboard
val
Statement
:
String