ListQueues

@JsonSerializable
data class ListQueues(val MaxResults: Int? = null, val NextToken: String? = null, val QueueNamePrefix: String? = null) : SQSAction<List<Uri>, ListQueuesResponse>

Constructors

Link copied to clipboard
constructor(MaxResults: Int? = null, NextToken: String? = null, QueueNamePrefix: String? = null)

Properties

Link copied to clipboard
val MaxResults: Int? = null
Link copied to clipboard
val NextToken: String? = null
Link copied to clipboard
val QueueNamePrefix: String? = null

Functions

Link copied to clipboard
open fun requestBody(): Any
Link copied to clipboard
open override fun toRequest(): Request
Link copied to clipboard
open override fun toResult(response: Response): Result<List<Uri>, RemoteFailure>