ListQueuesRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Maximum number of results to include in the response. Value range is 1 to 1000. You must set MaxResults to receive a value for NextToken in the response.

Link copied to clipboard

Pagination token to request the next set of results.

Link copied to clipboard

A string to use for filtering the list results. Only those queues whose name begins with the specified string are returned.

Functions

Link copied to clipboard
inline fun copy(block: ListQueuesRequest.Builder.() -> Unit = {}): ListQueuesRequest
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String