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>
51 inline void SetTitle(
const char* value) { m_titleHasBeenSet =
true; m_title.assign(value); }
65 inline void SetInstructions(
const char* value) { m_instructionsHasBeenSet =
true; m_instructions.assign(value); }
80 inline void SetRefId(
const char* value) { m_refIdHasBeenSet =
true; m_refId.assign(value); }
92 inline void SetNotApplicableEnabled(
bool value) { m_notApplicableEnabledHasBeenSet =
true; m_notApplicableEnabled = value; }
127 inline void SetWeight(
double value) { m_weightHasBeenSet =
true; m_weight = value; }
133 bool m_titleHasBeenSet =
false;
136 bool m_instructionsHasBeenSet =
false;
139 bool m_refIdHasBeenSet =
false;
141 bool m_notApplicableEnabled;
142 bool m_notApplicableEnabledHasBeenSet =
false;
145 bool m_questionTypeHasBeenSet =
false;
148 bool m_questionTypePropertiesHasBeenSet =
false;
151 bool m_weightHasBeenSet =
false;
EvaluationFormQuestionType
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue