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/entityresolution/model/InputSource.h>
14#include <aws/entityresolution/model/OutputSource.h>
19namespace EntityResolution
46 template<
typename WorkflowNameT = Aws::String>
47 void SetWorkflowName(WorkflowNameT&& value) { m_workflowNameHasBeenSet =
true; m_workflowName = std::forward<WorkflowNameT>(value); }
48 template<
typename WorkflowNameT = Aws::String>
58 template<
typename DescriptionT = Aws::String>
59 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
60 template<
typename DescriptionT = Aws::String>
71 template<
typename InputSourceConfigT = Aws::Vector<InputSource>>
72 void SetInputSourceConfig(InputSourceConfigT&& value) { m_inputSourceConfigHasBeenSet =
true; m_inputSourceConfig = std::forward<InputSourceConfigT>(value); }
73 template<
typename InputSourceConfigT = Aws::Vector<InputSource>>
75 template<
typename InputSourceConfigT = InputSource>
87 template<
typename OutputSourceConfigT = Aws::Vector<OutputSource>>
88 void SetOutputSourceConfig(OutputSourceConfigT&& value) { m_outputSourceConfigHasBeenSet =
true; m_outputSourceConfig = std::forward<OutputSourceConfigT>(value); }
89 template<
typename OutputSourceConfigT = Aws::Vector<OutputSource>>
91 template<
typename OutputSourceConfigT = OutputSource>
102 template<
typename ResolutionTechniquesT = ResolutionTechniques>
103 void SetResolutionTechniques(ResolutionTechniquesT&& value) { m_resolutionTechniquesHasBeenSet =
true; m_resolutionTechniques = std::forward<ResolutionTechniquesT>(value); }
104 template<
typename ResolutionTechniquesT = ResolutionTechniques>
115 template<
typename IncrementalRunConfigT = IncrementalRunConfig>
116 void SetIncrementalRunConfig(IncrementalRunConfigT&& value) { m_incrementalRunConfigHasBeenSet =
true; m_incrementalRunConfig = std::forward<IncrementalRunConfigT>(value); }
117 template<
typename IncrementalRunConfigT = IncrementalRunConfig>
128 template<
typename RoleArnT = Aws::String>
129 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
130 template<
typename RoleArnT = Aws::String>
136 bool m_workflowNameHasBeenSet =
false;
139 bool m_descriptionHasBeenSet =
false;
142 bool m_inputSourceConfigHasBeenSet =
false;
145 bool m_outputSourceConfigHasBeenSet =
false;
148 bool m_resolutionTechniquesHasBeenSet =
false;
151 bool m_incrementalRunConfigHasBeenSet =
false;
154 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