QQuery
A container for the properties of the query card.
Inherited functions
Casts this Card as a FileUpload and retrieves its aws.sdk.kotlin.services.qapps.model.FileUploadCard value. Throws an exception if the Card is not a FileUpload.
Casts this Card as a FileUpload and retrieves its aws.sdk.kotlin.services.qapps.model.FileUploadCard value. Returns null if the Card is not a FileUpload.
Casts this Card as a FormInput and retrieves its aws.sdk.kotlin.services.qapps.model.FormInputCard value. Throws an exception if the Card is not a FormInput.
Casts this Card as a FormInput and retrieves its aws.sdk.kotlin.services.qapps.model.FormInputCard value. Returns null if the Card is not a FormInput.
Casts this Card as a QPlugin and retrieves its aws.sdk.kotlin.services.qapps.model.QPluginCard value. Throws an exception if the Card is not a QPlugin.
Casts this Card as a QPlugin and retrieves its aws.sdk.kotlin.services.qapps.model.QPluginCard value. Returns null if the Card is not a QPlugin.
Casts this Card as a QQuery and retrieves its aws.sdk.kotlin.services.qapps.model.QQueryCard value. Throws an exception if the Card is not a QQuery.
Casts this Card as a QQuery and retrieves its aws.sdk.kotlin.services.qapps.model.QQueryCard value. Returns null if the Card is not a QQuery.
Casts this Card as a TextInput and retrieves its aws.sdk.kotlin.services.qapps.model.TextInputCard value. Throws an exception if the Card is not a TextInput.
Casts this Card as a TextInput and retrieves its aws.sdk.kotlin.services.qapps.model.TextInputCard value. Returns null if the Card is not a TextInput.