7#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
22namespace CustomerProfiles
64 inline MatchingRule&
AddRule(
const char* value) { m_ruleHasBeenSet =
true; m_rule.push_back(value);
return *
this; }
69 bool m_ruleHasBeenSet =
false;
AWS_CUSTOMERPROFILES_API MatchingRule(Aws::Utils::Json::JsonView jsonValue)
void SetRule(const Aws::Vector< Aws::String > &value)
MatchingRule & WithRule(Aws::Vector< Aws::String > &&value)
MatchingRule & AddRule(const Aws::String &value)
const Aws::Vector< Aws::String > & GetRule() const
MatchingRule & WithRule(const Aws::Vector< Aws::String > &value)
AWS_CUSTOMERPROFILES_API Aws::Utils::Json::JsonValue Jsonize() const
bool RuleHasBeenSet() const
AWS_CUSTOMERPROFILES_API MatchingRule()
MatchingRule & AddRule(Aws::String &&value)
MatchingRule & AddRule(const char *value)
void SetRule(Aws::Vector< Aws::String > &&value)
AWS_CUSTOMERPROFILES_API MatchingRule & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue