7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/entityresolution/EntityResolutionRequest.h>
10#include <aws/entityresolution/EntityResolution_EXPORTS.h>
11#include <aws/entityresolution/model/IncrementalRunConfig.h>
12#include <aws/entityresolution/model/InputSource.h>
13#include <aws/entityresolution/model/OutputSource.h>
14#include <aws/entityresolution/model/ResolutionTechniques.h>
19namespace EntityResolution {
42 template <
typename WorkflowNameT = Aws::String>
44 m_workflowNameHasBeenSet =
true;
45 m_workflowName = std::forward<WorkflowNameT>(value);
47 template <
typename WorkflowNameT = Aws::String>
60 template <
typename DescriptionT = Aws::String>
62 m_descriptionHasBeenSet =
true;
63 m_description = std::forward<DescriptionT>(value);
65 template <
typename DescriptionT = Aws::String>
79 template <
typename InputSourceConfigT = Aws::Vector<InputSource>>
81 m_inputSourceConfigHasBeenSet =
true;
82 m_inputSourceConfig = std::forward<InputSourceConfigT>(value);
84 template <
typename InputSourceConfigT = Aws::Vector<InputSource>>
89 template <
typename InputSourceConfigT = InputSource>
91 m_inputSourceConfigHasBeenSet =
true;
92 m_inputSourceConfig.emplace_back(std::forward<InputSourceConfigT>(value));
105 template <
typename OutputSourceConfigT = Aws::Vector<OutputSource>>
107 m_outputSourceConfigHasBeenSet =
true;
108 m_outputSourceConfig = std::forward<OutputSourceConfigT>(value);
110 template <
typename OutputSourceConfigT = Aws::Vector<OutputSource>>
115 template <
typename OutputSourceConfigT = OutputSource>
117 m_outputSourceConfigHasBeenSet =
true;
118 m_outputSourceConfig.emplace_back(std::forward<OutputSourceConfigT>(value));
130 template <
typename ResolutionTechniquesT = ResolutionTechniques>
132 m_resolutionTechniquesHasBeenSet =
true;
133 m_resolutionTechniques = std::forward<ResolutionTechniquesT>(value);
135 template <
typename ResolutionTechniquesT = ResolutionTechniques>
153 template <
typename IncrementalRunConfigT = IncrementalRunConfig>
155 m_incrementalRunConfigHasBeenSet =
true;
156 m_incrementalRunConfig = std::forward<IncrementalRunConfigT>(value);
158 template <
typename IncrementalRunConfigT = IncrementalRunConfig>
172 template <
typename RoleArnT = Aws::String>
174 m_roleArnHasBeenSet =
true;
175 m_roleArn = std::forward<RoleArnT>(value);
177 template <
typename RoleArnT = Aws::String>
197 bool m_workflowNameHasBeenSet =
false;
198 bool m_descriptionHasBeenSet =
false;
199 bool m_inputSourceConfigHasBeenSet =
false;
200 bool m_outputSourceConfigHasBeenSet =
false;
201 bool m_resolutionTechniquesHasBeenSet =
false;
202 bool m_incrementalRunConfigHasBeenSet =
false;
203 bool m_roleArnHasBeenSet =
false;
const Aws::String & GetDescription() const
bool IncrementalRunConfigHasBeenSet() const
UpdateMatchingWorkflowRequest & WithWorkflowName(WorkflowNameT &&value)
void SetIncrementalRunConfig(IncrementalRunConfigT &&value)
const Aws::Vector< InputSource > & GetInputSourceConfig() const
bool WorkflowNameHasBeenSet() const
UpdateMatchingWorkflowRequest & WithIncrementalRunConfig(IncrementalRunConfigT &&value)
UpdateMatchingWorkflowRequest & WithInputSourceConfig(InputSourceConfigT &&value)
const ResolutionTechniques & GetResolutionTechniques() const
void SetRoleArn(RoleArnT &&value)
const Aws::String & GetRoleArn() const
virtual const char * GetServiceRequestName() const override
UpdateMatchingWorkflowRequest & WithRoleArn(RoleArnT &&value)
const IncrementalRunConfig & GetIncrementalRunConfig() const
void SetWorkflowName(WorkflowNameT &&value)
void SetResolutionTechniques(ResolutionTechniquesT &&value)
AWS_ENTITYRESOLUTION_API Aws::String SerializePayload() const override
bool OutputSourceConfigHasBeenSet() const
UpdateMatchingWorkflowRequest & AddOutputSourceConfig(OutputSourceConfigT &&value)
UpdateMatchingWorkflowRequest & WithResolutionTechniques(ResolutionTechniquesT &&value)
bool RoleArnHasBeenSet() const
UpdateMatchingWorkflowRequest & AddInputSourceConfig(InputSourceConfigT &&value)
void SetOutputSourceConfig(OutputSourceConfigT &&value)
AWS_ENTITYRESOLUTION_API UpdateMatchingWorkflowRequest()=default
UpdateMatchingWorkflowRequest & WithOutputSourceConfig(OutputSourceConfigT &&value)
const Aws::String & GetWorkflowName() const
void SetInputSourceConfig(InputSourceConfigT &&value)
bool DescriptionHasBeenSet() const
bool InputSourceConfigHasBeenSet() const
void SetDescription(DescriptionT &&value)
const Aws::Vector< OutputSource > & GetOutputSourceConfig() const
UpdateMatchingWorkflowRequest & WithDescription(DescriptionT &&value)
bool ResolutionTechniquesHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector