MemoryRecordMetadataValue
The value of a memory record metadata entry.
Inheritors
Types
Functions
Casts this MemoryRecordMetadataValue as a DateTimeValue and retrieves its aws.smithy.kotlin.runtime.time.Instant value. Throws an exception if the MemoryRecordMetadataValue is not a DateTimeValue.
Casts this MemoryRecordMetadataValue as a DateTimeValue and retrieves its aws.smithy.kotlin.runtime.time.Instant value. Returns null if the MemoryRecordMetadataValue is not a DateTimeValue.
Casts this MemoryRecordMetadataValue as a NumberValue and retrieves its kotlin.Double value. Throws an exception if the MemoryRecordMetadataValue is not a NumberValue.
Casts this MemoryRecordMetadataValue as a NumberValue and retrieves its kotlin.Double value. Returns null if the MemoryRecordMetadataValue is not a NumberValue.
Casts this MemoryRecordMetadataValue as a StringListValue and retrieves its kotlin.collections.List
Casts this MemoryRecordMetadataValue as a StringListValue and retrieves its kotlin.collections.List
Casts this MemoryRecordMetadataValue as a StringValue and retrieves its kotlin.String value. Throws an exception if the MemoryRecordMetadataValue is not a StringValue.
Casts this MemoryRecordMetadataValue as a StringValue and retrieves its kotlin.String value. Returns null if the MemoryRecordMetadataValue is not a StringValue.