7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/entityresolution/EntityResolution_EXPORTS.h>
11#include <aws/entityresolution/model/ErrorDetails.h>
12#include <aws/entityresolution/model/IdMappingJobMetrics.h>
13#include <aws/entityresolution/model/IdMappingJobOutputSource.h>
14#include <aws/entityresolution/model/JobStatus.h>
15#include <aws/entityresolution/model/JobType.h>
20template <
typename RESULT_TYPE>
21class AmazonWebServiceResult;
28namespace EntityResolution {
41 template <
typename JobIdT = Aws::String>
43 m_jobIdHasBeenSet =
true;
44 m_jobId = std::forward<JobIdT>(value);
46 template <
typename JobIdT = Aws::String>
48 SetJobId(std::forward<JobIdT>(value));
59 m_statusHasBeenSet =
true;
73 template <
typename StartTimeT = Aws::Utils::DateTime>
75 m_startTimeHasBeenSet =
true;
76 m_startTime = std::forward<StartTimeT>(value);
78 template <
typename StartTimeT = Aws::Utils::DateTime>
90 template <
typename EndTimeT = Aws::Utils::DateTime>
92 m_endTimeHasBeenSet =
true;
93 m_endTime = std::forward<EndTimeT>(value);
95 template <
typename EndTimeT = Aws::Utils::DateTime>
108 template <
typename MetricsT = IdMappingJobMetrics>
110 m_metricsHasBeenSet =
true;
111 m_metrics = std::forward<MetricsT>(value);
113 template <
typename MetricsT = IdMappingJobMetrics>
123 template <
typename ErrorDetailsT = ErrorDetails>
125 m_errorDetailsHasBeenSet =
true;
126 m_errorDetails = std::forward<ErrorDetailsT>(value);
128 template <
typename ErrorDetailsT = ErrorDetails>
140 template <
typename OutputSourceConfigT = Aws::Vector<IdMappingJobOutputSource>>
142 m_outputSourceConfigHasBeenSet =
true;
143 m_outputSourceConfig = std::forward<OutputSourceConfigT>(value);
145 template <
typename OutputSourceConfigT = Aws::Vector<IdMappingJobOutputSource>>
150 template <
typename OutputSourceConfigT = IdMappingJobOutputSource>
152 m_outputSourceConfigHasBeenSet =
true;
153 m_outputSourceConfig.emplace_back(std::forward<OutputSourceConfigT>(value));
172 m_jobTypeHasBeenSet =
true;
184 template <
typename RequestIdT = Aws::String>
186 m_requestIdHasBeenSet =
true;
187 m_requestId = std::forward<RequestIdT>(value);
189 template <
typename RequestIdT = Aws::String>
204 IdMappingJobMetrics m_metrics;
206 ErrorDetails m_errorDetails;
213 bool m_jobIdHasBeenSet =
false;
214 bool m_statusHasBeenSet =
false;
215 bool m_startTimeHasBeenSet =
false;
216 bool m_endTimeHasBeenSet =
false;
217 bool m_metricsHasBeenSet =
false;
218 bool m_errorDetailsHasBeenSet =
false;
219 bool m_outputSourceConfigHasBeenSet =
false;
220 bool m_jobTypeHasBeenSet =
false;
221 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)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue