SearchFilterClause
A filter clause that supports nested boolean logic. Exactly one of andAllFilters, orAnyFilters, attributeFilter, or mapFilter must be specified.
Inheritors
Types
A list of filter clauses that must all match (logical AND).
A filter on a single attribute value.
A filter on a map attribute's key-value pair.
A list of filter clauses where at least one must match (logical OR).
Functions
Casts this SearchFilterClause as a AndAllFilters and retrieves its kotlin.collections.List
Casts this SearchFilterClause as a AndAllFilters and retrieves its kotlin.collections.List
Casts this SearchFilterClause as a AttributeFilter and retrieves its aws.sdk.kotlin.services.glue.model.SearchAttributeFilter value. Throws an exception if the SearchFilterClause is not a AttributeFilter.
Casts this SearchFilterClause as a AttributeFilter and retrieves its aws.sdk.kotlin.services.glue.model.SearchAttributeFilter value. Returns null if the SearchFilterClause is not a AttributeFilter.
Casts this SearchFilterClause as a MapFilter and retrieves its aws.sdk.kotlin.services.glue.model.SearchMapFilter value. Throws an exception if the SearchFilterClause is not a MapFilter.
Casts this SearchFilterClause as a MapFilter and retrieves its aws.sdk.kotlin.services.glue.model.SearchMapFilter value. Returns null if the SearchFilterClause is not a MapFilter.
Casts this SearchFilterClause as a OrAnyFilters and retrieves its kotlin.collections.List
Casts this SearchFilterClause as a OrAnyFilters and retrieves its kotlin.collections.List