7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
20namespace CustomerProfiles {
52 template <
typename RuleT = Aws::Vector<Aws::String>>
54 m_ruleHasBeenSet =
true;
55 m_rule = std::forward<RuleT>(value);
57 template <
typename RuleT = Aws::Vector<Aws::String>>
59 SetRule(std::forward<RuleT>(value));
62 template <
typename RuleT = Aws::String>
64 m_ruleHasBeenSet =
true;
65 m_rule.emplace_back(std::forward<RuleT>(value));
71 bool m_ruleHasBeenSet =
false;
MatchingRule & WithRule(RuleT &&value)
AWS_CUSTOMERPROFILES_API MatchingRule(Aws::Utils::Json::JsonView jsonValue)
AWS_CUSTOMERPROFILES_API MatchingRule()=default
const Aws::Vector< Aws::String > & GetRule() const
void SetRule(RuleT &&value)
AWS_CUSTOMERPROFILES_API Aws::Utils::Json::JsonValue Jsonize() const
bool RuleHasBeenSet() const
MatchingRule & AddRule(RuleT &&value)
AWS_CUSTOMERPROFILES_API MatchingRule & operator=(Aws::Utils::Json::JsonView jsonValue)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue