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/JobMetrics.h>
14#include <aws/entityresolution/model/JobOutputSource.h>
15#include <aws/entityresolution/model/JobStatus.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 = JobMetrics>
110 m_metricsHasBeenSet =
true;
111 m_metrics = std::forward<MetricsT>(value);
113 template <
typename MetricsT = JobMetrics>
125 template <
typename ErrorDetailsT = ErrorDetails>
127 m_errorDetailsHasBeenSet =
true;
128 m_errorDetails = std::forward<ErrorDetailsT>(value);
130 template <
typename ErrorDetailsT = ErrorDetails>
142 template <
typename OutputSourceConfigT = Aws::Vector<JobOutputSource>>
144 m_outputSourceConfigHasBeenSet =
true;
145 m_outputSourceConfig = std::forward<OutputSourceConfigT>(value);
147 template <
typename OutputSourceConfigT = Aws::Vector<JobOutputSource>>
152 template <
typename OutputSourceConfigT = JobOutputSource>
154 m_outputSourceConfigHasBeenSet =
true;
155 m_outputSourceConfig.emplace_back(std::forward<OutputSourceConfigT>(value));
163 template <
typename RequestIdT = Aws::String>
165 m_requestIdHasBeenSet =
true;
166 m_requestId = std::forward<RequestIdT>(value);
168 template <
typename RequestIdT = Aws::String>
185 JobMetrics m_metrics;
187 ErrorDetails m_errorDetails;
193 bool m_jobIdHasBeenSet =
false;
194 bool m_statusHasBeenSet =
false;
195 bool m_startTimeHasBeenSet =
false;
196 bool m_endTimeHasBeenSet =
false;
197 bool m_metricsHasBeenSet =
false;
198 bool m_errorDetailsHasBeenSet =
false;
199 bool m_outputSourceConfigHasBeenSet =
false;
200 bool m_requestIdHasBeenSet =
false;
void SetStatus(JobStatus value)
const Aws::Vector< JobOutputSource > & GetOutputSourceConfig() const
const Aws::Utils::DateTime & GetStartTime() const
GetMatchingJobResult & WithOutputSourceConfig(OutputSourceConfigT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
GetMatchingJobResult & WithStartTime(StartTimeT &&value)
GetMatchingJobResult & WithStatus(JobStatus value)
const Aws::String & GetRequestId() const
GetMatchingJobResult & WithRequestId(RequestIdT &&value)
GetMatchingJobResult & AddOutputSourceConfig(OutputSourceConfigT &&value)
AWS_ENTITYRESOLUTION_API GetMatchingJobResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetMetrics(MetricsT &&value)
GetMatchingJobResult & WithEndTime(EndTimeT &&value)
GetMatchingJobResult & WithErrorDetails(ErrorDetailsT &&value)
void SetOutputSourceConfig(OutputSourceConfigT &&value)
GetMatchingJobResult & WithMetrics(MetricsT &&value)
const Aws::Utils::DateTime & GetEndTime() const
JobStatus GetStatus() const
void SetStartTime(StartTimeT &&value)
const ErrorDetails & GetErrorDetails() const
void SetRequestId(RequestIdT &&value)
const Aws::String & GetJobId() const
void SetErrorDetails(ErrorDetailsT &&value)
const JobMetrics & GetMetrics() const
void SetJobId(JobIdT &&value)
AWS_ENTITYRESOLUTION_API GetMatchingJobResult()=default
GetMatchingJobResult & WithJobId(JobIdT &&value)
void SetEndTime(EndTimeT &&value)
AWS_ENTITYRESOLUTION_API GetMatchingJobResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue