IntentFilter

Filters the response from the ListIntents 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 use for the filter.

Link copied to clipboard

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

Link copied to clipboard

The value to use for the filter.

Functions

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