SdkUnknown
Inherited functions
Casts this FieldValueUnion as a BooleanValue and retrieves its kotlin.Boolean value. Throws an exception if the FieldValueUnion is not a BooleanValue.
Casts this FieldValueUnion as a BooleanValue and retrieves its kotlin.Boolean value. Returns null if the FieldValueUnion is not a BooleanValue.
Casts this FieldValueUnion as a DoubleValue and retrieves its kotlin.Double value. Throws an exception if the FieldValueUnion is not a DoubleValue.
Casts this FieldValueUnion as a DoubleValue and retrieves its kotlin.Double value. Returns null if the FieldValueUnion is not a DoubleValue.
Casts this FieldValueUnion as a EmptyValue and retrieves its aws.sdk.kotlin.services.connectcases.model.EmptyFieldValue value. Throws an exception if the FieldValueUnion is not a EmptyValue.
Casts this FieldValueUnion as a EmptyValue and retrieves its aws.sdk.kotlin.services.connectcases.model.EmptyFieldValue value. Returns null if the FieldValueUnion is not a EmptyValue.
Casts this FieldValueUnion as a StringValue and retrieves its kotlin.String value. Throws an exception if the FieldValueUnion is not a StringValue.
Casts this FieldValueUnion as a StringValue and retrieves its kotlin.String value. Returns null if the FieldValueUnion is not a StringValue.
Casts this FieldValueUnion as a UserArnValue and retrieves its kotlin.String value. Throws an exception if the FieldValueUnion is not a UserArnValue.
Casts this FieldValueUnion as a UserArnValue and retrieves its kotlin.String value. Returns null if the FieldValueUnion is not a UserArnValue.