7#include <aws/entityresolution/EntityResolution_EXPORTS.h>
8#include <aws/entityresolution/model/AttributeMatchingModel.h>
9#include <aws/entityresolution/model/MatchPurpose.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/entityresolution/model/Rule.h>
24namespace EntityResolution
100 bool m_attributeMatchingModelHasBeenSet =
false;
103 bool m_matchPurposeHasBeenSet =
false;
106 bool m_rulesHasBeenSet =
false;
RuleBasedProperties & WithAttributeMatchingModel(AttributeMatchingModel &&value)
bool MatchPurposeHasBeenSet() const
void SetMatchPurpose(MatchPurpose &&value)
RuleBasedProperties & WithRules(const Aws::Vector< Rule > &value)
RuleBasedProperties & AddRules(Rule &&value)
bool RulesHasBeenSet() const
RuleBasedProperties & WithMatchPurpose(MatchPurpose &&value)
RuleBasedProperties & WithRules(Aws::Vector< Rule > &&value)
bool AttributeMatchingModelHasBeenSet() const
RuleBasedProperties & WithMatchPurpose(const MatchPurpose &value)
const Aws::Vector< Rule > & GetRules() const
AWS_ENTITYRESOLUTION_API RuleBasedProperties & operator=(Aws::Utils::Json::JsonView jsonValue)
const AttributeMatchingModel & GetAttributeMatchingModel() const
void SetMatchPurpose(const MatchPurpose &value)
void SetAttributeMatchingModel(AttributeMatchingModel &&value)
void SetRules(const Aws::Vector< Rule > &value)
const MatchPurpose & GetMatchPurpose() const
RuleBasedProperties & AddRules(const Rule &value)
AWS_ENTITYRESOLUTION_API RuleBasedProperties()
RuleBasedProperties & WithAttributeMatchingModel(const AttributeMatchingModel &value)
AWS_ENTITYRESOLUTION_API Aws::Utils::Json::JsonValue Jsonize() const
void SetAttributeMatchingModel(const AttributeMatchingModel &value)
AWS_ENTITYRESOLUTION_API RuleBasedProperties(Aws::Utils::Json::JsonView jsonValue)
void SetRules(Aws::Vector< Rule > &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue