SdkUnknown

Inherited functions

Link copied to clipboard

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.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

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.

Link copied to clipboard

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.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

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.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

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.

Link copied to clipboard

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.

Link copied to clipboard
Link copied to clipboard

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.

Link copied to clipboard
Link copied to clipboard

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.

Link copied to clipboard