7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/connect/model/EvaluationFormItemEnablementConfiguration.h>
9#include <aws/connect/model/EvaluationFormQuestionScoringConfiguration.h>
10#include <aws/connect/model/EvaluationFormQuestionType.h>
11#include <aws/connect/model/EvaluationFormQuestionTypeProperties.h>
12#include <aws/core/utils/memory/stl/AWSString.h>
45 template <
typename TitleT = Aws::String>
47 m_titleHasBeenSet =
true;
48 m_title = std::forward<TitleT>(value);
50 template <
typename TitleT = Aws::String>
52 SetTitle(std::forward<TitleT>(value));
63 template <
typename InstructionsT = Aws::String>
65 m_instructionsHasBeenSet =
true;
66 m_instructions = std::forward<InstructionsT>(value);
68 template <
typename InstructionsT = Aws::String>
82 template <
typename RefIdT = Aws::String>
84 m_refIdHasBeenSet =
true;
85 m_refId = std::forward<RefIdT>(value);
87 template <
typename RefIdT = Aws::String>
89 SetRefId(std::forward<RefIdT>(value));
101 m_notApplicableEnabledHasBeenSet =
true;
102 m_notApplicableEnabled = value;
117 m_questionTypeHasBeenSet =
true;
118 m_questionType = value;
133 template <
typename QuestionTypePropertiesT = EvaluationFormQuestionTypeProperties>
135 m_questionTypePropertiesHasBeenSet =
true;
136 m_questionTypeProperties = std::forward<QuestionTypePropertiesT>(value);
138 template <
typename QuestionTypePropertiesT = EvaluationFormQuestionTypeProperties>
151 template <
typename EnablementT = EvaluationFormItemEnablementConfiguration>
153 m_enablementHasBeenSet =
true;
154 m_enablement = std::forward<EnablementT>(value);
156 template <
typename EnablementT = EvaluationFormItemEnablementConfiguration>
170 m_weightHasBeenSet =
true;
185 template <
typename ScoringConfigurationT = EvaluationFormQuestionScoringConfiguration>
187 m_scoringConfigurationHasBeenSet =
true;
188 m_scoringConfiguration = std::forward<ScoringConfigurationT>(value);
190 template <
typename ScoringConfigurationT = EvaluationFormQuestionScoringConfiguration>
203 bool m_notApplicableEnabled{
false};
207 EvaluationFormQuestionTypeProperties m_questionTypeProperties;
209 EvaluationFormItemEnablementConfiguration m_enablement;
211 double m_weight{0.0};
213 EvaluationFormQuestionScoringConfiguration m_scoringConfiguration;
214 bool m_titleHasBeenSet =
false;
215 bool m_instructionsHasBeenSet =
false;
216 bool m_refIdHasBeenSet =
false;
217 bool m_notApplicableEnabledHasBeenSet =
false;
218 bool m_questionTypeHasBeenSet =
false;
219 bool m_questionTypePropertiesHasBeenSet =
false;
220 bool m_enablementHasBeenSet =
false;
221 bool m_weightHasBeenSet =
false;
222 bool m_scoringConfigurationHasBeenSet =
false;
EvaluationFormQuestionType
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue