7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/connect/model/EvaluationFormQuestionType.h>
10#include <aws/connect/model/EvaluationFormQuestionTypeProperties.h>
49 template<
typename TitleT = Aws::String>
50 void SetTitle(TitleT&& value) { m_titleHasBeenSet =
true; m_title = std::forward<TitleT>(value); }
51 template<
typename TitleT = Aws::String>
61 template<
typename InstructionsT = Aws::String>
62 void SetInstructions(InstructionsT&& value) { m_instructionsHasBeenSet =
true; m_instructions = std::forward<InstructionsT>(value); }
63 template<
typename InstructionsT = Aws::String>
74 template<
typename RefIdT = Aws::String>
75 void SetRefId(RefIdT&& value) { m_refIdHasBeenSet =
true; m_refId = std::forward<RefIdT>(value); }
76 template<
typename RefIdT = Aws::String>
86 inline void SetNotApplicableEnabled(
bool value) { m_notApplicableEnabledHasBeenSet =
true; m_notApplicableEnabled = value; }
107 template<
typename QuestionTypePropertiesT = EvaluationFormQuestionTypeProperties>
108 void SetQuestionTypeProperties(QuestionTypePropertiesT&& value) { m_questionTypePropertiesHasBeenSet =
true; m_questionTypeProperties = std::forward<QuestionTypePropertiesT>(value); }
109 template<
typename QuestionTypePropertiesT = EvaluationFormQuestionTypeProperties>
119 inline void SetWeight(
double value) { m_weightHasBeenSet =
true; m_weight = value; }
125 bool m_titleHasBeenSet =
false;
128 bool m_instructionsHasBeenSet =
false;
131 bool m_refIdHasBeenSet =
false;
133 bool m_notApplicableEnabled{
false};
134 bool m_notApplicableEnabledHasBeenSet =
false;
137 bool m_questionTypeHasBeenSet =
false;
139 EvaluationFormQuestionTypeProperties m_questionTypeProperties;
140 bool m_questionTypePropertiesHasBeenSet =
false;
142 double m_weight{0.0};
143 bool m_weightHasBeenSet =
false;
EvaluationFormQuestionType
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue