7#include <aws/entityresolution/EntityResolution_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/entityresolution/model/RuleCondition.h>
22namespace EntityResolution
49 template<
typename RulesT = Aws::Vector<RuleCondition>>
50 void SetRules(RulesT&& value) { m_rulesHasBeenSet =
true; m_rules = std::forward<RulesT>(value); }
51 template<
typename RulesT = Aws::Vector<RuleCondition>>
53 template<
typename RulesT = RuleCondition>
59 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