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/EvaluationReviewConfiguration.h>
14#include <aws/core/utils/memory/stl/AWSString.h>
15#include <aws/core/utils/memory/stl/AWSVector.h>
49 m_evaluationFormVersionHasBeenSet =
true;
50 m_evaluationFormVersion = value;
64 template <
typename EvaluationFormIdT = Aws::String>
66 m_evaluationFormIdHasBeenSet =
true;
67 m_evaluationFormId = std::forward<EvaluationFormIdT>(value);
69 template <
typename EvaluationFormIdT = Aws::String>
82 template <
typename EvaluationFormArnT = Aws::String>
84 m_evaluationFormArnHasBeenSet =
true;
85 m_evaluationFormArn = std::forward<EvaluationFormArnT>(value);
87 template <
typename EvaluationFormArnT = Aws::String>
100 template <
typename TitleT = Aws::String>
102 m_titleHasBeenSet =
true;
103 m_title = std::forward<TitleT>(value);
105 template <
typename TitleT = Aws::String>
107 SetTitle(std::forward<TitleT>(value));
118 template <
typename DescriptionT = Aws::String>
120 m_descriptionHasBeenSet =
true;
121 m_description = std::forward<DescriptionT>(value);
123 template <
typename DescriptionT = Aws::String>
138 template <
typename ItemsT = Aws::Vector<EvaluationFormItem>>
140 m_itemsHasBeenSet =
true;
141 m_items = std::forward<ItemsT>(value);
143 template <
typename ItemsT = Aws::Vector<EvaluationFormItem>>
145 SetItems(std::forward<ItemsT>(value));
148 template <
typename ItemsT = EvaluationFormItem>
150 m_itemsHasBeenSet =
true;
151 m_items.emplace_back(std::forward<ItemsT>(value));
162 template <
typename ScoringStrategyT = EvaluationFormScoringStrategy>
164 m_scoringStrategyHasBeenSet =
true;
165 m_scoringStrategy = std::forward<ScoringStrategyT>(value);
167 template <
typename ScoringStrategyT = EvaluationFormScoringStrategy>
180 template <
typename AutoEvaluationConfigurationT = EvaluationFormAutoEvaluationConfiguration>
182 m_autoEvaluationConfigurationHasBeenSet =
true;
183 m_autoEvaluationConfiguration = std::forward<AutoEvaluationConfigurationT>(value);
185 template <
typename AutoEvaluationConfigurationT = EvaluationFormAutoEvaluationConfiguration>
198 template <
typename TargetConfigurationT = EvaluationFormTargetConfiguration>
200 m_targetConfigurationHasBeenSet =
true;
201 m_targetConfiguration = std::forward<TargetConfigurationT>(value);
203 template <
typename TargetConfigurationT = EvaluationFormTargetConfiguration>
216 template <
typename LanguageConfigurationT = EvaluationFormLanguageConfiguration>
218 m_languageConfigurationHasBeenSet =
true;
219 m_languageConfiguration = std::forward<LanguageConfigurationT>(value);
221 template <
typename LanguageConfigurationT = EvaluationFormLanguageConfiguration>
235 template <
typename ReviewConfigurationT = EvaluationReviewConfiguration>
237 m_reviewConfigurationHasBeenSet =
true;
238 m_reviewConfiguration = std::forward<ReviewConfigurationT>(value);
240 template <
typename ReviewConfigurationT = EvaluationReviewConfiguration>
247 int m_evaluationFormVersion{0};
259 EvaluationFormScoringStrategy m_scoringStrategy;
261 EvaluationFormAutoEvaluationConfiguration m_autoEvaluationConfiguration;
263 EvaluationFormTargetConfiguration m_targetConfiguration;
265 EvaluationFormLanguageConfiguration m_languageConfiguration;
267 EvaluationReviewConfiguration m_reviewConfiguration;
268 bool m_evaluationFormVersionHasBeenSet =
false;
269 bool m_evaluationFormIdHasBeenSet =
false;
270 bool m_evaluationFormArnHasBeenSet =
false;
271 bool m_titleHasBeenSet =
false;
272 bool m_descriptionHasBeenSet =
false;
273 bool m_itemsHasBeenSet =
false;
274 bool m_scoringStrategyHasBeenSet =
false;
275 bool m_autoEvaluationConfigurationHasBeenSet =
false;
276 bool m_targetConfigurationHasBeenSet =
false;
277 bool m_languageConfigurationHasBeenSet =
false;
278 bool m_reviewConfigurationHasBeenSet =
false;
const Aws::String & GetTitle() const
EvaluationFormContent & WithEvaluationFormArn(EvaluationFormArnT &&value)
bool EvaluationFormArnHasBeenSet() const
EvaluationFormContent & WithEvaluationFormId(EvaluationFormIdT &&value)
EvaluationFormContent & WithTitle(TitleT &&value)
const Aws::String & GetDescription() const
void SetEvaluationFormId(EvaluationFormIdT &&value)
int GetEvaluationFormVersion() const
AWS_CONNECT_API EvaluationFormContent & operator=(Aws::Utils::Json::JsonView jsonValue)
EvaluationFormContent & WithTargetConfiguration(TargetConfigurationT &&value)
bool ScoringStrategyHasBeenSet() const
void SetEvaluationFormVersion(int value)
void SetEvaluationFormArn(EvaluationFormArnT &&value)
EvaluationFormContent & AddItems(ItemsT &&value)
AWS_CONNECT_API EvaluationFormContent(Aws::Utils::Json::JsonView jsonValue)
const EvaluationReviewConfiguration & GetReviewConfiguration() const
bool EvaluationFormVersionHasBeenSet() const
const Aws::String & GetEvaluationFormArn() const
bool ItemsHasBeenSet() const
EvaluationFormContent & WithDescription(DescriptionT &&value)
AWS_CONNECT_API EvaluationFormContent()=default
const EvaluationFormTargetConfiguration & GetTargetConfiguration() const
bool LanguageConfigurationHasBeenSet() const
void SetScoringStrategy(ScoringStrategyT &&value)
EvaluationFormContent & WithAutoEvaluationConfiguration(AutoEvaluationConfigurationT &&value)
EvaluationFormContent & WithEvaluationFormVersion(int value)
void SetItems(ItemsT &&value)
bool TitleHasBeenSet() const
bool ReviewConfigurationHasBeenSet() const
const Aws::Vector< EvaluationFormItem > & GetItems() const
EvaluationFormContent & WithScoringStrategy(ScoringStrategyT &&value)
void SetLanguageConfiguration(LanguageConfigurationT &&value)
bool TargetConfigurationHasBeenSet() const
void SetDescription(DescriptionT &&value)
EvaluationFormContent & WithItems(ItemsT &&value)
bool EvaluationFormIdHasBeenSet() const
void SetTitle(TitleT &&value)
void SetTargetConfiguration(TargetConfigurationT &&value)
EvaluationFormContent & WithLanguageConfiguration(LanguageConfigurationT &&value)
const Aws::String & GetEvaluationFormId() const
void SetAutoEvaluationConfiguration(AutoEvaluationConfigurationT &&value)
const EvaluationFormScoringStrategy & GetScoringStrategy() const
void SetReviewConfiguration(ReviewConfigurationT &&value)
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
EvaluationFormContent & WithReviewConfiguration(ReviewConfigurationT &&value)
bool AutoEvaluationConfigurationHasBeenSet() const
const EvaluationFormLanguageConfiguration & GetLanguageConfiguration() const
bool DescriptionHasBeenSet() const
const EvaluationFormAutoEvaluationConfiguration & GetAutoEvaluationConfiguration() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue