FormInput

data class FormInput(val value: FormInputCard) : Card

A container for the properties of the form input card.

Constructors

Link copied to clipboard
constructor(value: FormInputCard)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

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.

Link copied to clipboard

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.

Link copied to clipboard

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.

Link copied to clipboard

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.

Link copied to clipboard

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.

Link copied to clipboard

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.

Link copied to clipboard

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.

Link copied to clipboard

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.

Link copied to clipboard

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.

Link copied to clipboard

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.