7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/connect/model/EvaluationFormItem.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
27 class EvaluationFormItem;
53 inline void SetTitle(
const char* value) { m_titleHasBeenSet =
true; m_title.assign(value); }
68 inline void SetRefId(
const char* value) { m_refIdHasBeenSet =
true; m_refId.assign(value); }
82 inline void SetInstructions(
const char* value) { m_instructionsHasBeenSet =
true; m_instructions.assign(value); }
108 inline void SetWeight(
double value) { m_weightHasBeenSet =
true; m_weight = value; }
114 bool m_titleHasBeenSet =
false;
117 bool m_refIdHasBeenSet =
false;
120 bool m_instructionsHasBeenSet =
false;
123 bool m_itemsHasBeenSet =
false;
126 bool m_weightHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue