7#include <aws/entityresolution/EntityResolution_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/entityresolution/model/AttributeMatchingModel.h>
10#include <aws/entityresolution/model/MatchPurpose.h>
11#include <aws/entityresolution/model/Rule.h>
24namespace EntityResolution
52 template<
typename RulesT = Aws::Vector<Rule>>
53 void SetRules(RulesT&& value) { m_rulesHasBeenSet =
true; m_rules = std::forward<RulesT>(value); }
54 template<
typename RulesT = Aws::Vector<Rule>>
56 template<
typename RulesT = Rule>
96 bool m_rulesHasBeenSet =
false;
99 bool m_attributeMatchingModelHasBeenSet =
false;
102 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