7#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/customer-profiles/model/AttributeTypesSelector.h>
10#include <aws/customer-profiles/model/ConflictResolution.h>
11#include <aws/customer-profiles/model/ExportingConfig.h>
12#include <aws/customer-profiles/model/MatchingRule.h>
25namespace CustomerProfiles
51 inline void SetEnabled(
bool value) { m_enabledHasBeenSet =
true; m_enabled = value; }
127 bool m_enabledHasBeenSet =
false;
130 bool m_matchingRulesHasBeenSet =
false;
132 int m_maxAllowedRuleLevelForMerging;
133 bool m_maxAllowedRuleLevelForMergingHasBeenSet =
false;
135 int m_maxAllowedRuleLevelForMatching;
136 bool m_maxAllowedRuleLevelForMatchingHasBeenSet =
false;
139 bool m_attributeTypesSelectorHasBeenSet =
false;
142 bool m_conflictResolutionHasBeenSet =
false;
145 bool m_exportingConfigHasBeenSet =
false;
RuleBasedMatchingRequest & WithExportingConfig(const ExportingConfig &value)
bool ConflictResolutionHasBeenSet() const
bool EnabledHasBeenSet() const
const AttributeTypesSelector & GetAttributeTypesSelector() const
RuleBasedMatchingRequest & WithMaxAllowedRuleLevelForMatching(int value)
const ExportingConfig & GetExportingConfig() const
RuleBasedMatchingRequest & WithMaxAllowedRuleLevelForMerging(int value)
RuleBasedMatchingRequest & WithMatchingRules(Aws::Vector< MatchingRule > &&value)
void SetAttributeTypesSelector(const AttributeTypesSelector &value)
bool MatchingRulesHasBeenSet() const
bool MaxAllowedRuleLevelForMatchingHasBeenSet() const
RuleBasedMatchingRequest & WithExportingConfig(ExportingConfig &&value)
bool MaxAllowedRuleLevelForMergingHasBeenSet() const
AWS_CUSTOMERPROFILES_API RuleBasedMatchingRequest & operator=(Aws::Utils::Json::JsonView jsonValue)
RuleBasedMatchingRequest & AddMatchingRules(const MatchingRule &value)
RuleBasedMatchingRequest & WithConflictResolution(const ConflictResolution &value)
RuleBasedMatchingRequest & AddMatchingRules(MatchingRule &&value)
AWS_CUSTOMERPROFILES_API Aws::Utils::Json::JsonValue Jsonize() const
RuleBasedMatchingRequest & WithMatchingRules(const Aws::Vector< MatchingRule > &value)
void SetMatchingRules(Aws::Vector< MatchingRule > &&value)
int GetMaxAllowedRuleLevelForMerging() const
void SetConflictResolution(ConflictResolution &&value)
void SetExportingConfig(const ExportingConfig &value)
int GetMaxAllowedRuleLevelForMatching() const
bool ExportingConfigHasBeenSet() const
void SetMaxAllowedRuleLevelForMatching(int value)
bool AttributeTypesSelectorHasBeenSet() const
AWS_CUSTOMERPROFILES_API RuleBasedMatchingRequest(Aws::Utils::Json::JsonView jsonValue)
RuleBasedMatchingRequest & WithEnabled(bool value)
RuleBasedMatchingRequest & WithAttributeTypesSelector(const AttributeTypesSelector &value)
void SetAttributeTypesSelector(AttributeTypesSelector &&value)
RuleBasedMatchingRequest & WithAttributeTypesSelector(AttributeTypesSelector &&value)
void SetEnabled(bool value)
void SetConflictResolution(const ConflictResolution &value)
void SetMatchingRules(const Aws::Vector< MatchingRule > &value)
const ConflictResolution & GetConflictResolution() const
AWS_CUSTOMERPROFILES_API RuleBasedMatchingRequest()
const Aws::Vector< MatchingRule > & GetMatchingRules() const
void SetMaxAllowedRuleLevelForMerging(int value)
void SetExportingConfig(ExportingConfig &&value)
RuleBasedMatchingRequest & WithConflictResolution(ConflictResolution &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue