StringValue

data class StringValue(val value: String) : Field

A value of string data type.

Constructors

Link copied to clipboard
constructor(value: String)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

Casts this Field as a BlobValue and retrieves its kotlin.ByteArray value. Throws an exception if the Field is not a BlobValue.

Link copied to clipboard

Casts this Field as a BlobValue and retrieves its kotlin.ByteArray value. Returns null if the Field is not a BlobValue.

Link copied to clipboard

Casts this Field as a BooleanValue and retrieves its kotlin.Boolean value. Throws an exception if the Field is not a BooleanValue.

Link copied to clipboard

Casts this Field as a BooleanValue and retrieves its kotlin.Boolean value. Returns null if the Field is not a BooleanValue.

Link copied to clipboard

Casts this Field as a DoubleValue and retrieves its kotlin.Double value. Throws an exception if the Field is not a DoubleValue.

Link copied to clipboard

Casts this Field as a DoubleValue and retrieves its kotlin.Double value. Returns null if the Field is not a DoubleValue.

Link copied to clipboard

Casts this Field as a IsNull and retrieves its kotlin.Boolean value. Throws an exception if the Field is not a IsNull.

Link copied to clipboard

Casts this Field as a IsNull and retrieves its kotlin.Boolean value. Returns null if the Field is not a IsNull.

Link copied to clipboard

Casts this Field as a LongValue and retrieves its kotlin.Long value. Throws an exception if the Field is not a LongValue.

Link copied to clipboard

Casts this Field as a LongValue and retrieves its kotlin.Long value. Returns null if the Field is not a LongValue.

Link copied to clipboard

Casts this Field as a StringValue and retrieves its kotlin.String value. Throws an exception if the Field is not a StringValue.

Link copied to clipboard

Casts this Field as a StringValue and retrieves its kotlin.String value. Returns null if the Field is not a StringValue.