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/IdMappingTechniques.h>
12#include <aws/entityresolution/model/IdMappingWorkflowInputSource.h>
13#include <aws/entityresolution/model/IdMappingWorkflowOutputSource.h>
18namespace EntityResolution
45 template<
typename WorkflowNameT = Aws::String>
46 void SetWorkflowName(WorkflowNameT&& value) { m_workflowNameHasBeenSet =
true; m_workflowName = std::forward<WorkflowNameT>(value); }
47 template<
typename WorkflowNameT = Aws::String>
57 template<
typename DescriptionT = Aws::String>
58 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
59 template<
typename DescriptionT = Aws::String>
70 template<
typename InputSourceConfigT = Aws::Vector<IdMappingWorkflowInputSource>>
71 void SetInputSourceConfig(InputSourceConfigT&& value) { m_inputSourceConfigHasBeenSet =
true; m_inputSourceConfig = std::forward<InputSourceConfigT>(value); }
72 template<
typename InputSourceConfigT = Aws::Vector<IdMappingWorkflowInputSource>>
74 template<
typename InputSourceConfigT = IdMappingWorkflowInputSource>
85 template<
typename OutputSourceConfigT = Aws::Vector<IdMappingWorkflowOutputSource>>
86 void SetOutputSourceConfig(OutputSourceConfigT&& value) { m_outputSourceConfigHasBeenSet =
true; m_outputSourceConfig = std::forward<OutputSourceConfigT>(value); }
87 template<
typename OutputSourceConfigT = Aws::Vector<IdMappingWorkflowOutputSource>>
89 template<
typename OutputSourceConfigT = IdMappingWorkflowOutputSource>
100 template<
typename IdMappingTechniquesT = IdMappingTechniques>
101 void SetIdMappingTechniques(IdMappingTechniquesT&& value) { m_idMappingTechniquesHasBeenSet =
true; m_idMappingTechniques = std::forward<IdMappingTechniquesT>(value); }
102 template<
typename IdMappingTechniquesT = IdMappingTechniques>
113 template<
typename RoleArnT = Aws::String>
114 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
115 template<
typename RoleArnT = Aws::String>
121 bool m_workflowNameHasBeenSet =
false;
124 bool m_descriptionHasBeenSet =
false;
127 bool m_inputSourceConfigHasBeenSet =
false;
130 bool m_outputSourceConfigHasBeenSet =
false;
133 bool m_idMappingTechniquesHasBeenSet =
false;
136 bool m_roleArnHasBeenSet =
false;
bool WorkflowNameHasBeenSet() const
bool IdMappingTechniquesHasBeenSet() const
const Aws::Vector< IdMappingWorkflowOutputSource > & GetOutputSourceConfig() const
UpdateIdMappingWorkflowRequest & AddInputSourceConfig(InputSourceConfigT &&value)
UpdateIdMappingWorkflowRequest & WithIdMappingTechniques(IdMappingTechniquesT &&value)
void SetIdMappingTechniques(IdMappingTechniquesT &&value)
void SetWorkflowName(WorkflowNameT &&value)
bool DescriptionHasBeenSet() const
virtual const char * GetServiceRequestName() const override
UpdateIdMappingWorkflowRequest & WithOutputSourceConfig(OutputSourceConfigT &&value)
UpdateIdMappingWorkflowRequest & WithInputSourceConfig(InputSourceConfigT &&value)
UpdateIdMappingWorkflowRequest & AddOutputSourceConfig(OutputSourceConfigT &&value)
UpdateIdMappingWorkflowRequest & WithDescription(DescriptionT &&value)
void SetRoleArn(RoleArnT &&value)
void SetOutputSourceConfig(OutputSourceConfigT &&value)
void SetDescription(DescriptionT &&value)
bool OutputSourceConfigHasBeenSet() const
AWS_ENTITYRESOLUTION_API UpdateIdMappingWorkflowRequest()=default
const Aws::String & GetDescription() const
const Aws::String & GetRoleArn() const
void SetInputSourceConfig(InputSourceConfigT &&value)
bool InputSourceConfigHasBeenSet() const
const IdMappingTechniques & GetIdMappingTechniques() const
const Aws::String & GetWorkflowName() const
UpdateIdMappingWorkflowRequest & WithWorkflowName(WorkflowNameT &&value)
const Aws::Vector< IdMappingWorkflowInputSource > & GetInputSourceConfig() const
bool RoleArnHasBeenSet() const
UpdateIdMappingWorkflowRequest & WithRoleArn(RoleArnT &&value)
AWS_ENTITYRESOLUTION_API Aws::String SerializePayload() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector