7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/entityresolution/EntityResolutionRequest.h>
10#include <aws/entityresolution/EntityResolution_EXPORTS.h>
11#include <aws/entityresolution/model/IdMappingJobOutputSource.h>
12#include <aws/entityresolution/model/JobType.h>
17namespace EntityResolution {
40 template <
typename WorkflowNameT = Aws::String>
42 m_workflowNameHasBeenSet =
true;
43 m_workflowName = std::forward<WorkflowNameT>(value);
45 template <
typename WorkflowNameT = Aws::String>
58 template <
typename OutputSourceConfigT = Aws::Vector<IdMappingJobOutputSource>>
60 m_outputSourceConfigHasBeenSet =
true;
61 m_outputSourceConfig = std::forward<OutputSourceConfigT>(value);
63 template <
typename OutputSourceConfigT = Aws::Vector<IdMappingJobOutputSource>>
68 template <
typename OutputSourceConfigT = IdMappingJobOutputSource>
70 m_outputSourceConfigHasBeenSet =
true;
71 m_outputSourceConfig.emplace_back(std::forward<OutputSourceConfigT>(value));
93 m_jobTypeHasBeenSet =
true;
107 bool m_workflowNameHasBeenSet =
false;
108 bool m_outputSourceConfigHasBeenSet =
false;
109 bool m_jobTypeHasBeenSet =
false;
StartIdMappingJobRequest & AddOutputSourceConfig(OutputSourceConfigT &&value)
const Aws::String & GetWorkflowName() const
StartIdMappingJobRequest & WithJobType(JobType value)
virtual const char * GetServiceRequestName() const override
bool WorkflowNameHasBeenSet() const
bool OutputSourceConfigHasBeenSet() const
JobType GetJobType() const
StartIdMappingJobRequest & WithOutputSourceConfig(OutputSourceConfigT &&value)
void SetJobType(JobType value)
AWS_ENTITYRESOLUTION_API Aws::String SerializePayload() const override
const Aws::Vector< IdMappingJobOutputSource > & GetOutputSourceConfig() const
bool JobTypeHasBeenSet() const
AWS_ENTITYRESOLUTION_API StartIdMappingJobRequest()=default
void SetOutputSourceConfig(OutputSourceConfigT &&value)
void SetWorkflowName(WorkflowNameT &&value)
StartIdMappingJobRequest & WithWorkflowName(WorkflowNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector