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/core/utils/memory/stl/AWSVector.h>
11#include <aws/entityresolution/EntityResolution_EXPORTS.h>
12#include <aws/entityresolution/model/ErrorDetails.h>
13#include <aws/entityresolution/model/IdMappingJobMetrics.h>
14#include <aws/entityresolution/model/IdMappingJobOutputSource.h>
15#include <aws/entityresolution/model/JobStatus.h>
16#include <aws/entityresolution/model/JobType.h>
21template <
typename RESULT_TYPE>
22class AmazonWebServiceResult;
29namespace EntityResolution {
42 template <
typename JobIdT = Aws::String>
44 m_jobIdHasBeenSet =
true;
45 m_jobId = std::forward<JobIdT>(value);
47 template <
typename JobIdT = Aws::String>
49 SetJobId(std::forward<JobIdT>(value));
60 m_statusHasBeenSet =
true;
74 template <
typename StartTimeT = Aws::Utils::DateTime>
76 m_startTimeHasBeenSet =
true;
77 m_startTime = std::forward<StartTimeT>(value);
79 template <
typename StartTimeT = Aws::Utils::DateTime>
91 template <
typename EndTimeT = Aws::Utils::DateTime>
93 m_endTimeHasBeenSet =
true;
94 m_endTime = std::forward<EndTimeT>(value);
96 template <
typename EndTimeT = Aws::Utils::DateTime>
109 template <
typename MetricsT = IdMappingJobMetrics>
111 m_metricsHasBeenSet =
true;
112 m_metrics = std::forward<MetricsT>(value);
114 template <
typename MetricsT = IdMappingJobMetrics>
124 template <
typename ErrorDetailsT = ErrorDetails>
126 m_errorDetailsHasBeenSet =
true;
127 m_errorDetails = std::forward<ErrorDetailsT>(value);
129 template <
typename ErrorDetailsT = ErrorDetails>
141 template <
typename OutputSourceConfigT = Aws::Vector<IdMappingJobOutputSource>>
143 m_outputSourceConfigHasBeenSet =
true;
144 m_outputSourceConfig = std::forward<OutputSourceConfigT>(value);
146 template <
typename OutputSourceConfigT = Aws::Vector<IdMappingJobOutputSource>>
151 template <
typename OutputSourceConfigT = IdMappingJobOutputSource>
153 m_outputSourceConfigHasBeenSet =
true;
154 m_outputSourceConfig.emplace_back(std::forward<OutputSourceConfigT>(value));
173 m_jobTypeHasBeenSet =
true;
185 template <
typename RequestIdT = Aws::String>
187 m_requestIdHasBeenSet =
true;
188 m_requestId = std::forward<RequestIdT>(value);
190 template <
typename RequestIdT = Aws::String>
207 IdMappingJobMetrics m_metrics;
209 ErrorDetails m_errorDetails;
217 bool m_jobIdHasBeenSet =
false;
218 bool m_statusHasBeenSet =
false;
219 bool m_startTimeHasBeenSet =
false;
220 bool m_endTimeHasBeenSet =
false;
221 bool m_metricsHasBeenSet =
false;
222 bool m_errorDetailsHasBeenSet =
false;
223 bool m_outputSourceConfigHasBeenSet =
false;
224 bool m_jobTypeHasBeenSet =
false;
225 bool m_requestIdHasBeenSet =
false;
void SetStartTime(StartTimeT &&value)
void SetEndTime(EndTimeT &&value)
GetIdMappingJobResult & WithRequestId(RequestIdT &&value)
GetIdMappingJobResult & WithEndTime(EndTimeT &&value)
const Aws::Utils::DateTime & GetEndTime() const
AWS_ENTITYRESOLUTION_API GetIdMappingJobResult()=default
void SetMetrics(MetricsT &&value)
void SetJobType(JobType value)
GetIdMappingJobResult & WithJobId(JobIdT &&value)
GetIdMappingJobResult & WithStartTime(StartTimeT &&value)
GetIdMappingJobResult & WithMetrics(MetricsT &&value)
const Aws::Vector< IdMappingJobOutputSource > & GetOutputSourceConfig() const
const IdMappingJobMetrics & GetMetrics() const
GetIdMappingJobResult & WithJobType(JobType value)
GetIdMappingJobResult & WithOutputSourceConfig(OutputSourceConfigT &&value)
JobType GetJobType() const
const Aws::String & GetJobId() const
void SetJobId(JobIdT &&value)
void SetErrorDetails(ErrorDetailsT &&value)
GetIdMappingJobResult & WithErrorDetails(ErrorDetailsT &&value)
GetIdMappingJobResult & AddOutputSourceConfig(OutputSourceConfigT &&value)
const ErrorDetails & GetErrorDetails() const
void SetRequestId(RequestIdT &&value)
AWS_ENTITYRESOLUTION_API GetIdMappingJobResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetStatus(JobStatus value)
JobStatus GetStatus() const
const Aws::String & GetRequestId() const
const Aws::Utils::DateTime & GetStartTime() const
AWS_ENTITYRESOLUTION_API GetIdMappingJobResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetOutputSourceConfig(OutputSourceConfigT &&value)
GetIdMappingJobResult & WithStatus(JobStatus value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue