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/EvaluationFormScoringStrategy.h>
12#include <aws/core/utils/UUID.h>
13#include <aws/core/utils/memory/stl/AWSString.h>
14#include <aws/core/utils/memory/stl/AWSVector.h>
44 template <
typename InstanceIdT = Aws::String>
46 m_instanceIdHasBeenSet =
true;
47 m_instanceId = std::forward<InstanceIdT>(value);
49 template <
typename InstanceIdT = Aws::String>
62 template <
typename EvaluationFormIdT = Aws::String>
64 m_evaluationFormIdHasBeenSet =
true;
65 m_evaluationFormId = std::forward<EvaluationFormIdT>(value);
67 template <
typename EvaluationFormIdT = Aws::String>
81 m_evaluationFormVersionHasBeenSet =
true;
82 m_evaluationFormVersion = value;
97 m_createNewVersionHasBeenSet =
true;
98 m_createNewVersion = value;
112 template <
typename TitleT = Aws::String>
114 m_titleHasBeenSet =
true;
115 m_title = std::forward<TitleT>(value);
117 template <
typename TitleT = Aws::String>
119 SetTitle(std::forward<TitleT>(value));
130 template <
typename DescriptionT = Aws::String>
132 m_descriptionHasBeenSet =
true;
133 m_description = std::forward<DescriptionT>(value);
135 template <
typename DescriptionT = Aws::String>
150 template <
typename ItemsT = Aws::Vector<EvaluationFormItem>>
152 m_itemsHasBeenSet =
true;
153 m_items = std::forward<ItemsT>(value);
155 template <
typename ItemsT = Aws::Vector<EvaluationFormItem>>
157 SetItems(std::forward<ItemsT>(value));
160 template <
typename ItemsT = EvaluationFormItem>
162 m_itemsHasBeenSet =
true;
163 m_items.emplace_back(std::forward<ItemsT>(value));
174 template <
typename ScoringStrategyT = EvaluationFormScoringStrategy>
176 m_scoringStrategyHasBeenSet =
true;
177 m_scoringStrategy = std::forward<ScoringStrategyT>(value);
179 template <
typename ScoringStrategyT = EvaluationFormScoringStrategy>
192 template <
typename AutoEvaluationConfigurationT = EvaluationFormAutoEvaluationConfiguration>
194 m_autoEvaluationConfigurationHasBeenSet =
true;
195 m_autoEvaluationConfiguration = std::forward<AutoEvaluationConfigurationT>(value);
197 template <
typename AutoEvaluationConfigurationT = EvaluationFormAutoEvaluationConfiguration>
214 template <
typename ClientTokenT = Aws::String>
216 m_clientTokenHasBeenSet =
true;
217 m_clientToken = std::forward<ClientTokenT>(value);
219 template <
typename ClientTokenT = Aws::String>
227 bool m_instanceIdHasBeenSet =
false;
230 bool m_evaluationFormIdHasBeenSet =
false;
232 int m_evaluationFormVersion{0};
233 bool m_evaluationFormVersionHasBeenSet =
false;
235 bool m_createNewVersion{
false};
236 bool m_createNewVersionHasBeenSet =
false;
239 bool m_titleHasBeenSet =
false;
242 bool m_descriptionHasBeenSet =
false;
245 bool m_itemsHasBeenSet =
false;
247 EvaluationFormScoringStrategy m_scoringStrategy;
248 bool m_scoringStrategyHasBeenSet =
false;
250 EvaluationFormAutoEvaluationConfiguration m_autoEvaluationConfiguration;
251 bool m_autoEvaluationConfigurationHasBeenSet =
false;
254 bool m_clientTokenHasBeenSet =
true;
static Aws::Utils::UUID PseudoRandomUUID()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector