7#include <aws/qapps/QApps_EXPORTS.h>
8#include <aws/qapps/model/TextInputCard.h>
9#include <aws/qapps/model/QQueryCard.h>
10#include <aws/qapps/model/QPluginCard.h>
11#include <aws/qapps/model/FileUploadCard.h>
12#include <aws/qapps/model/FormInputCard.h>
39 AWS_QAPPS_API
Card() =
default;
51 template<
typename TextInputT = TextInputCard>
52 void SetTextInput(
TextInputT&& value) { m_textInputHasBeenSet =
true; m_textInput = std::forward<TextInputT>(value); }
53 template<
typename TextInputT = TextInputCard>
63 template<
typename QQueryT = QQueryCard>
64 void SetQQuery(
QQueryT&& value) { m_qQueryHasBeenSet =
true; m_qQuery = std::forward<QQueryT>(value); }
65 template<
typename QQueryT = QQueryCard>
75 template<
typename QPluginT = QPluginCard>
76 void SetQPlugin(
QPluginT&& value) { m_qPluginHasBeenSet =
true; m_qPlugin = std::forward<QPluginT>(value); }
77 template<
typename QPluginT = QPluginCard>
87 template<
typename FileUploadT = FileUploadCard>
89 template<
typename FileUploadT = FileUploadCard>
99 template<
typename FormInputT = FormInputCard>
101 template<
typename FormInputT = FormInputCard>
107 bool m_textInputHasBeenSet =
false;
110 bool m_qQueryHasBeenSet =
false;
113 bool m_qPluginHasBeenSet =
false;
116 bool m_fileUploadHasBeenSet =
false;
119 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