BotLocaleFilter

Filters responses returned by the ListBotLocales operation.

Types

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

Properties

Link copied to clipboard

The name of the field to filter the list of bots.

Link copied to clipboard

The operator to use for the filter. Specify EQ when the ListBotLocales operation should return only aliases that equal the specified value. Specify CO when the ListBotLocales operation should return aliases that contain the specified value.

Link copied to clipboard

The value to use for filtering the list of bots.

Functions

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