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/JobMetrics.h>
12#include <aws/entityresolution/model/ErrorDetails.h>
13#include <aws/core/utils/memory/stl/AWSVector.h>
14#include <aws/entityresolution/model/JobOutputSource.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 = JobMetrics>
90 void SetMetrics(MetricsT&& value) { m_metricsHasBeenSet =
true; m_metrics = std::forward<MetricsT>(value); }
91 template<
typename MetricsT = JobMetrics>
100 template<
typename ErrorDetailsT = ErrorDetails>
101 void SetErrorDetails(ErrorDetailsT&& value) { m_errorDetailsHasBeenSet =
true; m_errorDetails = std::forward<ErrorDetailsT>(value); }
102 template<
typename ErrorDetailsT = ErrorDetails>
111 template<
typename OutputSourceConfigT = Aws::Vector<JobOutputSource>>
112 void SetOutputSourceConfig(OutputSourceConfigT&& value) { m_outputSourceConfigHasBeenSet =
true; m_outputSourceConfig = std::forward<OutputSourceConfigT>(value); }
113 template<
typename OutputSourceConfigT = Aws::Vector<JobOutputSource>>
115 template<
typename OutputSourceConfigT = JobOutputSource>
122 template<
typename RequestIdT = Aws::String>
123 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
124 template<
typename RequestIdT = Aws::String>
130 bool m_jobIdHasBeenSet =
false;
133 bool m_statusHasBeenSet =
false;
136 bool m_startTimeHasBeenSet =
false;
139 bool m_endTimeHasBeenSet =
false;
141 JobMetrics m_metrics;
142 bool m_metricsHasBeenSet =
false;
144 ErrorDetails m_errorDetails;
145 bool m_errorDetailsHasBeenSet =
false;
148 bool m_outputSourceConfigHasBeenSet =
false;
151 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