http4k
Toggle table of contents
6.55.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
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
)
(
source
)
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
?
Parameters
Link copied to clipboard
val
Parameters
:
List
<
AttributeValue
>
?
Statement
Link copied to clipboard
val
Statement
:
String