7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/entityresolution/EntityResolutionRequest.h>
11#include <aws/entityresolution/EntityResolution_EXPORTS.h>
12#include <aws/entityresolution/model/IncrementalRunConfig.h>
13#include <aws/entityresolution/model/InputSource.h>
14#include <aws/entityresolution/model/OutputSource.h>
15#include <aws/entityresolution/model/ResolutionTechniques.h>
20namespace EntityResolution {
44 template <
typename WorkflowNameT = Aws::String>
46 m_workflowNameHasBeenSet =
true;
47 m_workflowName = std::forward<WorkflowNameT>(value);
49 template <
typename WorkflowNameT = Aws::String>
62 template <
typename DescriptionT = Aws::String>
64 m_descriptionHasBeenSet =
true;
65 m_description = std::forward<DescriptionT>(value);
67 template <
typename DescriptionT = Aws::String>
81 template <
typename InputSourceConfigT = Aws::Vector<InputSource>>
83 m_inputSourceConfigHasBeenSet =
true;
84 m_inputSourceConfig = std::forward<InputSourceConfigT>(value);
86 template <
typename InputSourceConfigT = Aws::Vector<InputSource>>
91 template <
typename InputSourceConfigT = InputSource>
93 m_inputSourceConfigHasBeenSet =
true;
94 m_inputSourceConfig.emplace_back(std::forward<InputSourceConfigT>(value));
107 template <
typename OutputSourceConfigT = Aws::Vector<OutputSource>>
109 m_outputSourceConfigHasBeenSet =
true;
110 m_outputSourceConfig = std::forward<OutputSourceConfigT>(value);
112 template <
typename OutputSourceConfigT = Aws::Vector<OutputSource>>
117 template <
typename OutputSourceConfigT = OutputSource>
119 m_outputSourceConfigHasBeenSet =
true;
120 m_outputSourceConfig.emplace_back(std::forward<OutputSourceConfigT>(value));
132 template <
typename ResolutionTechniquesT = ResolutionTechniques>
134 m_resolutionTechniquesHasBeenSet =
true;
135 m_resolutionTechniques = std::forward<ResolutionTechniquesT>(value);
137 template <
typename ResolutionTechniquesT = ResolutionTechniques>
155 template <
typename IncrementalRunConfigT = IncrementalRunConfig>
157 m_incrementalRunConfigHasBeenSet =
true;
158 m_incrementalRunConfig = std::forward<IncrementalRunConfigT>(value);
160 template <
typename IncrementalRunConfigT = IncrementalRunConfig>
174 template <
typename RoleArnT = Aws::String>
176 m_roleArnHasBeenSet =
true;
177 m_roleArn = std::forward<RoleArnT>(value);
179 template <
typename RoleArnT = Aws::String>
192 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
194 m_tagsHasBeenSet =
true;
195 m_tags = std::forward<TagsT>(value);
197 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
199 SetTags(std::forward<TagsT>(value));
202 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
204 m_tagsHasBeenSet =
true;
205 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
225 bool m_workflowNameHasBeenSet =
false;
226 bool m_descriptionHasBeenSet =
false;
227 bool m_inputSourceConfigHasBeenSet =
false;
228 bool m_outputSourceConfigHasBeenSet =
false;
229 bool m_resolutionTechniquesHasBeenSet =
false;
230 bool m_incrementalRunConfigHasBeenSet =
false;
231 bool m_roleArnHasBeenSet =
false;
232 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