7#include <aws/core/http/HttpResponse.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/IdMappingJobOutputSource.h>
12#include <aws/entityresolution/model/JobType.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
25namespace EntityResolution {
38 template <
typename JobIdT = Aws::String>
40 m_jobIdHasBeenSet =
true;
41 m_jobId = std::forward<JobIdT>(value);
43 template <
typename JobIdT = Aws::String>
45 SetJobId(std::forward<JobIdT>(value));
55 template <
typename OutputSourceConfigT = Aws::Vector<IdMappingJobOutputSource>>
57 m_outputSourceConfigHasBeenSet =
true;
58 m_outputSourceConfig = std::forward<OutputSourceConfigT>(value);
60 template <
typename OutputSourceConfigT = Aws::Vector<IdMappingJobOutputSource>>
65 template <
typename OutputSourceConfigT = IdMappingJobOutputSource>
67 m_outputSourceConfigHasBeenSet =
true;
68 m_outputSourceConfig.emplace_back(std::forward<OutputSourceConfigT>(value));
87 m_jobTypeHasBeenSet =
true;
99 template <
typename RequestIdT = Aws::String>
101 m_requestIdHasBeenSet =
true;
102 m_requestId = std::forward<RequestIdT>(value);
104 template <
typename RequestIdT = Aws::String>
121 bool m_jobIdHasBeenSet =
false;
122 bool m_outputSourceConfigHasBeenSet =
false;
123 bool m_jobTypeHasBeenSet =
false;
124 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetRequestId() const
JobType GetJobType() const
const Aws::String & GetJobId() const
const Aws::Vector< IdMappingJobOutputSource > & GetOutputSourceConfig() const
AWS_ENTITYRESOLUTION_API StartIdMappingJobResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
StartIdMappingJobResult & WithRequestId(RequestIdT &&value)
StartIdMappingJobResult & AddOutputSourceConfig(OutputSourceConfigT &&value)
void SetRequestId(RequestIdT &&value)
StartIdMappingJobResult & WithJobType(JobType value)
void SetOutputSourceConfig(OutputSourceConfigT &&value)
AWS_ENTITYRESOLUTION_API StartIdMappingJobResult()=default
Aws::Http::HttpResponseCode GetHttpResponseCode() const
StartIdMappingJobResult & WithOutputSourceConfig(OutputSourceConfigT &&value)
void SetJobId(JobIdT &&value)
void SetJobType(JobType value)
StartIdMappingJobResult & WithJobId(JobIdT &&value)
AWS_ENTITYRESOLUTION_API StartIdMappingJobResult & operator=(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