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>
54 inline void SetEvaluationFormId(
const char* value) { m_evaluationFormIdHasBeenSet =
true; m_evaluationFormId.assign(value); }
76 inline void SetLocked(
bool value) { m_lockedHasBeenSet =
true; m_locked = value; }
88 inline void SetEvaluationFormArn(
const char* value) { m_evaluationFormArnHasBeenSet =
true; m_evaluationFormArn.assign(value); }
102 inline void SetTitle(
const char* value) { m_titleHasBeenSet =
true; m_title.assign(value); }
116 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
183 inline void SetCreatedBy(
const char* value) { m_createdByHasBeenSet =
true; m_createdBy.assign(value); }
210 inline void SetLastModifiedBy(
const char* value) { m_lastModifiedByHasBeenSet =
true; m_lastModifiedBy.assign(value); }
233 inline EvaluationForm&
AddTags(
const char* key,
const char* value) { m_tagsHasBeenSet =
true; m_tags.emplace(key, value);
return *
this; }
238 bool m_evaluationFormIdHasBeenSet =
false;
240 int m_evaluationFormVersion;
241 bool m_evaluationFormVersionHasBeenSet =
false;
244 bool m_lockedHasBeenSet =
false;
247 bool m_evaluationFormArnHasBeenSet =
false;
250 bool m_titleHasBeenSet =
false;
253 bool m_descriptionHasBeenSet =
false;
256 bool m_statusHasBeenSet =
false;
259 bool m_itemsHasBeenSet =
false;
262 bool m_scoringStrategyHasBeenSet =
false;
265 bool m_createdTimeHasBeenSet =
false;
268 bool m_createdByHasBeenSet =
false;
271 bool m_lastModifiedTimeHasBeenSet =
false;
274 bool m_lastModifiedByHasBeenSet =
false;
277 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