7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/entityresolution/EntityResolution_EXPORTS.h>
9#include <aws/entityresolution/model/AttributeMatchingModel.h>
10#include <aws/entityresolution/model/IdMappingWorkflowRuleDefinitionType.h>
11#include <aws/entityresolution/model/RecordMatchingModel.h>
12#include <aws/entityresolution/model/Rule.h>
23namespace EntityResolution {
45 template <
typename RulesT = Aws::Vector<Rule>>
47 m_rulesHasBeenSet =
true;
48 m_rules = std::forward<RulesT>(value);
50 template <
typename RulesT = Aws::Vector<Rule>>
52 SetRules(std::forward<RulesT>(value));
55 template <
typename RulesT = Rule>
57 m_rulesHasBeenSet =
true;
58 m_rules.emplace_back(std::forward<RulesT>(value));
72 m_ruleDefinitionTypeHasBeenSet =
true;
73 m_ruleDefinitionType = value;
99 m_attributeMatchingModelHasBeenSet =
true;
100 m_attributeMatchingModel = value;
119 m_recordMatchingModelHasBeenSet =
true;
120 m_recordMatchingModel = value;
135 bool m_rulesHasBeenSet =
false;
136 bool m_ruleDefinitionTypeHasBeenSet =
false;
137 bool m_attributeMatchingModelHasBeenSet =
false;
138 bool m_recordMatchingModelHasBeenSet =
false;
bool RuleDefinitionTypeHasBeenSet() const
bool RecordMatchingModelHasBeenSet() const
void SetRecordMatchingModel(RecordMatchingModel value)
bool AttributeMatchingModelHasBeenSet() const
AWS_ENTITYRESOLUTION_API IdMappingRuleBasedProperties(Aws::Utils::Json::JsonView jsonValue)
AttributeMatchingModel GetAttributeMatchingModel() const
IdMappingWorkflowRuleDefinitionType GetRuleDefinitionType() const
IdMappingRuleBasedProperties & WithRules(RulesT &&value)
IdMappingRuleBasedProperties & WithRecordMatchingModel(RecordMatchingModel value)
void SetRules(RulesT &&value)
RecordMatchingModel GetRecordMatchingModel() const
AWS_ENTITYRESOLUTION_API Aws::Utils::Json::JsonValue Jsonize() const
IdMappingRuleBasedProperties & WithAttributeMatchingModel(AttributeMatchingModel value)
void SetAttributeMatchingModel(AttributeMatchingModel value)
void SetRuleDefinitionType(IdMappingWorkflowRuleDefinitionType value)
IdMappingRuleBasedProperties & WithRuleDefinitionType(IdMappingWorkflowRuleDefinitionType value)
const Aws::Vector< Rule > & GetRules() const
AWS_ENTITYRESOLUTION_API IdMappingRuleBasedProperties()=default
IdMappingRuleBasedProperties & AddRules(RulesT &&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