AWS SDK for C++

AWS SDK for C++ Version 1.11.768

Loading...
Searching...
No Matches
GetIdentityResolutionJobResult.h
1
6#pragma once
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>
15
16#include <utility>
17
18namespace Aws {
19template <typename RESULT_TYPE>
20class AmazonWebServiceResult;
21
22namespace Utils {
23namespace Json {
24class JsonValue;
25} // namespace Json
26} // namespace Utils
27namespace CustomerProfiles {
28namespace Model {
30 public:
31 AWS_CUSTOMERPROFILES_API GetIdentityResolutionJobResult() = default;
33 AWS_CUSTOMERPROFILES_API GetIdentityResolutionJobResult& operator=(
35
37
40 inline const Aws::String& GetDomainName() const { return m_domainName; }
41 template <typename DomainNameT = Aws::String>
42 void SetDomainName(DomainNameT&& value) {
43 m_domainNameHasBeenSet = true;
44 m_domainName = std::forward<DomainNameT>(value);
45 }
46 template <typename DomainNameT = Aws::String>
48 SetDomainName(std::forward<DomainNameT>(value));
49 return *this;
50 }
52
54
57 inline const Aws::String& GetJobId() const { return m_jobId; }
58 template <typename JobIdT = Aws::String>
59 void SetJobId(JobIdT&& value) {
60 m_jobIdHasBeenSet = true;
61 m_jobId = std::forward<JobIdT>(value);
62 }
63 template <typename JobIdT = Aws::String>
65 SetJobId(std::forward<JobIdT>(value));
66 return *this;
67 }
69
71
88 inline IdentityResolutionJobStatus GetStatus() const { return m_status; }
90 m_statusHasBeenSet = true;
91 m_status = value;
92 }
94 SetStatus(value);
95 return *this;
96 }
98
100
104 inline const Aws::String& GetMessage() const { return m_message; }
105 template <typename MessageT = Aws::String>
106 void SetMessage(MessageT&& value) {
107 m_messageHasBeenSet = true;
108 m_message = std::forward<MessageT>(value);
109 }
110 template <typename MessageT = Aws::String>
112 SetMessage(std::forward<MessageT>(value));
113 return *this;
114 }
116
118
122 inline const Aws::Utils::DateTime& GetJobStartTime() const { return m_jobStartTime; }
123 template <typename JobStartTimeT = Aws::Utils::DateTime>
124 void SetJobStartTime(JobStartTimeT&& value) {
125 m_jobStartTimeHasBeenSet = true;
126 m_jobStartTime = std::forward<JobStartTimeT>(value);
127 }
128 template <typename JobStartTimeT = Aws::Utils::DateTime>
130 SetJobStartTime(std::forward<JobStartTimeT>(value));
131 return *this;
132 }
134
136
139 inline const Aws::Utils::DateTime& GetJobEndTime() const { return m_jobEndTime; }
140 template <typename JobEndTimeT = Aws::Utils::DateTime>
141 void SetJobEndTime(JobEndTimeT&& value) {
142 m_jobEndTimeHasBeenSet = true;
143 m_jobEndTime = std::forward<JobEndTimeT>(value);
144 }
145 template <typename JobEndTimeT = Aws::Utils::DateTime>
147 SetJobEndTime(std::forward<JobEndTimeT>(value));
148 return *this;
149 }
151
153
157 inline const Aws::Utils::DateTime& GetLastUpdatedAt() const { return m_lastUpdatedAt; }
158 template <typename LastUpdatedAtT = Aws::Utils::DateTime>
159 void SetLastUpdatedAt(LastUpdatedAtT&& value) {
160 m_lastUpdatedAtHasBeenSet = true;
161 m_lastUpdatedAt = std::forward<LastUpdatedAtT>(value);
162 }
163 template <typename LastUpdatedAtT = Aws::Utils::DateTime>
165 SetLastUpdatedAt(std::forward<LastUpdatedAtT>(value));
166 return *this;
167 }
169
171
174 inline const Aws::Utils::DateTime& GetJobExpirationTime() const { return m_jobExpirationTime; }
175 template <typename JobExpirationTimeT = Aws::Utils::DateTime>
176 void SetJobExpirationTime(JobExpirationTimeT&& value) {
177 m_jobExpirationTimeHasBeenSet = true;
178 m_jobExpirationTime = std::forward<JobExpirationTimeT>(value);
179 }
180 template <typename JobExpirationTimeT = Aws::Utils::DateTime>
182 SetJobExpirationTime(std::forward<JobExpirationTimeT>(value));
183 return *this;
184 }
186
188
191 inline const AutoMerging& GetAutoMerging() const { return m_autoMerging; }
192 template <typename AutoMergingT = AutoMerging>
193 void SetAutoMerging(AutoMergingT&& value) {
194 m_autoMergingHasBeenSet = true;
195 m_autoMerging = std::forward<AutoMergingT>(value);
196 }
197 template <typename AutoMergingT = AutoMerging>
199 SetAutoMerging(std::forward<AutoMergingT>(value));
200 return *this;
201 }
203
205
208 inline const ExportingLocation& GetExportingLocation() const { return m_exportingLocation; }
209 template <typename ExportingLocationT = ExportingLocation>
210 void SetExportingLocation(ExportingLocationT&& value) {
211 m_exportingLocationHasBeenSet = true;
212 m_exportingLocation = std::forward<ExportingLocationT>(value);
213 }
214 template <typename ExportingLocationT = ExportingLocation>
216 SetExportingLocation(std::forward<ExportingLocationT>(value));
217 return *this;
218 }
220
222
225 inline const JobStats& GetJobStats() const { return m_jobStats; }
226 template <typename JobStatsT = JobStats>
227 void SetJobStats(JobStatsT&& value) {
228 m_jobStatsHasBeenSet = true;
229 m_jobStats = std::forward<JobStatsT>(value);
230 }
231 template <typename JobStatsT = JobStats>
233 SetJobStats(std::forward<JobStatsT>(value));
234 return *this;
235 }
237
239
240 inline const Aws::String& GetRequestId() const { return m_requestId; }
241 template <typename RequestIdT = Aws::String>
242 void SetRequestId(RequestIdT&& value) {
243 m_requestIdHasBeenSet = true;
244 m_requestId = std::forward<RequestIdT>(value);
245 }
246 template <typename RequestIdT = Aws::String>
248 SetRequestId(std::forward<RequestIdT>(value));
249 return *this;
250 }
252 inline Aws::Http::HttpResponseCode GetHttpResponseCode() const { return m_HttpResponseCode; }
253
254 private:
255 Aws::String m_domainName;
256
257 Aws::String m_jobId;
258
260
261 Aws::String m_message;
262
263 Aws::Utils::DateTime m_jobStartTime{};
264
265 Aws::Utils::DateTime m_jobEndTime{};
266
267 Aws::Utils::DateTime m_lastUpdatedAt{};
268
269 Aws::Utils::DateTime m_jobExpirationTime{};
270
271 AutoMerging m_autoMerging;
272
273 ExportingLocation m_exportingLocation;
274
275 JobStats m_jobStats;
276
277 Aws::String m_requestId;
278 Aws::Http::HttpResponseCode m_HttpResponseCode;
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;
291};
292
293} // namespace Model
294} // namespace CustomerProfiles
295} // namespace Aws
GetIdentityResolutionJobResult & WithDomainName(DomainNameT &&value)
GetIdentityResolutionJobResult & WithJobExpirationTime(JobExpirationTimeT &&value)
GetIdentityResolutionJobResult & WithExportingLocation(ExportingLocationT &&value)
GetIdentityResolutionJobResult & WithStatus(IdentityResolutionJobStatus value)
GetIdentityResolutionJobResult & WithJobStartTime(JobStartTimeT &&value)
GetIdentityResolutionJobResult & WithAutoMerging(AutoMergingT &&value)
AWS_CUSTOMERPROFILES_API GetIdentityResolutionJobResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_CUSTOMERPROFILES_API GetIdentityResolutionJobResult()=default
GetIdentityResolutionJobResult & WithRequestId(RequestIdT &&value)
GetIdentityResolutionJobResult & WithLastUpdatedAt(LastUpdatedAtT &&value)
AWS_CUSTOMERPROFILES_API GetIdentityResolutionJobResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetIdentityResolutionJobResult & WithJobEndTime(JobEndTimeT &&value)
GetIdentityResolutionJobResult & WithMessage(MessageT &&value)
GetIdentityResolutionJobResult & WithJobStats(JobStatsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue