7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
11#include <aws/customer-profiles/model/AutoMerging.h>
12#include <aws/customer-profiles/model/ExportingLocation.h>
13#include <aws/customer-profiles/model/IdentityResolutionJobStatus.h>
14#include <aws/customer-profiles/model/JobStats.h>
19template <
typename RESULT_TYPE>
20class AmazonWebServiceResult;
27namespace CustomerProfiles {
41 template <
typename DomainNameT = Aws::String>
43 m_domainNameHasBeenSet =
true;
44 m_domainName = std::forward<DomainNameT>(value);
46 template <
typename DomainNameT = Aws::String>
58 template <
typename JobIdT = Aws::String>
60 m_jobIdHasBeenSet =
true;
61 m_jobId = std::forward<JobIdT>(value);
63 template <
typename JobIdT = Aws::String>
65 SetJobId(std::forward<JobIdT>(value));
90 m_statusHasBeenSet =
true;
105 template <
typename MessageT = Aws::String>
107 m_messageHasBeenSet =
true;
108 m_message = std::forward<MessageT>(value);
110 template <
typename MessageT = Aws::String>
123 template <
typename JobStartTimeT = Aws::Utils::DateTime>
125 m_jobStartTimeHasBeenSet =
true;
126 m_jobStartTime = std::forward<JobStartTimeT>(value);
128 template <
typename JobStartTimeT = Aws::Utils::DateTime>
140 template <
typename JobEndTimeT = Aws::Utils::DateTime>
142 m_jobEndTimeHasBeenSet =
true;
143 m_jobEndTime = std::forward<JobEndTimeT>(value);
145 template <
typename JobEndTimeT = Aws::Utils::DateTime>
158 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
160 m_lastUpdatedAtHasBeenSet =
true;
161 m_lastUpdatedAt = std::forward<LastUpdatedAtT>(value);
163 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
175 template <
typename JobExpirationTimeT = Aws::Utils::DateTime>
177 m_jobExpirationTimeHasBeenSet =
true;
178 m_jobExpirationTime = std::forward<JobExpirationTimeT>(value);
180 template <
typename JobExpirationTimeT = Aws::Utils::DateTime>
192 template <
typename AutoMergingT = AutoMerging>
194 m_autoMergingHasBeenSet =
true;
195 m_autoMerging = std::forward<AutoMergingT>(value);
197 template <
typename AutoMergingT = AutoMerging>
209 template <
typename ExportingLocationT = ExportingLocation>
211 m_exportingLocationHasBeenSet =
true;
212 m_exportingLocation = std::forward<ExportingLocationT>(value);
214 template <
typename ExportingLocationT = ExportingLocation>
226 template <
typename JobStatsT = JobStats>
228 m_jobStatsHasBeenSet =
true;
229 m_jobStats = std::forward<JobStatsT>(value);
231 template <
typename JobStatsT = JobStats>
241 template <
typename RequestIdT = Aws::String>
243 m_requestIdHasBeenSet =
true;
244 m_requestId = std::forward<RequestIdT>(value);
246 template <
typename RequestIdT = Aws::String>
271 AutoMerging m_autoMerging;
273 ExportingLocation m_exportingLocation;
279 bool m_domainNameHasBeenSet =
false;
280 bool m_jobIdHasBeenSet =
false;
281 bool m_statusHasBeenSet =
false;
282 bool m_messageHasBeenSet =
false;
283 bool m_jobStartTimeHasBeenSet =
false;
284 bool m_jobEndTimeHasBeenSet =
false;
285 bool m_lastUpdatedAtHasBeenSet =
false;
286 bool m_jobExpirationTimeHasBeenSet =
false;
287 bool m_autoMergingHasBeenSet =
false;
288 bool m_exportingLocationHasBeenSet =
false;
289 bool m_jobStatsHasBeenSet =
false;
290 bool m_requestIdHasBeenSet =
false;
GetIdentityResolutionJobResult & WithDomainName(DomainNameT &&value)
const JobStats & GetJobStats() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
GetIdentityResolutionJobResult & WithJobExpirationTime(JobExpirationTimeT &&value)
GetIdentityResolutionJobResult & WithExportingLocation(ExportingLocationT &&value)
void SetJobEndTime(JobEndTimeT &&value)
const Aws::Utils::DateTime & GetJobEndTime() const
IdentityResolutionJobStatus GetStatus() const
void SetRequestId(RequestIdT &&value)
void SetLastUpdatedAt(LastUpdatedAtT &&value)
GetIdentityResolutionJobResult & WithStatus(IdentityResolutionJobStatus value)
GetIdentityResolutionJobResult & WithJobStartTime(JobStartTimeT &&value)
void SetStatus(IdentityResolutionJobStatus value)
void SetAutoMerging(AutoMergingT &&value)
const Aws::String & GetJobId() const
const Aws::String & GetMessage() const
GetIdentityResolutionJobResult & WithAutoMerging(AutoMergingT &&value)
const Aws::String & GetDomainName() const
void SetJobExpirationTime(JobExpirationTimeT &&value)
AWS_CUSTOMERPROFILES_API GetIdentityResolutionJobResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_CUSTOMERPROFILES_API GetIdentityResolutionJobResult()=default
const AutoMerging & GetAutoMerging() const
GetIdentityResolutionJobResult & WithRequestId(RequestIdT &&value)
void SetJobStartTime(JobStartTimeT &&value)
GetIdentityResolutionJobResult & WithLastUpdatedAt(LastUpdatedAtT &&value)
AWS_CUSTOMERPROFILES_API GetIdentityResolutionJobResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetExportingLocation(ExportingLocationT &&value)
void SetJobStats(JobStatsT &&value)
GetIdentityResolutionJobResult & WithJobEndTime(JobEndTimeT &&value)
const Aws::Utils::DateTime & GetJobStartTime() const
GetIdentityResolutionJobResult & WithMessage(MessageT &&value)
const ExportingLocation & GetExportingLocation() const
GetIdentityResolutionJobResult & WithJobStats(JobStatsT &&value)
void SetJobId(JobIdT &&value)
const Aws::String & GetRequestId() const
GetIdentityResolutionJobResult & WithJobId(JobIdT &&value)
const Aws::Utils::DateTime & GetJobExpirationTime() const
void SetMessage(MessageT &&value)
const Aws::Utils::DateTime & GetLastUpdatedAt() const
void SetDomainName(DomainNameT &&value)
IdentityResolutionJobStatus
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue