Set
An attribute value of Set type.
Example: {"set": [ {} ] }
Inherited functions
Casts this AttributeValue as a Boolean and retrieves its kotlin.Boolean value. Throws an exception if the AttributeValue is not a Boolean.
Casts this AttributeValue as a Boolean and retrieves its kotlin.Boolean value. Returns null if the AttributeValue is not a Boolean.
Casts this AttributeValue as a EntityIdentifier and retrieves its aws.sdk.kotlin.services.verifiedpermissions.model.EntityIdentifier value. Throws an exception if the AttributeValue is not a EntityIdentifier.
Casts this AttributeValue as a EntityIdentifier and retrieves its aws.sdk.kotlin.services.verifiedpermissions.model.EntityIdentifier value. Returns null if the AttributeValue is not a EntityIdentifier.
Casts this AttributeValue as a Long and retrieves its kotlin.Long value. Throws an exception if the AttributeValue is not a Long.
Casts this AttributeValue as a Long and retrieves its kotlin.Long value. Returns null if the AttributeValue is not a Long.
Casts this AttributeValue as a Record and retrieves its Map
Casts this AttributeValue as a Record and retrieves its Map
Casts this AttributeValue as a Set and retrieves its List
Casts this AttributeValue as a Set and retrieves its List
Casts this AttributeValue as a String and retrieves its kotlin.String value. Throws an exception if the AttributeValue is not a String.
Casts this AttributeValue as a String and retrieves its kotlin.String value. Returns null if the AttributeValue is not a String.