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/connect/model/EvaluationReviewConfiguration.h>
15#include <aws/core/utils/UUID.h>
16#include <aws/core/utils/memory/stl/AWSString.h>
17#include <aws/core/utils/memory/stl/AWSVector.h>
47 template <
typename InstanceIdT = Aws::String>
49 m_instanceIdHasBeenSet =
true;
50 m_instanceId = std::forward<InstanceIdT>(value);
52 template <
typename InstanceIdT = Aws::String>
65 template <
typename EvaluationFormIdT = Aws::String>
67 m_evaluationFormIdHasBeenSet =
true;
68 m_evaluationFormId = std::forward<EvaluationFormIdT>(value);
70 template <
typename EvaluationFormIdT = Aws::String>
84 m_evaluationFormVersionHasBeenSet =
true;
85 m_evaluationFormVersion = value;
100 m_createNewVersionHasBeenSet =
true;
101 m_createNewVersion = value;
115 template <
typename TitleT = Aws::String>
117 m_titleHasBeenSet =
true;
118 m_title = std::forward<TitleT>(value);
120 template <
typename TitleT = Aws::String>
122 SetTitle(std::forward<TitleT>(value));
133 template <
typename DescriptionT = Aws::String>
135 m_descriptionHasBeenSet =
true;
136 m_description = std::forward<DescriptionT>(value);
138 template <
typename DescriptionT = Aws::String>
153 template <
typename ItemsT = Aws::Vector<EvaluationFormItem>>
155 m_itemsHasBeenSet =
true;
156 m_items = std::forward<ItemsT>(value);
158 template <
typename ItemsT = Aws::Vector<EvaluationFormItem>>
160 SetItems(std::forward<ItemsT>(value));
163 template <
typename ItemsT = EvaluationFormItem>
165 m_itemsHasBeenSet =
true;
166 m_items.emplace_back(std::forward<ItemsT>(value));
177 template <
typename ScoringStrategyT = EvaluationFormScoringStrategy>
179 m_scoringStrategyHasBeenSet =
true;
180 m_scoringStrategy = std::forward<ScoringStrategyT>(value);
182 template <
typename ScoringStrategyT = EvaluationFormScoringStrategy>
195 template <
typename AutoEvaluationConfigurationT = EvaluationFormAutoEvaluationConfiguration>
197 m_autoEvaluationConfigurationHasBeenSet =
true;
198 m_autoEvaluationConfiguration = std::forward<AutoEvaluationConfigurationT>(value);
200 template <
typename AutoEvaluationConfigurationT = EvaluationFormAutoEvaluationConfiguration>
213 template <
typename ReviewConfigurationT = EvaluationReviewConfiguration>
215 m_reviewConfigurationHasBeenSet =
true;
216 m_reviewConfiguration = std::forward<ReviewConfigurationT>(value);
218 template <
typename ReviewConfigurationT = EvaluationReviewConfiguration>
233 m_asDraftHasBeenSet =
true;
252 template <
typename ClientTokenT = Aws::String>
254 m_clientTokenHasBeenSet =
true;
255 m_clientToken = std::forward<ClientTokenT>(value);
257 template <
typename ClientTokenT = Aws::String>
270 template <
typename TargetConfigurationT = EvaluationFormTargetConfiguration>
272 m_targetConfigurationHasBeenSet =
true;
273 m_targetConfiguration = std::forward<TargetConfigurationT>(value);
275 template <
typename TargetConfigurationT = EvaluationFormTargetConfiguration>
288 template <
typename LanguageConfigurationT = EvaluationFormLanguageConfiguration>
290 m_languageConfigurationHasBeenSet =
true;
291 m_languageConfiguration = std::forward<LanguageConfigurationT>(value);
293 template <
typename LanguageConfigurationT = EvaluationFormLanguageConfiguration>
304 int m_evaluationFormVersion{0};
306 bool m_createNewVersion{
false};
314 EvaluationFormScoringStrategy m_scoringStrategy;
316 EvaluationFormAutoEvaluationConfiguration m_autoEvaluationConfiguration;
318 EvaluationReviewConfiguration m_reviewConfiguration;
320 bool m_asDraft{
false};
324 EvaluationFormTargetConfiguration m_targetConfiguration;
326 EvaluationFormLanguageConfiguration m_languageConfiguration;
327 bool m_instanceIdHasBeenSet =
false;
328 bool m_evaluationFormIdHasBeenSet =
false;
329 bool m_evaluationFormVersionHasBeenSet =
false;
330 bool m_createNewVersionHasBeenSet =
false;
331 bool m_titleHasBeenSet =
false;
332 bool m_descriptionHasBeenSet =
false;
333 bool m_itemsHasBeenSet =
false;
334 bool m_scoringStrategyHasBeenSet =
false;
335 bool m_autoEvaluationConfigurationHasBeenSet =
false;
336 bool m_reviewConfigurationHasBeenSet =
false;
337 bool m_asDraftHasBeenSet =
false;
338 bool m_clientTokenHasBeenSet =
true;
339 bool m_targetConfigurationHasBeenSet =
false;
340 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