Selector

class Selector

A comparision that is used to determine whether a query should return this object.

Types

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

Properties

Link copied to clipboard

The name of the field that the operator will be applied to. The field name is the "key" portion of the field definition in the pipeline definition syntax that is used by the AWS Data Pipeline API. If the field is not set on the object, the condition fails.

Link copied to clipboard

Contains a logical operation for comparing the value of a field with a specified value.

Functions

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