7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/connect/model/EvaluationFormQuestion.h>
9#include <aws/core/utils/memory/stl/AWSAllocator.h>
22class EvaluationFormSection;
43 template <
typename SectionT = EvaluationFormSection>
45 m_sectionHasBeenSet =
true;
46 m_section = Aws::MakeShared<EvaluationFormSection>(
"EvaluationFormItem", std::forward<SectionT>(value));
48 template <
typename SectionT = EvaluationFormSection>
61 template <
typename QuestionT = EvaluationFormQuestion>
63 m_questionHasBeenSet =
true;
64 m_question = std::forward<QuestionT>(value);
66 template <
typename QuestionT = EvaluationFormQuestion>
73 std::shared_ptr<EvaluationFormSection> m_section;
76 bool m_sectionHasBeenSet =
false;
77 bool m_questionHasBeenSet =
false;
Aws::Utils::Json::JsonValue JsonValue