Card
A card representing a component or step in an Amazon Q App's flow.
Inheritors
Types
A container for the properties of the file upload card.
A container for the properties of the form input card.
A container for the properties of the plugin card.
A container for the properties of the query card.
A container for the properties of the text input card.
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.