QueryCondition

sealed class QueryCondition

Information about how to query content.

Inheritors

Types

Link copied to clipboard
Link copied to clipboard
data class Single(val value: QueryConditionItem) : QueryCondition

The condition for the query.

Functions

Link copied to clipboard

Casts this QueryCondition as a Single and retrieves its aws.sdk.kotlin.services.qconnect.model.QueryConditionItem value. Throws an exception if the QueryCondition is not a Single.

Link copied to clipboard