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/core/utils/memory/stl/AWSMap.h>
14#include <aws/entityresolution/model/InputSource.h>
15#include <aws/entityresolution/model/OutputSource.h>
20namespace EntityResolution
49 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
121 inline void SetRoleArn(
const char* value) { m_roleArnHasBeenSet =
true; m_roleArn.assign(value); }
155 inline void SetWorkflowName(
const char* value) { m_workflowNameHasBeenSet =
true; m_workflowName.assign(value); }
163 bool m_descriptionHasBeenSet =
false;
166 bool m_incrementalRunConfigHasBeenSet =
false;
169 bool m_inputSourceConfigHasBeenSet =
false;
172 bool m_outputSourceConfigHasBeenSet =
false;
175 bool m_resolutionTechniquesHasBeenSet =
false;
178 bool m_roleArnHasBeenSet =
false;
181 bool m_tagsHasBeenSet =
false;
184 bool m_workflowNameHasBeenSet =
false;
bool ResolutionTechniquesHasBeenSet() const
CreateMatchingWorkflowRequest & AddTags(const char *key, Aws::String &&value)
bool TagsHasBeenSet() const
CreateMatchingWorkflowRequest & WithWorkflowName(const char *value)
CreateMatchingWorkflowRequest & AddOutputSourceConfig(OutputSource &&value)
const Aws::String & GetWorkflowName() const
CreateMatchingWorkflowRequest & WithRoleArn(const char *value)
CreateMatchingWorkflowRequest & WithInputSourceConfig(Aws::Vector< InputSource > &&value)
CreateMatchingWorkflowRequest & AddTags(Aws::String &&key, Aws::String &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
CreateMatchingWorkflowRequest & AddInputSourceConfig(InputSource &&value)
CreateMatchingWorkflowRequest & AddTags(const Aws::String &key, const Aws::String &value)
const Aws::Vector< InputSource > & GetInputSourceConfig() const
CreateMatchingWorkflowRequest & WithOutputSourceConfig(Aws::Vector< OutputSource > &&value)
CreateMatchingWorkflowRequest & WithDescription(const char *value)
CreateMatchingWorkflowRequest & WithDescription(Aws::String &&value)
CreateMatchingWorkflowRequest & WithDescription(const Aws::String &value)
const Aws::String & GetRoleArn() const
void SetDescription(const char *value)
const ResolutionTechniques & GetResolutionTechniques() const
void SetOutputSourceConfig(Aws::Vector< OutputSource > &&value)
void SetWorkflowName(const Aws::String &value)
CreateMatchingWorkflowRequest & AddTags(const char *key, const char *value)
void SetTags(Aws::Map< Aws::String, Aws::String > &&value)
AWS_ENTITYRESOLUTION_API Aws::String SerializePayload() const override
bool IncrementalRunConfigHasBeenSet() const
void SetTags(const Aws::Map< Aws::String, Aws::String > &value)
void SetDescription(Aws::String &&value)
void SetResolutionTechniques(ResolutionTechniques &&value)
CreateMatchingWorkflowRequest & WithOutputSourceConfig(const Aws::Vector< OutputSource > &value)
CreateMatchingWorkflowRequest & WithIncrementalRunConfig(const IncrementalRunConfig &value)
CreateMatchingWorkflowRequest & WithTags(const Aws::Map< Aws::String, Aws::String > &value)
CreateMatchingWorkflowRequest & WithWorkflowName(Aws::String &&value)
CreateMatchingWorkflowRequest & WithInputSourceConfig(const Aws::Vector< InputSource > &value)
CreateMatchingWorkflowRequest & WithRoleArn(Aws::String &&value)
void SetIncrementalRunConfig(IncrementalRunConfig &&value)
AWS_ENTITYRESOLUTION_API CreateMatchingWorkflowRequest()
void SetOutputSourceConfig(const Aws::Vector< OutputSource > &value)
bool WorkflowNameHasBeenSet() const
CreateMatchingWorkflowRequest & AddInputSourceConfig(const InputSource &value)
void SetWorkflowName(const char *value)
const Aws::String & GetDescription() const
void SetInputSourceConfig(const Aws::Vector< InputSource > &value)
bool DescriptionHasBeenSet() const
CreateMatchingWorkflowRequest & WithResolutionTechniques(ResolutionTechniques &&value)
virtual const char * GetServiceRequestName() const override
CreateMatchingWorkflowRequest & AddOutputSourceConfig(const OutputSource &value)
const Aws::Vector< OutputSource > & GetOutputSourceConfig() const
void SetIncrementalRunConfig(const IncrementalRunConfig &value)
CreateMatchingWorkflowRequest & WithRoleArn(const Aws::String &value)
CreateMatchingWorkflowRequest & WithResolutionTechniques(const ResolutionTechniques &value)
bool RoleArnHasBeenSet() const
CreateMatchingWorkflowRequest & AddTags(const Aws::String &key, Aws::String &&value)
bool OutputSourceConfigHasBeenSet() const
void SetRoleArn(const char *value)
CreateMatchingWorkflowRequest & AddTags(Aws::String &&key, const char *value)
void SetDescription(const Aws::String &value)
CreateMatchingWorkflowRequest & WithTags(Aws::Map< Aws::String, Aws::String > &&value)
const IncrementalRunConfig & GetIncrementalRunConfig() const
void SetWorkflowName(Aws::String &&value)
void SetRoleArn(Aws::String &&value)
void SetResolutionTechniques(const ResolutionTechniques &value)
void SetRoleArn(const Aws::String &value)
CreateMatchingWorkflowRequest & WithIncrementalRunConfig(IncrementalRunConfig &&value)
CreateMatchingWorkflowRequest & AddTags(Aws::String &&key, const Aws::String &value)
CreateMatchingWorkflowRequest & WithWorkflowName(const Aws::String &value)
void SetInputSourceConfig(Aws::Vector< InputSource > &&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