7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/connect/model/EvaluationFormVersionStatus.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/connect/model/EvaluationFormScoringStrategy.h>
12#include <aws/core/utils/DateTime.h>
13#include <aws/core/utils/memory/stl/AWSMap.h>
14#include <aws/connect/model/EvaluationFormItem.h>
52 template<
typename EvaluationFormIdT = Aws::String>
53 void SetEvaluationFormId(EvaluationFormIdT&& value) { m_evaluationFormIdHasBeenSet =
true; m_evaluationFormId = std::forward<EvaluationFormIdT>(value); }
54 template<
typename EvaluationFormIdT = Aws::String>
74 inline void SetLocked(
bool value) { m_lockedHasBeenSet =
true; m_locked = value; }
84 template<
typename EvaluationFormArnT = Aws::String>
85 void SetEvaluationFormArn(EvaluationFormArnT&& value) { m_evaluationFormArnHasBeenSet =
true; m_evaluationFormArn = std::forward<EvaluationFormArnT>(value); }
86 template<
typename EvaluationFormArnT = Aws::String>
96 template<
typename TitleT = Aws::String>
97 void SetTitle(TitleT&& value) { m_titleHasBeenSet =
true; m_title = std::forward<TitleT>(value); }
98 template<
typename TitleT = Aws::String>
108 template<
typename DescriptionT = Aws::String>
109 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
110 template<
typename DescriptionT = Aws::String>
132 template<
typename ItemsT = Aws::Vector<EvaluationFormItem>>
133 void SetItems(ItemsT&& value) { m_itemsHasBeenSet =
true; m_items = std::forward<ItemsT>(value); }
134 template<
typename ItemsT = Aws::Vector<EvaluationFormItem>>
136 template<
typename ItemsT = EvaluationFormItem>
137 EvaluationForm&
AddItems(ItemsT&& value) { m_itemsHasBeenSet =
true; m_items.emplace_back(std::forward<ItemsT>(value));
return *
this; }
146 template<
typename ScoringStrategyT = EvaluationFormScoringStrategy>
147 void SetScoringStrategy(ScoringStrategyT&& value) { m_scoringStrategyHasBeenSet =
true; m_scoringStrategy = std::forward<ScoringStrategyT>(value); }
148 template<
typename ScoringStrategyT = EvaluationFormScoringStrategy>
158 template<
typename CreatedTimeT = Aws::Utils::DateTime>
159 void SetCreatedTime(CreatedTimeT&& value) { m_createdTimeHasBeenSet =
true; m_createdTime = std::forward<CreatedTimeT>(value); }
160 template<
typename CreatedTimeT = Aws::Utils::DateTime>
171 template<
typename CreatedByT = Aws::String>
172 void SetCreatedBy(CreatedByT&& value) { m_createdByHasBeenSet =
true; m_createdBy = std::forward<CreatedByT>(value); }
173 template<
typename CreatedByT = Aws::String>
183 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
184 void SetLastModifiedTime(LastModifiedTimeT&& value) { m_lastModifiedTimeHasBeenSet =
true; m_lastModifiedTime = std::forward<LastModifiedTimeT>(value); }
185 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
196 template<
typename LastModifiedByT = Aws::String>
197 void SetLastModifiedBy(LastModifiedByT&& value) { m_lastModifiedByHasBeenSet =
true; m_lastModifiedBy = std::forward<LastModifiedByT>(value); }
198 template<
typename LastModifiedByT = Aws::String>
209 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
210 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
211 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
213 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
215 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
221 bool m_evaluationFormIdHasBeenSet =
false;
223 int m_evaluationFormVersion{0};
224 bool m_evaluationFormVersionHasBeenSet =
false;
226 bool m_locked{
false};
227 bool m_lockedHasBeenSet =
false;
230 bool m_evaluationFormArnHasBeenSet =
false;
233 bool m_titleHasBeenSet =
false;
236 bool m_descriptionHasBeenSet =
false;
239 bool m_statusHasBeenSet =
false;
242 bool m_itemsHasBeenSet =
false;
244 EvaluationFormScoringStrategy m_scoringStrategy;
245 bool m_scoringStrategyHasBeenSet =
false;
248 bool m_createdTimeHasBeenSet =
false;
251 bool m_createdByHasBeenSet =
false;
254 bool m_lastModifiedTimeHasBeenSet =
false;
257 bool m_lastModifiedByHasBeenSet =
false;
260 bool m_tagsHasBeenSet =
false;
EvaluationFormVersionStatus
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue