7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/entityresolution/EntityResolution_EXPORTS.h>
9#include <aws/entityresolution/model/MatchingConfig.h>
10#include <aws/entityresolution/model/RuleCondition.h>
21namespace EntityResolution {
44 template <
typename RulesT = Aws::Vector<RuleCondition>>
46 m_rulesHasBeenSet =
true;
47 m_rules = std::forward<RulesT>(value);
49 template <
typename RulesT = Aws::Vector<RuleCondition>>
51 SetRules(std::forward<RulesT>(value));
54 template <
typename RulesT = RuleCondition>
56 m_rulesHasBeenSet =
true;
57 m_rules.emplace_back(std::forward<RulesT>(value));
68 template <
typename MatchingConfigT = MatchingConfig>
70 m_matchingConfigHasBeenSet =
true;
71 m_matchingConfig = std::forward<MatchingConfigT>(value);
73 template <
typename MatchingConfigT = MatchingConfig>
83 bool m_rulesHasBeenSet =
false;
84 bool m_matchingConfigHasBeenSet =
false;
RuleConditionProperties & AddRules(RulesT &&value)
const Aws::Vector< RuleCondition > & GetRules() const
const MatchingConfig & GetMatchingConfig() const
void SetMatchingConfig(MatchingConfigT &&value)
AWS_ENTITYRESOLUTION_API RuleConditionProperties()=default
AWS_ENTITYRESOLUTION_API RuleConditionProperties(Aws::Utils::Json::JsonView jsonValue)
RuleConditionProperties & WithMatchingConfig(MatchingConfigT &&value)
bool RulesHasBeenSet() const
AWS_ENTITYRESOLUTION_API RuleConditionProperties & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetRules(RulesT &&value)
AWS_ENTITYRESOLUTION_API Aws::Utils::Json::JsonValue Jsonize() const
RuleConditionProperties & WithRules(RulesT &&value)
bool MatchingConfigHasBeenSet() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue