toggle menu
http4k
6.15.0.1
jvm
switch theme
search in API
http4k-connect-amazon-sqs
/
org.http4k.connect.amazon.sqs.action
/
ListQueues
List
Queues
@
JsonSerializable
data
class
ListQueues
(
val
MaxResults
:
Int
?
=
null
,
val
NextToken
:
String
?
=
null
,
val
QueueNamePrefix
:
String
?
=
null
)
:
SQSAction
<
List
<
Uri
>
,
ListQueuesResponse
>
Members
Constructors
List
Queues
Link copied to clipboard
constructor
(
MaxResults
:
Int
?
=
null
,
NextToken
:
String
?
=
null
,
QueueNamePrefix
:
String
?
=
null
)
Properties
Max
Results
Link copied to clipboard
val
MaxResults
:
Int
?
=
null
Next
Token
Link copied to clipboard
val
NextToken
:
String
?
=
null
Queue
Name
Prefix
Link copied to clipboard
val
QueueNamePrefix
:
String
?
=
null
Functions
request
Body
Link copied to clipboard
open
fun
requestBody
(
)
:
Any
to
Request
Link copied to clipboard
open
override
fun
toRequest
(
)
:
Request
to
Result
Link copied to clipboard
open
override
fun
toResult
(
response
:
Response
)
:
Result
<
List
<
Uri
>
,
RemoteFailure
>