7#include <aws/connect/ConnectRequest.h>
8#include <aws/connect/Connect_EXPORTS.h>
9#include <aws/connect/model/EvaluationFormAutoEvaluationConfiguration.h>
10#include <aws/connect/model/EvaluationFormItem.h>
11#include <aws/connect/model/EvaluationFormLanguageConfiguration.h>
12#include <aws/connect/model/EvaluationFormScoringStrategy.h>
13#include <aws/connect/model/EvaluationFormTargetConfiguration.h>
14#include <aws/core/utils/UUID.h>
15#include <aws/core/utils/memory/stl/AWSString.h>
16#include <aws/core/utils/memory/stl/AWSVector.h>
46 template <
typename InstanceIdT = Aws::String>
48 m_instanceIdHasBeenSet =
true;
49 m_instanceId = std::forward<InstanceIdT>(value);
51 template <
typename InstanceIdT = Aws::String>
64 template <
typename EvaluationFormIdT = Aws::String>
66 m_evaluationFormIdHasBeenSet =
true;
67 m_evaluationFormId = std::forward<EvaluationFormIdT>(value);
69 template <
typename EvaluationFormIdT = Aws::String>
83 m_evaluationFormVersionHasBeenSet =
true;
84 m_evaluationFormVersion = value;
99 m_createNewVersionHasBeenSet =
true;
100 m_createNewVersion = value;
114 template <
typename TitleT = Aws::String>
116 m_titleHasBeenSet =
true;
117 m_title = std::forward<TitleT>(value);
119 template <
typename TitleT = Aws::String>
121 SetTitle(std::forward<TitleT>(value));
132 template <
typename DescriptionT = Aws::String>
134 m_descriptionHasBeenSet =
true;
135 m_description = std::forward<DescriptionT>(value);
137 template <
typename DescriptionT = Aws::String>
152 template <
typename ItemsT = Aws::Vector<EvaluationFormItem>>
154 m_itemsHasBeenSet =
true;
155 m_items = std::forward<ItemsT>(value);
157 template <
typename ItemsT = Aws::Vector<EvaluationFormItem>>
159 SetItems(std::forward<ItemsT>(value));
162 template <
typename ItemsT = EvaluationFormItem>
164 m_itemsHasBeenSet =
true;
165 m_items.emplace_back(std::forward<ItemsT>(value));
176 template <
typename ScoringStrategyT = EvaluationFormScoringStrategy>
178 m_scoringStrategyHasBeenSet =
true;
179 m_scoringStrategy = std::forward<ScoringStrategyT>(value);
181 template <
typename ScoringStrategyT = EvaluationFormScoringStrategy>
194 template <
typename AutoEvaluationConfigurationT = EvaluationFormAutoEvaluationConfiguration>
196 m_autoEvaluationConfigurationHasBeenSet =
true;
197 m_autoEvaluationConfiguration = std::forward<AutoEvaluationConfigurationT>(value);
199 template <
typename AutoEvaluationConfigurationT = EvaluationFormAutoEvaluationConfiguration>
214 m_asDraftHasBeenSet =
true;
233 template <
typename ClientTokenT = Aws::String>
235 m_clientTokenHasBeenSet =
true;
236 m_clientToken = std::forward<ClientTokenT>(value);
238 template <
typename ClientTokenT = Aws::String>
251 template <
typename TargetConfigurationT = EvaluationFormTargetConfiguration>
253 m_targetConfigurationHasBeenSet =
true;
254 m_targetConfiguration = std::forward<TargetConfigurationT>(value);
256 template <
typename TargetConfigurationT = EvaluationFormTargetConfiguration>
269 template <
typename LanguageConfigurationT = EvaluationFormLanguageConfiguration>
271 m_languageConfigurationHasBeenSet =
true;
272 m_languageConfiguration = std::forward<LanguageConfigurationT>(value);
274 template <
typename LanguageConfigurationT = EvaluationFormLanguageConfiguration>
285 int m_evaluationFormVersion{0};
287 bool m_createNewVersion{
false};
295 EvaluationFormScoringStrategy m_scoringStrategy;
297 EvaluationFormAutoEvaluationConfiguration m_autoEvaluationConfiguration;
299 bool m_asDraft{
false};
303 EvaluationFormTargetConfiguration m_targetConfiguration;
305 EvaluationFormLanguageConfiguration m_languageConfiguration;
306 bool m_instanceIdHasBeenSet =
false;
307 bool m_evaluationFormIdHasBeenSet =
false;
308 bool m_evaluationFormVersionHasBeenSet =
false;
309 bool m_createNewVersionHasBeenSet =
false;
310 bool m_titleHasBeenSet =
false;
311 bool m_descriptionHasBeenSet =
false;
312 bool m_itemsHasBeenSet =
false;
313 bool m_scoringStrategyHasBeenSet =
false;
314 bool m_autoEvaluationConfigurationHasBeenSet =
false;
315 bool m_asDraftHasBeenSet =
false;
316 bool m_clientTokenHasBeenSet =
true;
317 bool m_targetConfigurationHasBeenSet =
false;
318 bool m_languageConfigurationHasBeenSet =
false;
static Aws::Utils::UUID PseudoRandomUUID()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector