7#include <aws/qapps/QApps_EXPORTS.h>
8#include <aws/qapps/model/FileUploadCardInput.h>
9#include <aws/qapps/model/FormInputCardInput.h>
10#include <aws/qapps/model/QPluginCardInput.h>
11#include <aws/qapps/model/QQueryCardInput.h>
12#include <aws/qapps/model/TextInputCardInput.h>
45 template <
typename TextInputT = TextInputCardInput>
47 m_textInputHasBeenSet =
true;
48 m_textInput = std::forward<TextInputT>(value);
50 template <
typename TextInputT = TextInputCardInput>
63 template <
typename QQueryT = QQueryCardInput>
65 m_qQueryHasBeenSet =
true;
66 m_qQuery = std::forward<QQueryT>(value);
68 template <
typename QQueryT = QQueryCardInput>
81 template <
typename QPluginT = QPluginCardInput>
83 m_qPluginHasBeenSet =
true;
84 m_qPlugin = std::forward<QPluginT>(value);
86 template <
typename QPluginT = QPluginCardInput>
99 template <
typename FileUploadT = FileUploadCardInput>
101 m_fileUploadHasBeenSet =
true;
102 m_fileUpload = std::forward<FileUploadT>(value);
104 template <
typename FileUploadT = FileUploadCardInput>
117 template <
typename FormInputT = FormInputCardInput>
119 m_formInputHasBeenSet =
true;
120 m_formInput = std::forward<FormInputT>(value);
122 template <
typename FormInputT = FormInputCardInput>
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;
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
Aws::Utils::Json::JsonValue JsonValue