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/MatchPurpose.h>
11#include <aws/entityresolution/model/Rule.h>
22namespace 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));
81 m_attributeMatchingModelHasBeenSet =
true;
82 m_attributeMatchingModel = value;
100 m_matchPurposeHasBeenSet =
true;
101 m_matchPurpose = value;
114 bool m_rulesHasBeenSet =
false;
115 bool m_attributeMatchingModelHasBeenSet =
false;
116 bool m_matchPurposeHasBeenSet =
false;
bool MatchPurposeHasBeenSet() const
AWS_ENTITYRESOLUTION_API RuleBasedProperties()=default
bool RulesHasBeenSet() const
RuleBasedProperties & WithMatchPurpose(MatchPurpose value)
bool AttributeMatchingModelHasBeenSet() const
RuleBasedProperties & WithRules(RulesT &&value)
const Aws::Vector< Rule > & GetRules() const
AWS_ENTITYRESOLUTION_API RuleBasedProperties & operator=(Aws::Utils::Json::JsonView jsonValue)
RuleBasedProperties & WithAttributeMatchingModel(AttributeMatchingModel value)
RuleBasedProperties & AddRules(RulesT &&value)
void SetAttributeMatchingModel(AttributeMatchingModel value)
AttributeMatchingModel GetAttributeMatchingModel() const
void SetRules(RulesT &&value)
void SetMatchPurpose(MatchPurpose value)
AWS_ENTITYRESOLUTION_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_ENTITYRESOLUTION_API RuleBasedProperties(Aws::Utils::Json::JsonView jsonValue)
MatchPurpose GetMatchPurpose() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue