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/AWSMap.h>
17#include <aws/core/utils/memory/stl/AWSString.h>
18#include <aws/core/utils/memory/stl/AWSVector.h>
48 template <
typename InstanceIdT = Aws::String>
50 m_instanceIdHasBeenSet =
true;
51 m_instanceId = std::forward<InstanceIdT>(value);
53 template <
typename InstanceIdT = Aws::String>
66 template <
typename TitleT = Aws::String>
68 m_titleHasBeenSet =
true;
69 m_title = std::forward<TitleT>(value);
71 template <
typename TitleT = Aws::String>
73 SetTitle(std::forward<TitleT>(value));
84 template <
typename DescriptionT = Aws::String>
86 m_descriptionHasBeenSet =
true;
87 m_description = std::forward<DescriptionT>(value);
89 template <
typename DescriptionT = Aws::String>
104 template <
typename ItemsT = Aws::Vector<EvaluationFormItem>>
106 m_itemsHasBeenSet =
true;
107 m_items = std::forward<ItemsT>(value);
109 template <
typename ItemsT = Aws::Vector<EvaluationFormItem>>
111 SetItems(std::forward<ItemsT>(value));
114 template <
typename ItemsT = EvaluationFormItem>
116 m_itemsHasBeenSet =
true;
117 m_items.emplace_back(std::forward<ItemsT>(value));
128 template <
typename ScoringStrategyT = EvaluationFormScoringStrategy>
130 m_scoringStrategyHasBeenSet =
true;
131 m_scoringStrategy = std::forward<ScoringStrategyT>(value);
133 template <
typename ScoringStrategyT = EvaluationFormScoringStrategy>
146 template <
typename AutoEvaluationConfigurationT = EvaluationFormAutoEvaluationConfiguration>
148 m_autoEvaluationConfigurationHasBeenSet =
true;
149 m_autoEvaluationConfiguration = std::forward<AutoEvaluationConfigurationT>(value);
151 template <
typename AutoEvaluationConfigurationT = EvaluationFormAutoEvaluationConfiguration>
168 template <
typename ClientTokenT = Aws::String>
170 m_clientTokenHasBeenSet =
true;
171 m_clientToken = std::forward<ClientTokenT>(value);
173 template <
typename ClientTokenT = Aws::String>
188 m_asDraftHasBeenSet =
true;
204 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
206 m_tagsHasBeenSet =
true;
207 m_tags = std::forward<TagsT>(value);
209 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
211 SetTags(std::forward<TagsT>(value));
214 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
216 m_tagsHasBeenSet =
true;
217 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
228 template <
typename ReviewConfigurationT = EvaluationReviewConfiguration>
230 m_reviewConfigurationHasBeenSet =
true;
231 m_reviewConfiguration = std::forward<ReviewConfigurationT>(value);
233 template <
typename ReviewConfigurationT = EvaluationReviewConfiguration>
246 template <
typename TargetConfigurationT = EvaluationFormTargetConfiguration>
248 m_targetConfigurationHasBeenSet =
true;
249 m_targetConfiguration = std::forward<TargetConfigurationT>(value);
251 template <
typename TargetConfigurationT = EvaluationFormTargetConfiguration>
264 template <
typename LanguageConfigurationT = EvaluationFormLanguageConfiguration>
266 m_languageConfigurationHasBeenSet =
true;
267 m_languageConfiguration = std::forward<LanguageConfigurationT>(value);
269 template <
typename LanguageConfigurationT = EvaluationFormLanguageConfiguration>
290 bool m_asDraft{
false};
294 EvaluationReviewConfiguration m_reviewConfiguration;
296 EvaluationFormTargetConfiguration m_targetConfiguration;
298 EvaluationFormLanguageConfiguration m_languageConfiguration;
299 bool m_instanceIdHasBeenSet =
false;
300 bool m_titleHasBeenSet =
false;
301 bool m_descriptionHasBeenSet =
false;
302 bool m_itemsHasBeenSet =
false;
303 bool m_scoringStrategyHasBeenSet =
false;
304 bool m_autoEvaluationConfigurationHasBeenSet =
false;
305 bool m_clientTokenHasBeenSet =
true;
306 bool m_asDraftHasBeenSet =
false;
307 bool m_tagsHasBeenSet =
false;
308 bool m_reviewConfigurationHasBeenSet =
false;
309 bool m_targetConfigurationHasBeenSet =
false;
310 bool m_languageConfigurationHasBeenSet =
false;
static Aws::Utils::UUID PseudoRandomUUID()
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