QQuery
A container for the properties of the query input card.
Inherited functions
Casts this CardInput as a FileUpload and retrieves its aws.sdk.kotlin.services.qapps.model.FileUploadCardInput value. Throws an exception if the CardInput is not a FileUpload.
Casts this CardInput as a FileUpload and retrieves its aws.sdk.kotlin.services.qapps.model.FileUploadCardInput value. Returns null if the CardInput is not a FileUpload.
Casts this CardInput as a FormInput and retrieves its aws.sdk.kotlin.services.qapps.model.FormInputCardInput value. Throws an exception if the CardInput is not a FormInput.
Casts this CardInput as a FormInput and retrieves its aws.sdk.kotlin.services.qapps.model.FormInputCardInput value. Returns null if the CardInput is not a FormInput.
Casts this CardInput as a QPlugin and retrieves its aws.sdk.kotlin.services.qapps.model.QPluginCardInput value. Throws an exception if the CardInput is not a QPlugin.
Casts this CardInput as a QPlugin and retrieves its aws.sdk.kotlin.services.qapps.model.QPluginCardInput value. Returns null if the CardInput is not a QPlugin.
Casts this CardInput as a QQuery and retrieves its aws.sdk.kotlin.services.qapps.model.QQueryCardInput value. Throws an exception if the CardInput is not a QQuery.
Casts this CardInput as a QQuery and retrieves its aws.sdk.kotlin.services.qapps.model.QQueryCardInput value. Returns null if the CardInput is not a QQuery.
Casts this CardInput as a TextInput and retrieves its aws.sdk.kotlin.services.qapps.model.TextInputCardInput value. Throws an exception if the CardInput is not a TextInput.
Casts this CardInput as a TextInput and retrieves its aws.sdk.kotlin.services.qapps.model.TextInputCardInput value. Returns null if the CardInput is not a TextInput.