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/JobMetrics.h>
13#include <aws/entityresolution/model/JobOutputSource.h>
14#include <aws/entityresolution/model/JobStatus.h>
19template <
typename RESULT_TYPE>
20class AmazonWebServiceResult;
27namespace EntityResolution {
40 template <
typename JobIdT = Aws::String>
42 m_jobIdHasBeenSet =
true;
43 m_jobId = std::forward<JobIdT>(value);
45 template <
typename JobIdT = Aws::String>
47 SetJobId(std::forward<JobIdT>(value));
58 m_statusHasBeenSet =
true;
72 template <
typename StartTimeT = Aws::Utils::DateTime>
74 m_startTimeHasBeenSet =
true;
75 m_startTime = std::forward<StartTimeT>(value);
77 template <
typename StartTimeT = Aws::Utils::DateTime>
89 template <
typename EndTimeT = Aws::Utils::DateTime>
91 m_endTimeHasBeenSet =
true;
92 m_endTime = std::forward<EndTimeT>(value);
94 template <
typename EndTimeT = Aws::Utils::DateTime>
107 template <
typename MetricsT = JobMetrics>
109 m_metricsHasBeenSet =
true;
110 m_metrics = std::forward<MetricsT>(value);
112 template <
typename MetricsT = JobMetrics>
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<JobOutputSource>>
143 m_outputSourceConfigHasBeenSet =
true;
144 m_outputSourceConfig = std::forward<OutputSourceConfigT>(value);
146 template <
typename OutputSourceConfigT = Aws::Vector<JobOutputSource>>
151 template <
typename OutputSourceConfigT = JobOutputSource>
153 m_outputSourceConfigHasBeenSet =
true;
154 m_outputSourceConfig.emplace_back(std::forward<OutputSourceConfigT>(value));
162 template <
typename RequestIdT = Aws::String>
164 m_requestIdHasBeenSet =
true;
165 m_requestId = std::forward<RequestIdT>(value);
167 template <
typename RequestIdT = Aws::String>
182 JobMetrics m_metrics;
184 ErrorDetails m_errorDetails;
189 bool m_jobIdHasBeenSet =
false;
190 bool m_statusHasBeenSet =
false;
191 bool m_startTimeHasBeenSet =
false;
192 bool m_endTimeHasBeenSet =
false;
193 bool m_metricsHasBeenSet =
false;
194 bool m_errorDetailsHasBeenSet =
false;
195 bool m_outputSourceConfigHasBeenSet =
false;
196 bool m_requestIdHasBeenSet =
false;
void SetStatus(JobStatus value)
const Aws::Vector< JobOutputSource > & GetOutputSourceConfig() const
const Aws::Utils::DateTime & GetStartTime() const
GetMatchingJobResult & WithOutputSourceConfig(OutputSourceConfigT &&value)
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