7#include <aws/entityresolution/EntityResolution_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/entityresolution/model/IdMappingWorkflowRuleDefinitionType.h>
10#include <aws/entityresolution/model/AttributeMatchingModel.h>
11#include <aws/entityresolution/model/RecordMatchingModel.h>
12#include <aws/entityresolution/model/Rule.h>
25namespace EntityResolution
51 template<
typename RulesT = Aws::Vector<Rule>>
52 void SetRules(RulesT&& value) { m_rulesHasBeenSet =
true; m_rules = std::forward<RulesT>(value); }
53 template<
typename RulesT = Aws::Vector<Rule>>
55 template<
typename RulesT = Rule>
108 bool m_rulesHasBeenSet =
false;
111 bool m_ruleDefinitionTypeHasBeenSet =
false;
114 bool m_attributeMatchingModelHasBeenSet =
false;
117 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