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;
51 template<
typename TitleT = Aws::String>
52 void SetTitle(TitleT&& value) { m_titleHasBeenSet =
true; m_title = std::forward<TitleT>(value); }
53 template<
typename TitleT = Aws::String>
64 template<
typename RefIdT = Aws::String>
65 void SetRefId(RefIdT&& value) { m_refIdHasBeenSet =
true; m_refId = std::forward<RefIdT>(value); }
66 template<
typename RefIdT = Aws::String>
76 template<
typename InstructionsT = Aws::String>
77 void SetInstructions(InstructionsT&& value) { m_instructionsHasBeenSet =
true; m_instructions = std::forward<InstructionsT>(value); }
78 template<
typename InstructionsT = Aws::String>
88 template<
typename ItemsT = Aws::Vector<EvaluationFormItem>>
89 void SetItems(ItemsT&& value) { m_itemsHasBeenSet =
true; m_items = std::forward<ItemsT>(value); }
90 template<
typename ItemsT = Aws::Vector<EvaluationFormItem>>
92 template<
typename ItemsT = EvaluationFormItem>
102 inline void SetWeight(
double value) { m_weightHasBeenSet =
true; m_weight = value; }
108 bool m_titleHasBeenSet =
false;
111 bool m_refIdHasBeenSet =
false;
114 bool m_instructionsHasBeenSet =
false;
117 bool m_itemsHasBeenSet =
false;
119 double m_weight{0.0};
120 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