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/ResolutionTechniques.h>
12#include <aws/entityresolution/model/IncrementalRunConfig.h>
13#include <aws/core/utils/memory/stl/AWSMap.h>
14#include <aws/entityresolution/model/InputSource.h>
15#include <aws/entityresolution/model/OutputSource.h>
20namespace EntityResolution
48 template<
typename WorkflowNameT = Aws::String>
49 void SetWorkflowName(WorkflowNameT&& value) { m_workflowNameHasBeenSet =
true; m_workflowName = std::forward<WorkflowNameT>(value); }
50 template<
typename WorkflowNameT = Aws::String>
60 template<
typename DescriptionT = Aws::String>
61 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
62 template<
typename DescriptionT = Aws::String>
73 template<
typename InputSourceConfigT = Aws::Vector<InputSource>>
74 void SetInputSourceConfig(InputSourceConfigT&& value) { m_inputSourceConfigHasBeenSet =
true; m_inputSourceConfig = std::forward<InputSourceConfigT>(value); }
75 template<
typename InputSourceConfigT = Aws::Vector<InputSource>>
77 template<
typename InputSourceConfigT = InputSource>
89 template<
typename OutputSourceConfigT = Aws::Vector<OutputSource>>
90 void SetOutputSourceConfig(OutputSourceConfigT&& value) { m_outputSourceConfigHasBeenSet =
true; m_outputSourceConfig = std::forward<OutputSourceConfigT>(value); }
91 template<
typename OutputSourceConfigT = Aws::Vector<OutputSource>>
93 template<
typename OutputSourceConfigT = OutputSource>
104 template<
typename ResolutionTechniquesT = ResolutionTechniques>
105 void SetResolutionTechniques(ResolutionTechniquesT&& value) { m_resolutionTechniquesHasBeenSet =
true; m_resolutionTechniques = std::forward<ResolutionTechniquesT>(value); }
106 template<
typename ResolutionTechniquesT = ResolutionTechniques>
117 template<
typename IncrementalRunConfigT = IncrementalRunConfig>
118 void SetIncrementalRunConfig(IncrementalRunConfigT&& value) { m_incrementalRunConfigHasBeenSet =
true; m_incrementalRunConfig = std::forward<IncrementalRunConfigT>(value); }
119 template<
typename IncrementalRunConfigT = IncrementalRunConfig>
130 template<
typename RoleArnT = Aws::String>
131 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
132 template<
typename RoleArnT = Aws::String>
142 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
143 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
144 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
146 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
148 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
154 bool m_workflowNameHasBeenSet =
false;
157 bool m_descriptionHasBeenSet =
false;
160 bool m_inputSourceConfigHasBeenSet =
false;
163 bool m_outputSourceConfigHasBeenSet =
false;
166 bool m_resolutionTechniquesHasBeenSet =
false;
169 bool m_incrementalRunConfigHasBeenSet =
false;
172 bool m_roleArnHasBeenSet =
false;
175 bool m_tagsHasBeenSet =
false;
bool ResolutionTechniquesHasBeenSet() const
void SetInputSourceConfig(InputSourceConfigT &&value)
bool TagsHasBeenSet() const
const Aws::String & GetWorkflowName() const
void SetOutputSourceConfig(OutputSourceConfigT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
CreateMatchingWorkflowRequest & WithWorkflowName(WorkflowNameT &&value)
const Aws::Vector< InputSource > & GetInputSourceConfig() const
void SetIncrementalRunConfig(IncrementalRunConfigT &&value)
const Aws::String & GetRoleArn() const
CreateMatchingWorkflowRequest & WithResolutionTechniques(ResolutionTechniquesT &&value)
const ResolutionTechniques & GetResolutionTechniques() const
void SetWorkflowName(WorkflowNameT &&value)
void SetTags(TagsT &&value)
AWS_ENTITYRESOLUTION_API Aws::String SerializePayload() const override
bool IncrementalRunConfigHasBeenSet() const
AWS_ENTITYRESOLUTION_API CreateMatchingWorkflowRequest()=default
CreateMatchingWorkflowRequest & WithOutputSourceConfig(OutputSourceConfigT &&value)
CreateMatchingWorkflowRequest & WithRoleArn(RoleArnT &&value)
CreateMatchingWorkflowRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
void SetDescription(DescriptionT &&value)
bool WorkflowNameHasBeenSet() const
CreateMatchingWorkflowRequest & WithTags(TagsT &&value)
const Aws::String & GetDescription() const
bool DescriptionHasBeenSet() const
virtual const char * GetServiceRequestName() const override
CreateMatchingWorkflowRequest & AddInputSourceConfig(InputSourceConfigT &&value)
const Aws::Vector< OutputSource > & GetOutputSourceConfig() const
CreateMatchingWorkflowRequest & WithDescription(DescriptionT &&value)
bool RoleArnHasBeenSet() const
bool OutputSourceConfigHasBeenSet() const
CreateMatchingWorkflowRequest & WithInputSourceConfig(InputSourceConfigT &&value)
CreateMatchingWorkflowRequest & AddOutputSourceConfig(OutputSourceConfigT &&value)
const IncrementalRunConfig & GetIncrementalRunConfig() const
void SetRoleArn(RoleArnT &&value)
void SetResolutionTechniques(ResolutionTechniquesT &&value)
CreateMatchingWorkflowRequest & WithIncrementalRunConfig(IncrementalRunConfigT &&value)
bool InputSourceConfigHasBeenSet() const
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