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
50 template<
typename DomainNameT = Aws::String>
51 void SetDomainName(DomainNameT&& value) { m_domainNameHasBeenSet =
true; m_domainName = std::forward<DomainNameT>(value); }
52 template<
typename DomainNameT = Aws::String>
62 template<
typename JobIdT = Aws::String>
63 void SetJobId(JobIdT&& value) { m_jobIdHasBeenSet =
true; m_jobId = std::forward<JobIdT>(value); }
64 template<
typename JobIdT = Aws::String>
98 template<
typename JobStartTimeT = Aws::Utils::DateTime>
99 void SetJobStartTime(JobStartTimeT&& value) { m_jobStartTimeHasBeenSet =
true; m_jobStartTime = std::forward<JobStartTimeT>(value); }
100 template<
typename JobStartTimeT = Aws::Utils::DateTime>
110 template<
typename JobEndTimeT = Aws::Utils::DateTime>
111 void SetJobEndTime(JobEndTimeT&& value) { m_jobEndTimeHasBeenSet =
true; m_jobEndTime = std::forward<JobEndTimeT>(value); }
112 template<
typename JobEndTimeT = Aws::Utils::DateTime>
122 template<
typename JobStatsT = JobStats>
123 void SetJobStats(JobStatsT&& value) { m_jobStatsHasBeenSet =
true; m_jobStats = std::forward<JobStatsT>(value); }
124 template<
typename JobStatsT = JobStats>
134 template<
typename ExportingLocationT = ExportingLocation>
135 void SetExportingLocation(ExportingLocationT&& value) { m_exportingLocationHasBeenSet =
true; m_exportingLocation = std::forward<ExportingLocationT>(value); }
136 template<
typename ExportingLocationT = ExportingLocation>
147 template<
typename MessageT = Aws::String>
148 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
149 template<
typename MessageT = Aws::String>
155 bool m_domainNameHasBeenSet =
false;
158 bool m_jobIdHasBeenSet =
false;
161 bool m_statusHasBeenSet =
false;
164 bool m_jobStartTimeHasBeenSet =
false;
167 bool m_jobEndTimeHasBeenSet =
false;
170 bool m_jobStatsHasBeenSet =
false;
172 ExportingLocation m_exportingLocation;
173 bool m_exportingLocationHasBeenSet =
false;
176 bool m_messageHasBeenSet =
false;
bool JobIdHasBeenSet() const
void SetExportingLocation(ExportingLocationT &&value)
void SetJobEndTime(JobEndTimeT &&value)
AWS_CUSTOMERPROFILES_API IdentityResolutionJob(Aws::Utils::Json::JsonView jsonValue)
IdentityResolutionJob & WithJobStartTime(JobStartTimeT &&value)
IdentityResolutionJob & WithDomainName(DomainNameT &&value)
IdentityResolutionJob & WithExportingLocation(ExportingLocationT &&value)
const ExportingLocation & GetExportingLocation() const
IdentityResolutionJob & WithStatus(IdentityResolutionJobStatus value)
bool JobStatsHasBeenSet() const
bool DomainNameHasBeenSet() const
const Aws::Utils::DateTime & GetJobStartTime() const
bool JobStartTimeHasBeenSet() const
void SetDomainName(DomainNameT &&value)
const Aws::String & GetDomainName() const
AWS_CUSTOMERPROFILES_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetMessage() const
bool JobEndTimeHasBeenSet() const
void SetJobId(JobIdT &&value)
IdentityResolutionJob & WithJobEndTime(JobEndTimeT &&value)
bool StatusHasBeenSet() const
IdentityResolutionJob & WithMessage(MessageT &&value)
void SetMessage(MessageT &&value)
const JobStats & GetJobStats() const
void SetJobStats(JobStatsT &&value)
AWS_CUSTOMERPROFILES_API IdentityResolutionJob & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetJobId() const
void SetJobStartTime(JobStartTimeT &&value)
const Aws::Utils::DateTime & GetJobEndTime() const
IdentityResolutionJob & WithJobId(JobIdT &&value)
IdentityResolutionJobStatus GetStatus() const
bool MessageHasBeenSet() const
bool ExportingLocationHasBeenSet() const
AWS_CUSTOMERPROFILES_API IdentityResolutionJob()=default
void SetStatus(IdentityResolutionJobStatus value)
IdentityResolutionJob & WithJobStats(JobStatsT &&value)
IdentityResolutionJobStatus
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue