7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
49 inline void SetEvaluationFormId(
const char* value) { m_evaluationFormIdHasBeenSet =
true; m_evaluationFormId.assign(value); }
63 inline void SetEvaluationFormArn(
const char* value) { m_evaluationFormArnHasBeenSet =
true; m_evaluationFormArn.assign(value); }
77 inline void SetTitle(
const char* value) { m_titleHasBeenSet =
true; m_title.assign(value); }
104 inline void SetCreatedBy(
const char* value) { m_createdByHasBeenSet =
true; m_createdBy.assign(value); }
131 inline void SetLastModifiedBy(
const char* value) { m_lastModifiedByHasBeenSet =
true; m_lastModifiedBy.assign(value); }
158 inline void SetLastActivatedBy(
const char* value) { m_lastActivatedByHasBeenSet =
true; m_lastActivatedBy.assign(value); }
170 inline void SetLatestVersion(
int value) { m_latestVersionHasBeenSet =
true; m_latestVersion = value; }
180 inline void SetActiveVersion(
int value) { m_activeVersionHasBeenSet =
true; m_activeVersion = value; }
186 bool m_evaluationFormIdHasBeenSet =
false;
189 bool m_evaluationFormArnHasBeenSet =
false;
192 bool m_titleHasBeenSet =
false;
195 bool m_createdTimeHasBeenSet =
false;
198 bool m_createdByHasBeenSet =
false;
201 bool m_lastModifiedTimeHasBeenSet =
false;
204 bool m_lastModifiedByHasBeenSet =
false;
207 bool m_lastActivatedTimeHasBeenSet =
false;
210 bool m_lastActivatedByHasBeenSet =
false;
213 bool m_latestVersionHasBeenSet =
false;
216 bool m_activeVersionHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue