7#include <aws/qapps/QApps_EXPORTS.h>
8#include <aws/qapps/model/TextInputCardInput.h>
9#include <aws/qapps/model/QQueryCardInput.h>
10#include <aws/qapps/model/QPluginCardInput.h>
11#include <aws/qapps/model/FileUploadCardInput.h>
12#include <aws/qapps/model/FormInputCardInput.h>
51 template<
typename TextInputT = TextInputCardInput>
52 void SetTextInput(
TextInputT&& value) { m_textInputHasBeenSet =
true; m_textInput = std::forward<TextInputT>(value); }
53 template<
typename TextInputT = TextInputCardInput>
63 template<
typename QQueryT = QQueryCardInput>
64 void SetQQuery(
QQueryT&& value) { m_qQueryHasBeenSet =
true; m_qQuery = std::forward<QQueryT>(value); }
65 template<
typename QQueryT = QQueryCardInput>
75 template<
typename QPluginT = QPluginCardInput>
76 void SetQPlugin(
QPluginT&& value) { m_qPluginHasBeenSet =
true; m_qPlugin = std::forward<QPluginT>(value); }
77 template<
typename QPluginT = QPluginCardInput>
87 template<
typename FileUploadT = FileUploadCardInput>
89 template<
typename FileUploadT = FileUploadCardInput>
99 template<
typename FormInputT = FormInputCardInput>
101 template<
typename FormInputT = FormInputCardInput>
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;
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
Aws::Utils::Json::JsonValue JsonValue