toggle menu
http4k
6.15.0.1
jvm
switch theme
search in API
http4k-connect-amazon-sqs
/
org.http4k.connect.amazon.sqs.model
/
SQSMessageAttribute
SQSMessage
Attribute
sealed
class
SQSMessageAttribute
:
MessageFields
Inheritors
SingularValue
ListValue
Members
Types
List
Value
Link copied to clipboard
class
ListValue
(
values
:
List
<
String
>
,
category
:
String
,
typePrefix
:
String
,
val
name
:
String
,
val
dataType
:
DataType
)
:
SQSMessageAttribute
Singular
Value
Link copied to clipboard
class
SingularValue
(
val
name
:
String
,
category
:
String
,
typePrefix
:
String
,
val
value
:
String
,
val
dataType
:
DataType
)
:
SQSMessageAttribute
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
abstract
val
value
:
String
Functions
to
Dto
Link copied to clipboard
abstract
fun
toDto
(
)
:
MessageFieldsDto
to
Fields
Link copied to clipboard
open
override
fun
toFields
(
index
:
Int
)
:
Map
<
String
,
String
>