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/EvaluationFormValidationStatus.h>
14#include <aws/connect/model/EvaluationFormVersionStatus.h>
15#include <aws/connect/model/EvaluationReviewConfiguration.h>
16#include <aws/core/utils/DateTime.h>
17#include <aws/core/utils/memory/stl/AWSMap.h>
18#include <aws/core/utils/memory/stl/AWSString.h>
19#include <aws/core/utils/memory/stl/AWSVector.h>
51 template <
typename EvaluationFormIdT = Aws::String>
53 m_evaluationFormIdHasBeenSet =
true;
54 m_evaluationFormId = std::forward<EvaluationFormIdT>(value);
56 template <
typename EvaluationFormIdT = Aws::String>
70 m_evaluationFormVersionHasBeenSet =
true;
71 m_evaluationFormVersion = value;
86 m_lockedHasBeenSet =
true;
101 template <
typename EvaluationFormArnT = Aws::String>
103 m_evaluationFormArnHasBeenSet =
true;
104 m_evaluationFormArn = std::forward<EvaluationFormArnT>(value);
106 template <
typename EvaluationFormArnT = Aws::String>
119 template <
typename TitleT = Aws::String>
121 m_titleHasBeenSet =
true;
122 m_title = std::forward<TitleT>(value);
124 template <
typename TitleT = Aws::String>
126 SetTitle(std::forward<TitleT>(value));
137 template <
typename DescriptionT = Aws::String>
139 m_descriptionHasBeenSet =
true;
140 m_description = std::forward<DescriptionT>(value);
142 template <
typename DescriptionT = Aws::String>
156 m_statusHasBeenSet =
true;
173 template <
typename ItemsT = Aws::Vector<EvaluationFormItem>>
175 m_itemsHasBeenSet =
true;
176 m_items = std::forward<ItemsT>(value);
178 template <
typename ItemsT = Aws::Vector<EvaluationFormItem>>
180 SetItems(std::forward<ItemsT>(value));
183 template <
typename ItemsT = EvaluationFormItem>
185 m_itemsHasBeenSet =
true;
186 m_items.emplace_back(std::forward<ItemsT>(value));
197 template <
typename ScoringStrategyT = EvaluationFormScoringStrategy>
199 m_scoringStrategyHasBeenSet =
true;
200 m_scoringStrategy = std::forward<ScoringStrategyT>(value);
202 template <
typename ScoringStrategyT = EvaluationFormScoringStrategy>
215 template <
typename CreatedTimeT = Aws::Utils::DateTime>
217 m_createdTimeHasBeenSet =
true;
218 m_createdTime = std::forward<CreatedTimeT>(value);
220 template <
typename CreatedTimeT = Aws::Utils::DateTime>
234 template <
typename CreatedByT = Aws::String>
236 m_createdByHasBeenSet =
true;
237 m_createdBy = std::forward<CreatedByT>(value);
239 template <
typename CreatedByT = Aws::String>
252 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
254 m_lastModifiedTimeHasBeenSet =
true;
255 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
257 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
271 template <
typename LastModifiedByT = Aws::String>
273 m_lastModifiedByHasBeenSet =
true;
274 m_lastModifiedBy = std::forward<LastModifiedByT>(value);
276 template <
typename LastModifiedByT = Aws::String>
289 template <
typename AutoEvaluationConfigurationT = EvaluationFormAutoEvaluationConfiguration>
291 m_autoEvaluationConfigurationHasBeenSet =
true;
292 m_autoEvaluationConfiguration = std::forward<AutoEvaluationConfigurationT>(value);
294 template <
typename AutoEvaluationConfigurationT = EvaluationFormAutoEvaluationConfiguration>
307 template <
typename ReviewConfigurationT = EvaluationReviewConfiguration>
309 m_reviewConfigurationHasBeenSet =
true;
310 m_reviewConfiguration = std::forward<ReviewConfigurationT>(value);
312 template <
typename ReviewConfigurationT = EvaluationReviewConfiguration>
326 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
328 m_tagsHasBeenSet =
true;
329 m_tags = std::forward<TagsT>(value);
331 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
333 SetTags(std::forward<TagsT>(value));
336 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
338 m_tagsHasBeenSet =
true;
339 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
350 template <
typename TargetConfigurationT = EvaluationFormTargetConfiguration>
352 m_targetConfigurationHasBeenSet =
true;
353 m_targetConfiguration = std::forward<TargetConfigurationT>(value);
355 template <
typename TargetConfigurationT = EvaluationFormTargetConfiguration>
368 template <
typename LanguageConfigurationT = EvaluationFormLanguageConfiguration>
370 m_languageConfigurationHasBeenSet =
true;
371 m_languageConfiguration = std::forward<LanguageConfigurationT>(value);
373 template <
typename LanguageConfigurationT = EvaluationFormLanguageConfiguration>
389 m_latestValidationStatusHasBeenSet =
true;
390 m_latestValidationStatus = value;
405 template <
typename LastVal
idationTimeT = Aws::Utils::DateTime>
407 m_lastValidationTimeHasBeenSet =
true;
408 m_lastValidationTime = std::forward<LastValidationTimeT>(value);
410 template <
typename LastVal
idationTimeT = Aws::Utils::DateTime>
419 int m_evaluationFormVersion{0};
421 bool m_locked{
false};
433 EvaluationFormScoringStrategy m_scoringStrategy;
443 EvaluationFormAutoEvaluationConfiguration m_autoEvaluationConfiguration;
445 EvaluationReviewConfiguration m_reviewConfiguration;
449 EvaluationFormTargetConfiguration m_targetConfiguration;
451 EvaluationFormLanguageConfiguration m_languageConfiguration;
456 bool m_evaluationFormIdHasBeenSet =
false;
457 bool m_evaluationFormVersionHasBeenSet =
false;
458 bool m_lockedHasBeenSet =
false;
459 bool m_evaluationFormArnHasBeenSet =
false;
460 bool m_titleHasBeenSet =
false;
461 bool m_descriptionHasBeenSet =
false;
462 bool m_statusHasBeenSet =
false;
463 bool m_itemsHasBeenSet =
false;
464 bool m_scoringStrategyHasBeenSet =
false;
465 bool m_createdTimeHasBeenSet =
false;
466 bool m_createdByHasBeenSet =
false;
467 bool m_lastModifiedTimeHasBeenSet =
false;
468 bool m_lastModifiedByHasBeenSet =
false;
469 bool m_autoEvaluationConfigurationHasBeenSet =
false;
470 bool m_reviewConfigurationHasBeenSet =
false;
471 bool m_tagsHasBeenSet =
false;
472 bool m_targetConfigurationHasBeenSet =
false;
473 bool m_languageConfigurationHasBeenSet =
false;
474 bool m_latestValidationStatusHasBeenSet =
false;
475 bool m_lastValidationTimeHasBeenSet =
false;
EvaluationFormValidationStatus
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