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/DateTime.h>
50 inline void SetEvaluationFormArn(
const char* value) { m_evaluationFormArnHasBeenSet =
true; m_evaluationFormArn.assign(value); }
64 inline void SetEvaluationFormId(
const char* value) { m_evaluationFormIdHasBeenSet =
true; m_evaluationFormId.assign(value); }
86 inline void SetLocked(
bool value) { m_lockedHasBeenSet =
true; m_locked = value; }
123 inline void SetCreatedBy(
const char* value) { m_createdByHasBeenSet =
true; m_createdBy.assign(value); }
150 inline void SetLastModifiedBy(
const char* value) { m_lastModifiedByHasBeenSet =
true; m_lastModifiedBy.assign(value); }
158 bool m_evaluationFormArnHasBeenSet =
false;
161 bool m_evaluationFormIdHasBeenSet =
false;
163 int m_evaluationFormVersion;
164 bool m_evaluationFormVersionHasBeenSet =
false;
167 bool m_lockedHasBeenSet =
false;
170 bool m_statusHasBeenSet =
false;
173 bool m_createdTimeHasBeenSet =
false;
176 bool m_createdByHasBeenSet =
false;
179 bool m_lastModifiedTimeHasBeenSet =
false;
182 bool m_lastModifiedByHasBeenSet =
false;
EvaluationFormVersionStatus
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue