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/core/utils/memory/stl/AWSMap.h>
13#include <aws/entityresolution/model/IdMappingWorkflowInputSource.h>
14#include <aws/entityresolution/model/IdMappingWorkflowOutputSource.h>
19namespace EntityResolution
47 template<
typename WorkflowNameT = Aws::String>
48 void SetWorkflowName(WorkflowNameT&& value) { m_workflowNameHasBeenSet =
true; m_workflowName = std::forward<WorkflowNameT>(value); }
49 template<
typename WorkflowNameT = Aws::String>
59 template<
typename DescriptionT = Aws::String>
60 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
61 template<
typename DescriptionT = Aws::String>
72 template<
typename InputSourceConfigT = Aws::Vector<IdMappingWorkflowInputSource>>
73 void SetInputSourceConfig(InputSourceConfigT&& value) { m_inputSourceConfigHasBeenSet =
true; m_inputSourceConfig = std::forward<InputSourceConfigT>(value); }
74 template<
typename InputSourceConfigT = Aws::Vector<IdMappingWorkflowInputSource>>
76 template<
typename InputSourceConfigT = IdMappingWorkflowInputSource>
87 template<
typename OutputSourceConfigT = Aws::Vector<IdMappingWorkflowOutputSource>>
88 void SetOutputSourceConfig(OutputSourceConfigT&& value) { m_outputSourceConfigHasBeenSet =
true; m_outputSourceConfig = std::forward<OutputSourceConfigT>(value); }
89 template<
typename OutputSourceConfigT = Aws::Vector<IdMappingWorkflowOutputSource>>
91 template<
typename OutputSourceConfigT = IdMappingWorkflowOutputSource>
102 template<
typename IdMappingTechniquesT = IdMappingTechniques>
103 void SetIdMappingTechniques(IdMappingTechniquesT&& value) { m_idMappingTechniquesHasBeenSet =
true; m_idMappingTechniques = std::forward<IdMappingTechniquesT>(value); }
104 template<
typename IdMappingTechniquesT = IdMappingTechniques>
115 template<
typename RoleArnT = Aws::String>
116 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
117 template<
typename RoleArnT = Aws::String>
127 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
128 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
129 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
131 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
133 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
139 bool m_workflowNameHasBeenSet =
false;
142 bool m_descriptionHasBeenSet =
false;
145 bool m_inputSourceConfigHasBeenSet =
false;
148 bool m_outputSourceConfigHasBeenSet =
false;
151 bool m_idMappingTechniquesHasBeenSet =
false;
154 bool m_roleArnHasBeenSet =
false;
157 bool m_tagsHasBeenSet =
false;
const IdMappingTechniques & GetIdMappingTechniques() const
void SetInputSourceConfig(InputSourceConfigT &&value)
void SetTags(TagsT &&value)
CreateIdMappingWorkflowRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
void SetDescription(DescriptionT &&value)
CreateIdMappingWorkflowRequest & WithIdMappingTechniques(IdMappingTechniquesT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
CreateIdMappingWorkflowRequest & AddOutputSourceConfig(OutputSourceConfigT &&value)
CreateIdMappingWorkflowRequest & WithInputSourceConfig(InputSourceConfigT &&value)
bool IdMappingTechniquesHasBeenSet() const
bool DescriptionHasBeenSet() const
const Aws::String & GetDescription() const
AWS_ENTITYRESOLUTION_API CreateIdMappingWorkflowRequest()=default
const Aws::Vector< IdMappingWorkflowOutputSource > & GetOutputSourceConfig() const
CreateIdMappingWorkflowRequest & WithTags(TagsT &&value)
bool InputSourceConfigHasBeenSet() const
bool RoleArnHasBeenSet() const
const Aws::Vector< IdMappingWorkflowInputSource > & GetInputSourceConfig() const
CreateIdMappingWorkflowRequest & WithRoleArn(RoleArnT &&value)
virtual const char * GetServiceRequestName() const override
void SetRoleArn(RoleArnT &&value)
bool WorkflowNameHasBeenSet() const
CreateIdMappingWorkflowRequest & AddInputSourceConfig(InputSourceConfigT &&value)
void SetWorkflowName(WorkflowNameT &&value)
bool OutputSourceConfigHasBeenSet() const
void SetOutputSourceConfig(OutputSourceConfigT &&value)
const Aws::String & GetWorkflowName() const
CreateIdMappingWorkflowRequest & WithOutputSourceConfig(OutputSourceConfigT &&value)
CreateIdMappingWorkflowRequest & WithWorkflowName(WorkflowNameT &&value)
const Aws::String & GetRoleArn() const
bool TagsHasBeenSet() const
void SetIdMappingTechniques(IdMappingTechniquesT &&value)
AWS_ENTITYRESOLUTION_API Aws::String SerializePayload() const override
CreateIdMappingWorkflowRequest & WithDescription(DescriptionT &&value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector