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/entityresolution/model/IncrementalRunConfig.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/entityresolution/model/ResolutionTechniques.h>
13#include <aws/entityresolution/model/InputSource.h>
14#include <aws/entityresolution/model/OutputSource.h>
19namespace EntityResolution
48 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
120 inline void SetRoleArn(
const char* value) { m_roleArnHasBeenSet =
true; m_roleArn.assign(value); }
134 inline void SetWorkflowName(
const char* value) { m_workflowNameHasBeenSet =
true; m_workflowName.assign(value); }
142 bool m_descriptionHasBeenSet =
false;
145 bool m_incrementalRunConfigHasBeenSet =
false;
148 bool m_inputSourceConfigHasBeenSet =
false;
151 bool m_outputSourceConfigHasBeenSet =
false;
154 bool m_resolutionTechniquesHasBeenSet =
false;
157 bool m_roleArnHasBeenSet =
false;
160 bool m_workflowNameHasBeenSet =
false;
const Aws::String & GetDescription() const
UpdateMatchingWorkflowRequest & WithInputSourceConfig(Aws::Vector< InputSource > &&value)
void SetOutputSourceConfig(const Aws::Vector< OutputSource > &value)
void SetOutputSourceConfig(Aws::Vector< OutputSource > &&value)
bool IncrementalRunConfigHasBeenSet() const
UpdateMatchingWorkflowRequest & AddInputSourceConfig(const InputSource &value)
UpdateMatchingWorkflowRequest & WithRoleArn(const Aws::String &value)
const Aws::Vector< InputSource > & GetInputSourceConfig() const
bool WorkflowNameHasBeenSet() const
UpdateMatchingWorkflowRequest & WithDescription(Aws::String &&value)
void SetDescription(const Aws::String &value)
void SetInputSourceConfig(const Aws::Vector< InputSource > &value)
void SetRoleArn(const char *value)
UpdateMatchingWorkflowRequest & WithWorkflowName(const Aws::String &value)
void SetWorkflowName(const char *value)
UpdateMatchingWorkflowRequest & WithIncrementalRunConfig(const IncrementalRunConfig &value)
void SetRoleArn(const Aws::String &value)
UpdateMatchingWorkflowRequest & WithInputSourceConfig(const Aws::Vector< InputSource > &value)
UpdateMatchingWorkflowRequest & WithOutputSourceConfig(const Aws::Vector< OutputSource > &value)
const ResolutionTechniques & GetResolutionTechniques() const
UpdateMatchingWorkflowRequest & WithWorkflowName(Aws::String &&value)
UpdateMatchingWorkflowRequest & AddOutputSourceConfig(const OutputSource &value)
const Aws::String & GetRoleArn() const
void SetDescription(const char *value)
virtual const char * GetServiceRequestName() const override
void SetResolutionTechniques(ResolutionTechniques &&value)
const IncrementalRunConfig & GetIncrementalRunConfig() const
UpdateMatchingWorkflowRequest & WithRoleArn(Aws::String &&value)
UpdateMatchingWorkflowRequest & WithIncrementalRunConfig(IncrementalRunConfig &&value)
AWS_ENTITYRESOLUTION_API Aws::String SerializePayload() const override
UpdateMatchingWorkflowRequest & WithResolutionTechniques(ResolutionTechniques &&value)
void SetIncrementalRunConfig(const IncrementalRunConfig &value)
bool OutputSourceConfigHasBeenSet() const
UpdateMatchingWorkflowRequest & WithWorkflowName(const char *value)
void SetInputSourceConfig(Aws::Vector< InputSource > &&value)
UpdateMatchingWorkflowRequest & AddOutputSourceConfig(OutputSource &&value)
bool RoleArnHasBeenSet() const
void SetRoleArn(Aws::String &&value)
UpdateMatchingWorkflowRequest & WithRoleArn(const char *value)
void SetResolutionTechniques(const ResolutionTechniques &value)
void SetWorkflowName(const Aws::String &value)
UpdateMatchingWorkflowRequest & WithOutputSourceConfig(Aws::Vector< OutputSource > &&value)
const Aws::String & GetWorkflowName() const
UpdateMatchingWorkflowRequest & AddInputSourceConfig(InputSource &&value)
bool DescriptionHasBeenSet() const
void SetDescription(Aws::String &&value)
UpdateMatchingWorkflowRequest & WithDescription(const char *value)
bool InputSourceConfigHasBeenSet() const
const Aws::Vector< OutputSource > & GetOutputSourceConfig() const
UpdateMatchingWorkflowRequest & WithResolutionTechniques(const ResolutionTechniques &value)
UpdateMatchingWorkflowRequest & WithDescription(const Aws::String &value)
bool ResolutionTechniquesHasBeenSet() const
AWS_ENTITYRESOLUTION_API UpdateMatchingWorkflowRequest()
void SetWorkflowName(Aws::String &&value)
void SetIncrementalRunConfig(IncrementalRunConfig &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector