Not

data class Not(val value: CaseFilter) : CaseFilter

A filter for cases. Only one value can be provided.

Constructors

Link copied to clipboard
constructor(value: CaseFilter)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

Casts this CaseFilter as a AndAll and retrieves its List value. Throws an exception if the CaseFilter is not a AndAll.

Link copied to clipboard

Casts this CaseFilter as a AndAll and retrieves its List value. Returns null if the CaseFilter is not a AndAll.

Link copied to clipboard

Casts this CaseFilter as a Field and retrieves its aws.sdk.kotlin.services.connectcases.model.FieldFilter value. Throws an exception if the CaseFilter is not a Field.

Link copied to clipboard

Casts this CaseFilter as a Field and retrieves its aws.sdk.kotlin.services.connectcases.model.FieldFilter value. Returns null if the CaseFilter is not a Field.

Link copied to clipboard

Casts this CaseFilter as a Not and retrieves its aws.sdk.kotlin.services.connectcases.model.CaseFilter value. Throws an exception if the CaseFilter is not a Not.

Link copied to clipboard

Casts this CaseFilter as a Not and retrieves its aws.sdk.kotlin.services.connectcases.model.CaseFilter value. Returns null if the CaseFilter is not a Not.

Link copied to clipboard

Casts this CaseFilter as a OrAll and retrieves its List value. Throws an exception if the CaseFilter is not a OrAll.

Link copied to clipboard

Casts this CaseFilter as a OrAll and retrieves its List value. Returns null if the CaseFilter is not a OrAll.