7#include <aws/entityresolution/EntityResolution_EXPORTS.h>
8#include <aws/entityresolution/model/AttributeMatchingModel.h>
9#include <aws/entityresolution/model/RecordMatchingModel.h>
10#include <aws/entityresolution/model/IdMappingWorkflowRuleDefinitionType.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/entityresolution/model/Rule.h>
25namespace EntityResolution
114 bool m_attributeMatchingModelHasBeenSet =
false;
117 bool m_recordMatchingModelHasBeenSet =
false;
120 bool m_ruleDefinitionTypeHasBeenSet =
false;
123 bool m_rulesHasBeenSet =
false;
IdMappingRuleBasedProperties & AddRules(Rule &&value)
const AttributeMatchingModel & GetAttributeMatchingModel() const
bool RuleDefinitionTypeHasBeenSet() const
bool RecordMatchingModelHasBeenSet() const
IdMappingRuleBasedProperties & AddRules(const Rule &value)
bool AttributeMatchingModelHasBeenSet() const
AWS_ENTITYRESOLUTION_API IdMappingRuleBasedProperties(Aws::Utils::Json::JsonView jsonValue)
void SetRuleDefinitionType(IdMappingWorkflowRuleDefinitionType &&value)
void SetRuleDefinitionType(const IdMappingWorkflowRuleDefinitionType &value)
void SetRecordMatchingModel(RecordMatchingModel &&value)
IdMappingRuleBasedProperties & WithRecordMatchingModel(const RecordMatchingModel &value)
const RecordMatchingModel & GetRecordMatchingModel() const
IdMappingRuleBasedProperties & WithRecordMatchingModel(RecordMatchingModel &&value)
IdMappingRuleBasedProperties & WithRuleDefinitionType(IdMappingWorkflowRuleDefinitionType &&value)
IdMappingRuleBasedProperties & WithRules(Aws::Vector< Rule > &&value)
IdMappingRuleBasedProperties & WithAttributeMatchingModel(AttributeMatchingModel &&value)
void SetAttributeMatchingModel(const AttributeMatchingModel &value)
AWS_ENTITYRESOLUTION_API Aws::Utils::Json::JsonValue Jsonize() const
void SetAttributeMatchingModel(AttributeMatchingModel &&value)
void SetRules(const Aws::Vector< Rule > &value)
IdMappingRuleBasedProperties & WithAttributeMatchingModel(const AttributeMatchingModel &value)
AWS_ENTITYRESOLUTION_API IdMappingRuleBasedProperties()
IdMappingRuleBasedProperties & WithRules(const Aws::Vector< Rule > &value)
const Aws::Vector< Rule > & GetRules() const
IdMappingRuleBasedProperties & WithRuleDefinitionType(const IdMappingWorkflowRuleDefinitionType &value)
void SetRecordMatchingModel(const RecordMatchingModel &value)
const IdMappingWorkflowRuleDefinitionType & GetRuleDefinitionType() const
void SetRules(Aws::Vector< Rule > &&value)
AWS_ENTITYRESOLUTION_API IdMappingRuleBasedProperties & operator=(Aws::Utils::Json::JsonView jsonValue)
bool RulesHasBeenSet() const
IdMappingWorkflowRuleDefinitionType
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue