TagFilter
An object that can be used to specify Tag conditions.
Inheritors
Types
A list of conditions which would be applied together with an AND condition.
A list of conditions which would be applied together with an OR condition.
A leaf node condition which can be used to specify a tag condition.
Functions
Casts this TagFilter as a AndConditions and retrieves its kotlin.collections.List
Casts this TagFilter as a AndConditions and retrieves its kotlin.collections.List
Casts this TagFilter as a OrConditions and retrieves its kotlin.collections.List
Casts this TagFilter as a OrConditions and retrieves its kotlin.collections.List
Casts this TagFilter as a TagCondition and retrieves its aws.sdk.kotlin.services.qconnect.model.TagCondition value. Throws an exception if the TagFilter is not a TagCondition.
Casts this TagFilter as a TagCondition and retrieves its aws.sdk.kotlin.services.qconnect.model.TagCondition value. Returns null if the TagFilter is not a TagCondition.