7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/connect/model/EvaluationFormAutoEvaluationConfiguration.h>
9#include <aws/connect/model/EvaluationFormItem.h>
10#include <aws/connect/model/EvaluationFormLanguageConfiguration.h>
11#include <aws/connect/model/EvaluationFormScoringStrategy.h>
12#include <aws/connect/model/EvaluationFormTargetConfiguration.h>
13#include <aws/connect/model/EvaluationFormVersionStatus.h>
14#include <aws/connect/model/EvaluationReviewConfiguration.h>
15#include <aws/core/utils/DateTime.h>
16#include <aws/core/utils/memory/stl/AWSMap.h>
17#include <aws/core/utils/memory/stl/AWSString.h>
18#include <aws/core/utils/memory/stl/AWSVector.h>
50 template <
typename EvaluationFormIdT = Aws::String>
52 m_evaluationFormIdHasBeenSet =
true;
53 m_evaluationFormId = std::forward<EvaluationFormIdT>(value);
55 template <
typename EvaluationFormIdT = Aws::String>
69 m_evaluationFormVersionHasBeenSet =
true;
70 m_evaluationFormVersion = value;
85 m_lockedHasBeenSet =
true;
100 template <
typename EvaluationFormArnT = Aws::String>
102 m_evaluationFormArnHasBeenSet =
true;
103 m_evaluationFormArn = std::forward<EvaluationFormArnT>(value);
105 template <
typename EvaluationFormArnT = Aws::String>
118 template <
typename TitleT = Aws::String>
120 m_titleHasBeenSet =
true;
121 m_title = std::forward<TitleT>(value);
123 template <
typename TitleT = Aws::String>
125 SetTitle(std::forward<TitleT>(value));
136 template <
typename DescriptionT = Aws::String>
138 m_descriptionHasBeenSet =
true;
139 m_description = std::forward<DescriptionT>(value);
141 template <
typename DescriptionT = Aws::String>
155 m_statusHasBeenSet =
true;
172 template <
typename ItemsT = Aws::Vector<EvaluationFormItem>>
174 m_itemsHasBeenSet =
true;
175 m_items = std::forward<ItemsT>(value);
177 template <
typename ItemsT = Aws::Vector<EvaluationFormItem>>
179 SetItems(std::forward<ItemsT>(value));
182 template <
typename ItemsT = EvaluationFormItem>
184 m_itemsHasBeenSet =
true;
185 m_items.emplace_back(std::forward<ItemsT>(value));
196 template <
typename ScoringStrategyT = EvaluationFormScoringStrategy>
198 m_scoringStrategyHasBeenSet =
true;
199 m_scoringStrategy = std::forward<ScoringStrategyT>(value);
201 template <
typename ScoringStrategyT = EvaluationFormScoringStrategy>
214 template <
typename CreatedTimeT = Aws::Utils::DateTime>
216 m_createdTimeHasBeenSet =
true;
217 m_createdTime = std::forward<CreatedTimeT>(value);
219 template <
typename CreatedTimeT = Aws::Utils::DateTime>
233 template <
typename CreatedByT = Aws::String>
235 m_createdByHasBeenSet =
true;
236 m_createdBy = std::forward<CreatedByT>(value);
238 template <
typename CreatedByT = Aws::String>
251 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
253 m_lastModifiedTimeHasBeenSet =
true;
254 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
256 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
270 template <
typename LastModifiedByT = Aws::String>
272 m_lastModifiedByHasBeenSet =
true;
273 m_lastModifiedBy = std::forward<LastModifiedByT>(value);
275 template <
typename LastModifiedByT = Aws::String>
288 template <
typename AutoEvaluationConfigurationT = EvaluationFormAutoEvaluationConfiguration>
290 m_autoEvaluationConfigurationHasBeenSet =
true;
291 m_autoEvaluationConfiguration = std::forward<AutoEvaluationConfigurationT>(value);
293 template <
typename AutoEvaluationConfigurationT = EvaluationFormAutoEvaluationConfiguration>
306 template <
typename ReviewConfigurationT = EvaluationReviewConfiguration>
308 m_reviewConfigurationHasBeenSet =
true;
309 m_reviewConfiguration = std::forward<ReviewConfigurationT>(value);
311 template <
typename ReviewConfigurationT = EvaluationReviewConfiguration>
325 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
327 m_tagsHasBeenSet =
true;
328 m_tags = std::forward<TagsT>(value);
330 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
332 SetTags(std::forward<TagsT>(value));
335 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
337 m_tagsHasBeenSet =
true;
338 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
349 template <
typename TargetConfigurationT = EvaluationFormTargetConfiguration>
351 m_targetConfigurationHasBeenSet =
true;
352 m_targetConfiguration = std::forward<TargetConfigurationT>(value);
354 template <
typename TargetConfigurationT = EvaluationFormTargetConfiguration>
367 template <
typename LanguageConfigurationT = EvaluationFormLanguageConfiguration>
369 m_languageConfigurationHasBeenSet =
true;
370 m_languageConfiguration = std::forward<LanguageConfigurationT>(value);
372 template <
typename LanguageConfigurationT = EvaluationFormLanguageConfiguration>
381 int m_evaluationFormVersion{0};
383 bool m_locked{
false};
395 EvaluationFormScoringStrategy m_scoringStrategy;
405 EvaluationFormAutoEvaluationConfiguration m_autoEvaluationConfiguration;
407 EvaluationReviewConfiguration m_reviewConfiguration;
411 EvaluationFormTargetConfiguration m_targetConfiguration;
413 EvaluationFormLanguageConfiguration m_languageConfiguration;
414 bool m_evaluationFormIdHasBeenSet =
false;
415 bool m_evaluationFormVersionHasBeenSet =
false;
416 bool m_lockedHasBeenSet =
false;
417 bool m_evaluationFormArnHasBeenSet =
false;
418 bool m_titleHasBeenSet =
false;
419 bool m_descriptionHasBeenSet =
false;
420 bool m_statusHasBeenSet =
false;
421 bool m_itemsHasBeenSet =
false;
422 bool m_scoringStrategyHasBeenSet =
false;
423 bool m_createdTimeHasBeenSet =
false;
424 bool m_createdByHasBeenSet =
false;
425 bool m_lastModifiedTimeHasBeenSet =
false;
426 bool m_lastModifiedByHasBeenSet =
false;
427 bool m_autoEvaluationConfigurationHasBeenSet =
false;
428 bool m_reviewConfigurationHasBeenSet =
false;
429 bool m_tagsHasBeenSet =
false;
430 bool m_targetConfigurationHasBeenSet =
false;
431 bool m_languageConfigurationHasBeenSet =
false;
EvaluationFormVersionStatus
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue