RowFilterExpression
The row filter expression.
Inheritors
Types
The 'equal to' clause of the row filter expression.
The 'greater than' clause of the row filter expression.
The 'greater than or equal to' clause of the filter expression.
The 'in' clause of the row filter expression.
The 'is not null' clause of the row filter expression.
The 'is null' clause of the row filter expression.
The 'less than' clause of the row filter expression.
The 'less than or equal to' clause of the row filter expression.
The 'like' clause of the row filter expression.
The 'no equal to' clause of the row filter expression.
The 'not in' clause of the row filter expression.
The 'not like' clause of the row filter expression.
Functions
Casts this RowFilterExpression as a EqualTo and retrieves its aws.sdk.kotlin.services.datazone.model.EqualToExpression value. Throws an exception if the RowFilterExpression is not a EqualTo.
Casts this RowFilterExpression as a EqualTo and retrieves its aws.sdk.kotlin.services.datazone.model.EqualToExpression value. Returns null if the RowFilterExpression is not a EqualTo.
Casts this RowFilterExpression as a GreaterThan and retrieves its aws.sdk.kotlin.services.datazone.model.GreaterThanExpression value. Throws an exception if the RowFilterExpression is not a GreaterThan.
Casts this RowFilterExpression as a GreaterThanOrEqualTo and retrieves its aws.sdk.kotlin.services.datazone.model.GreaterThanOrEqualToExpression value. Throws an exception if the RowFilterExpression is not a GreaterThanOrEqualTo.
Casts this RowFilterExpression as a GreaterThanOrEqualTo and retrieves its aws.sdk.kotlin.services.datazone.model.GreaterThanOrEqualToExpression value. Returns null if the RowFilterExpression is not a GreaterThanOrEqualTo.
Casts this RowFilterExpression as a GreaterThan and retrieves its aws.sdk.kotlin.services.datazone.model.GreaterThanExpression value. Returns null if the RowFilterExpression is not a GreaterThan.
Casts this RowFilterExpression as a In and retrieves its aws.sdk.kotlin.services.datazone.model.InExpression value. Throws an exception if the RowFilterExpression is not a In.
Casts this RowFilterExpression as a In and retrieves its aws.sdk.kotlin.services.datazone.model.InExpression value. Returns null if the RowFilterExpression is not a In.
Casts this RowFilterExpression as a IsNotNull and retrieves its aws.sdk.kotlin.services.datazone.model.IsNotNullExpression value. Throws an exception if the RowFilterExpression is not a IsNotNull.
Casts this RowFilterExpression as a IsNotNull and retrieves its aws.sdk.kotlin.services.datazone.model.IsNotNullExpression value. Returns null if the RowFilterExpression is not a IsNotNull.
Casts this RowFilterExpression as a IsNull and retrieves its aws.sdk.kotlin.services.datazone.model.IsNullExpression value. Throws an exception if the RowFilterExpression is not a IsNull.
Casts this RowFilterExpression as a IsNull and retrieves its aws.sdk.kotlin.services.datazone.model.IsNullExpression value. Returns null if the RowFilterExpression is not a IsNull.
Casts this RowFilterExpression as a LessThan and retrieves its aws.sdk.kotlin.services.datazone.model.LessThanExpression value. Throws an exception if the RowFilterExpression is not a LessThan.
Casts this RowFilterExpression as a LessThanOrEqualTo and retrieves its aws.sdk.kotlin.services.datazone.model.LessThanOrEqualToExpression value. Throws an exception if the RowFilterExpression is not a LessThanOrEqualTo.
Casts this RowFilterExpression as a LessThanOrEqualTo and retrieves its aws.sdk.kotlin.services.datazone.model.LessThanOrEqualToExpression value. Returns null if the RowFilterExpression is not a LessThanOrEqualTo.
Casts this RowFilterExpression as a LessThan and retrieves its aws.sdk.kotlin.services.datazone.model.LessThanExpression value. Returns null if the RowFilterExpression is not a LessThan.
Casts this RowFilterExpression as a Like and retrieves its aws.sdk.kotlin.services.datazone.model.LikeExpression value. Throws an exception if the RowFilterExpression is not a Like.
Casts this RowFilterExpression as a Like and retrieves its aws.sdk.kotlin.services.datazone.model.LikeExpression value. Returns null if the RowFilterExpression is not a Like.
Casts this RowFilterExpression as a NotEqualTo and retrieves its aws.sdk.kotlin.services.datazone.model.NotEqualToExpression value. Throws an exception if the RowFilterExpression is not a NotEqualTo.
Casts this RowFilterExpression as a NotEqualTo and retrieves its aws.sdk.kotlin.services.datazone.model.NotEqualToExpression value. Returns null if the RowFilterExpression is not a NotEqualTo.
Casts this RowFilterExpression as a NotIn and retrieves its aws.sdk.kotlin.services.datazone.model.NotInExpression value. Throws an exception if the RowFilterExpression is not a NotIn.
Casts this RowFilterExpression as a NotIn and retrieves its aws.sdk.kotlin.services.datazone.model.NotInExpression value. Returns null if the RowFilterExpression is not a NotIn.
Casts this RowFilterExpression as a NotLike and retrieves its aws.sdk.kotlin.services.datazone.model.NotLikeExpression value. Throws an exception if the RowFilterExpression is not a NotLike.
Casts this RowFilterExpression as a NotLike and retrieves its aws.sdk.kotlin.services.datazone.model.NotLikeExpression value. Returns null if the RowFilterExpression is not a NotLike.