7#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/customer-profiles/model/IdentityResolutionJobStatus.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/customer-profiles/model/JobStats.h>
12#include <aws/customer-profiles/model/ExportingLocation.h>
25namespace CustomerProfiles
52 inline void SetDomainName(
const char* value) { m_domainNameHasBeenSet =
true; m_domainName.assign(value); }
66 inline void SetJobId(
const char* value) { m_jobIdHasBeenSet =
true; m_jobId.assign(value); }
155 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
163 bool m_domainNameHasBeenSet =
false;
166 bool m_jobIdHasBeenSet =
false;
169 bool m_statusHasBeenSet =
false;
172 bool m_jobStartTimeHasBeenSet =
false;
175 bool m_jobEndTimeHasBeenSet =
false;
178 bool m_jobStatsHasBeenSet =
false;
181 bool m_exportingLocationHasBeenSet =
false;
184 bool m_messageHasBeenSet =
false;
IdentityResolutionJob & WithJobEndTime(Aws::Utils::DateTime &&value)
IdentityResolutionJob & WithStatus(const IdentityResolutionJobStatus &value)
IdentityResolutionJob & WithJobStats(const JobStats &value)
void SetJobEndTime(const Aws::Utils::DateTime &value)
AWS_CUSTOMERPROFILES_API IdentityResolutionJob()
void SetMessage(const Aws::String &value)
void SetJobEndTime(Aws::Utils::DateTime &&value)
IdentityResolutionJob & WithDomainName(Aws::String &&value)
void SetDomainName(const Aws::String &value)
bool JobIdHasBeenSet() const
IdentityResolutionJob & WithJobStartTime(Aws::Utils::DateTime &&value)
AWS_CUSTOMERPROFILES_API IdentityResolutionJob(Aws::Utils::Json::JsonView jsonValue)
void SetMessage(Aws::String &&value)
IdentityResolutionJob & WithMessage(const Aws::String &value)
const ExportingLocation & GetExportingLocation() const
IdentityResolutionJob & WithJobEndTime(const Aws::Utils::DateTime &value)
bool JobStatsHasBeenSet() const
bool DomainNameHasBeenSet() const
IdentityResolutionJob & WithExportingLocation(const ExportingLocation &value)
const Aws::Utils::DateTime & GetJobStartTime() const
void SetJobId(const char *value)
bool JobStartTimeHasBeenSet() const
void SetJobStats(const JobStats &value)
const Aws::String & GetDomainName() const
void SetExportingLocation(ExportingLocation &&value)
AWS_CUSTOMERPROFILES_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetMessage() const
bool JobEndTimeHasBeenSet() const
void SetJobStats(JobStats &&value)
IdentityResolutionJob & WithDomainName(const Aws::String &value)
void SetJobId(const Aws::String &value)
void SetJobStartTime(const Aws::Utils::DateTime &value)
bool StatusHasBeenSet() const
IdentityResolutionJob & WithStatus(IdentityResolutionJobStatus &&value)
IdentityResolutionJob & WithExportingLocation(ExportingLocation &&value)
void SetDomainName(Aws::String &&value)
void SetJobId(Aws::String &&value)
const JobStats & GetJobStats() const
IdentityResolutionJob & WithMessage(Aws::String &&value)
void SetStatus(IdentityResolutionJobStatus &&value)
IdentityResolutionJob & WithJobStats(JobStats &&value)
IdentityResolutionJob & WithJobId(Aws::String &&value)
void SetMessage(const char *value)
AWS_CUSTOMERPROFILES_API IdentityResolutionJob & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetJobId() const
const Aws::Utils::DateTime & GetJobEndTime() const
void SetStatus(const IdentityResolutionJobStatus &value)
IdentityResolutionJob & WithMessage(const char *value)
const IdentityResolutionJobStatus & GetStatus() const
bool MessageHasBeenSet() const
bool ExportingLocationHasBeenSet() const
IdentityResolutionJob & WithJobStartTime(const Aws::Utils::DateTime &value)
void SetJobStartTime(Aws::Utils::DateTime &&value)
IdentityResolutionJob & WithJobId(const Aws::String &value)
IdentityResolutionJob & WithDomainName(const char *value)
IdentityResolutionJob & WithJobId(const char *value)
void SetExportingLocation(const ExportingLocation &value)
void SetDomainName(const char *value)
IdentityResolutionJobStatus
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue