7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/entityresolution/EntityResolution_EXPORTS.h>
10#include <aws/entityresolution/model/IdMappingJobOutputSource.h>
11#include <aws/entityresolution/model/JobType.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
24namespace EntityResolution {
37 template <
typename JobIdT = Aws::String>
39 m_jobIdHasBeenSet =
true;
40 m_jobId = std::forward<JobIdT>(value);
42 template <
typename JobIdT = Aws::String>
44 SetJobId(std::forward<JobIdT>(value));
54 template <
typename OutputSourceConfigT = Aws::Vector<IdMappingJobOutputSource>>
56 m_outputSourceConfigHasBeenSet =
true;
57 m_outputSourceConfig = std::forward<OutputSourceConfigT>(value);
59 template <
typename OutputSourceConfigT = Aws::Vector<IdMappingJobOutputSource>>
64 template <
typename OutputSourceConfigT = IdMappingJobOutputSource>
66 m_outputSourceConfigHasBeenSet =
true;
67 m_outputSourceConfig.emplace_back(std::forward<OutputSourceConfigT>(value));
86 m_jobTypeHasBeenSet =
true;
98 template <
typename RequestIdT = Aws::String>
100 m_requestIdHasBeenSet =
true;
101 m_requestId = std::forward<RequestIdT>(value);
103 template <
typename RequestIdT = Aws::String>
117 bool m_jobIdHasBeenSet =
false;
118 bool m_outputSourceConfigHasBeenSet =
false;
119 bool m_jobTypeHasBeenSet =
false;
120 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
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