ListRoomsRequest

Types

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

Properties

Link copied to clipboard

Logging-configuration identifier.

Link copied to clipboard

Maximum number of rooms to return. Default: 50.

Link copied to clipboard

Filters the list to match the specified message review handler URI.

Link copied to clipboard
val name: String?

Filters the list to match the specified room name.

Link copied to clipboard

The first room to retrieve. This is used for pagination; see the nextToken response field.

Functions

Link copied to clipboard
inline fun copy(block: ListRoomsRequest.Builder.() -> Unit = {}): ListRoomsRequest
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