7#include <aws/entityresolution/EntityResolution_EXPORTS.h>
8#include <aws/entityresolution/EntityResolutionRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/entityresolution/model/IdMappingJobOutputSource.h>
16namespace EntityResolution
43 template<
typename WorkflowNameT = Aws::String>
44 void SetWorkflowName(WorkflowNameT&& value) { m_workflowNameHasBeenSet =
true; m_workflowName = std::forward<WorkflowNameT>(value); }
45 template<
typename WorkflowNameT = Aws::String>
55 template<
typename OutputSourceConfigT = Aws::Vector<IdMappingJobOutputSource>>
56 void SetOutputSourceConfig(OutputSourceConfigT&& value) { m_outputSourceConfigHasBeenSet =
true; m_outputSourceConfig = std::forward<OutputSourceConfigT>(value); }
57 template<
typename OutputSourceConfigT = Aws::Vector<IdMappingJobOutputSource>>
59 template<
typename OutputSourceConfigT = IdMappingJobOutputSource>
65 bool m_workflowNameHasBeenSet =
false;
68 bool m_outputSourceConfigHasBeenSet =
false;
StartIdMappingJobRequest & AddOutputSourceConfig(OutputSourceConfigT &&value)
const Aws::String & GetWorkflowName() const
virtual const char * GetServiceRequestName() const override
bool WorkflowNameHasBeenSet() const
bool OutputSourceConfigHasBeenSet() const
StartIdMappingJobRequest & WithOutputSourceConfig(OutputSourceConfigT &&value)
AWS_ENTITYRESOLUTION_API Aws::String SerializePayload() const override
const Aws::Vector< IdMappingJobOutputSource > & GetOutputSourceConfig() 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