7#include <aws/qapps/QApps_EXPORTS.h>
8#include <aws/qapps/model/FileUploadCard.h>
9#include <aws/qapps/model/FormInputCard.h>
10#include <aws/qapps/model/QPluginCard.h>
11#include <aws/qapps/model/QQueryCard.h>
12#include <aws/qapps/model/TextInputCard.h>
34 AWS_QAPPS_API
Card() =
default;
45 template <
typename TextInputT = TextInputCard>
47 m_textInputHasBeenSet =
true;
48 m_textInput = std::forward<TextInputT>(value);
50 template <
typename TextInputT = TextInputCard>
63 template <
typename QQueryT = QQueryCard>
65 m_qQueryHasBeenSet =
true;
66 m_qQuery = std::forward<QQueryT>(value);
68 template <
typename QQueryT = QQueryCard>
81 template <
typename QPluginT = QPluginCard>
83 m_qPluginHasBeenSet =
true;
84 m_qPlugin = std::forward<QPluginT>(value);
86 template <
typename QPluginT = QPluginCard>
99 template <
typename FileUploadT = FileUploadCard>
101 m_fileUploadHasBeenSet =
true;
102 m_fileUpload = std::forward<FileUploadT>(value);
104 template <
typename FileUploadT = FileUploadCard>
117 template <
typename FormInputT = FormInputCard>
119 m_formInputHasBeenSet =
true;
120 m_formInput = std::forward<FormInputT>(value);
122 template <
typename FormInputT = FormInputCard>
138 bool m_textInputHasBeenSet =
false;
139 bool m_qQueryHasBeenSet =
false;
140 bool m_qPluginHasBeenSet =
false;
141 bool m_fileUploadHasBeenSet =
false;
142 bool m_formInputHasBeenSet =
false;
void SetFormInput(FormInputT &&value)
bool FormInputHasBeenSet() const
Card & WithQPlugin(QPluginT &&value)
bool TextInputHasBeenSet() const
void SetQPlugin(QPluginT &&value)
bool FileUploadHasBeenSet() const
void SetTextInput(TextInputT &&value)
Card & WithTextInput(TextInputT &&value)
AWS_QAPPS_API Card()=default
void SetQQuery(QQueryT &&value)
AWS_QAPPS_API Card(Aws::Utils::Json::JsonView jsonValue)
const FileUploadCard & GetFileUpload() const
const QPluginCard & GetQPlugin() const
AWS_QAPPS_API Card & operator=(Aws::Utils::Json::JsonView jsonValue)
Card & WithQQuery(QQueryT &&value)
Card & WithFormInput(FormInputT &&value)
const TextInputCard & GetTextInput() const
Card & WithFileUpload(FileUploadT &&value)
const FormInputCard & GetFormInput() const
void SetFileUpload(FileUploadT &&value)
bool QPluginHasBeenSet() const
const QQueryCard & GetQQuery() const
AWS_QAPPS_API Aws::Utils::Json::JsonValue Jsonize() const
bool QQueryHasBeenSet() const
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
Aws::Utils::Json::JsonValue JsonValue