7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/entityresolution/EntityResolution_EXPORTS.h>
9#include <aws/entityresolution/model/RuleCondition.h>
20namespace EntityResolution {
43 template <
typename RulesT = Aws::Vector<RuleCondition>>
45 m_rulesHasBeenSet =
true;
46 m_rules = std::forward<RulesT>(value);
48 template <
typename RulesT = Aws::Vector<RuleCondition>>
50 SetRules(std::forward<RulesT>(value));
53 template <
typename RulesT = RuleCondition>
55 m_rulesHasBeenSet =
true;
56 m_rules.emplace_back(std::forward<RulesT>(value));
62 bool m_rulesHasBeenSet =
false;
RuleConditionProperties & AddRules(RulesT &&value)
const Aws::Vector< RuleCondition > & GetRules() const
AWS_ENTITYRESOLUTION_API RuleConditionProperties()=default
AWS_ENTITYRESOLUTION_API RuleConditionProperties(Aws::Utils::Json::JsonView jsonValue)
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)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue