toggle menu
http4k
6.15.0.1
jvm
switch theme
search in API
http4k-connect-amazon-sqs
/
org.http4k.connect.amazon.sqs.model
/
SQSMessageAttribute
/
ListValue
List
Value
class
ListValue
(
values
:
List
<
String
>
,
category
:
String
,
typePrefix
:
String
,
val
name
:
String
,
val
dataType
:
DataType
)
:
SQSMessageAttribute
Members
Constructors
List
Value
Link copied to clipboard
constructor
(
values
:
List
<
String
>
,
category
:
String
,
typePrefix
:
String
,
name
:
String
,
dataType
:
DataType
)
Properties
data
Type
Link copied to clipboard
open
override
val
dataType
:
DataType
name
Link copied to clipboard
open
override
val
name
:
String
value
Link copied to clipboard
open
override
val
value
:
String
Functions
to
Dto
Link copied to clipboard
open
override
fun
toDto
(
)
:
MessageFieldsDto
to
Fields
Link copied to clipboard
open
override
fun
toFields
(
index
:
Int
)
:
Map
<
String
,
String
>