7#include <aws/entityresolution/EntityResolution_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/entityresolution/model/JobStatus.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/entityresolution/model/IdMappingJobMetrics.h>
12#include <aws/entityresolution/model/ErrorDetails.h>
13#include <aws/core/utils/memory/stl/AWSVector.h>
14#include <aws/entityresolution/model/IdMappingJobOutputSource.h>
19template<
typename RESULT_TYPE>
20class AmazonWebServiceResult;
29namespace EntityResolution
46 template<
typename JobIdT = Aws::String>
47 void SetJobId(JobIdT&& value) { m_jobIdHasBeenSet =
true; m_jobId = std::forward<JobIdT>(value); }
48 template<
typename JobIdT = Aws::String>
66 template<
typename StartTimeT = Aws::Utils::DateTime>
67 void SetStartTime(StartTimeT&& value) { m_startTimeHasBeenSet =
true; m_startTime = std::forward<StartTimeT>(value); }
68 template<
typename StartTimeT = Aws::Utils::DateTime>
77 template<
typename EndTimeT = Aws::Utils::DateTime>
78 void SetEndTime(EndTimeT&& value) { m_endTimeHasBeenSet =
true; m_endTime = std::forward<EndTimeT>(value); }
79 template<
typename EndTimeT = Aws::Utils::DateTime>
89 template<
typename MetricsT = IdMappingJobMetrics>
90 void SetMetrics(MetricsT&& value) { m_metricsHasBeenSet =
true; m_metrics = std::forward<MetricsT>(value); }
91 template<
typename MetricsT = IdMappingJobMetrics>
98 template<
typename ErrorDetailsT = ErrorDetails>
99 void SetErrorDetails(ErrorDetailsT&& value) { m_errorDetailsHasBeenSet =
true; m_errorDetails = std::forward<ErrorDetailsT>(value); }
100 template<
typename ErrorDetailsT = ErrorDetails>
109 template<
typename OutputSourceConfigT = Aws::Vector<IdMappingJobOutputSource>>
110 void SetOutputSourceConfig(OutputSourceConfigT&& value) { m_outputSourceConfigHasBeenSet =
true; m_outputSourceConfig = std::forward<OutputSourceConfigT>(value); }
111 template<
typename OutputSourceConfigT = Aws::Vector<IdMappingJobOutputSource>>
113 template<
typename OutputSourceConfigT = IdMappingJobOutputSource>
120 template<
typename RequestIdT = Aws::String>
121 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
122 template<
typename RequestIdT = Aws::String>
128 bool m_jobIdHasBeenSet =
false;
131 bool m_statusHasBeenSet =
false;
134 bool m_startTimeHasBeenSet =
false;
137 bool m_endTimeHasBeenSet =
false;
139 IdMappingJobMetrics m_metrics;
140 bool m_metricsHasBeenSet =
false;
142 ErrorDetails m_errorDetails;
143 bool m_errorDetailsHasBeenSet =
false;
146 bool m_outputSourceConfigHasBeenSet =
false;
149 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)
GetIdMappingJobResult & WithJobId(JobIdT &&value)
GetIdMappingJobResult & WithStartTime(StartTimeT &&value)
GetIdMappingJobResult & WithMetrics(MetricsT &&value)
const Aws::Vector< IdMappingJobOutputSource > & GetOutputSourceConfig() const
const IdMappingJobMetrics & GetMetrics() const
GetIdMappingJobResult & WithOutputSourceConfig(OutputSourceConfigT &&value)
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