7#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/customer-profiles/model/RuleBasedMatchingStatus.h>
10#include <aws/customer-profiles/model/AttributeTypesSelector.h>
11#include <aws/customer-profiles/model/ConflictResolution.h>
12#include <aws/customer-profiles/model/ExportingConfig.h>
13#include <aws/customer-profiles/model/MatchingRule.h>
26namespace CustomerProfiles
53 inline void SetEnabled(
bool value) { m_enabledHasBeenSet =
true; m_enabled = value; }
149 bool m_enabledHasBeenSet =
false;
152 bool m_matchingRulesHasBeenSet =
false;
155 bool m_statusHasBeenSet =
false;
157 int m_maxAllowedRuleLevelForMerging;
158 bool m_maxAllowedRuleLevelForMergingHasBeenSet =
false;
160 int m_maxAllowedRuleLevelForMatching;
161 bool m_maxAllowedRuleLevelForMatchingHasBeenSet =
false;
164 bool m_attributeTypesSelectorHasBeenSet =
false;
167 bool m_conflictResolutionHasBeenSet =
false;
170 bool m_exportingConfigHasBeenSet =
false;
RuleBasedMatchingResponse & AddMatchingRules(const MatchingRule &value)
const RuleBasedMatchingStatus & GetStatus() const
void SetStatus(RuleBasedMatchingStatus &&value)
AWS_CUSTOMERPROFILES_API RuleBasedMatchingResponse()
void SetConflictResolution(const ConflictResolution &value)
void SetStatus(const RuleBasedMatchingStatus &value)
RuleBasedMatchingResponse & WithStatus(RuleBasedMatchingStatus &&value)
void SetAttributeTypesSelector(AttributeTypesSelector &&value)
void SetExportingConfig(const ExportingConfig &value)
void SetMatchingRules(const Aws::Vector< MatchingRule > &value)
void SetExportingConfig(ExportingConfig &&value)
bool StatusHasBeenSet() const
void SetMatchingRules(Aws::Vector< MatchingRule > &&value)
const AttributeTypesSelector & GetAttributeTypesSelector() const
AWS_CUSTOMERPROFILES_API Aws::Utils::Json::JsonValue Jsonize() const
bool AttributeTypesSelectorHasBeenSet() const
bool ExportingConfigHasBeenSet() const
bool MatchingRulesHasBeenSet() const
RuleBasedMatchingResponse & WithExportingConfig(const ExportingConfig &value)
RuleBasedMatchingResponse & WithEnabled(bool value)
RuleBasedMatchingResponse & WithExportingConfig(ExportingConfig &&value)
RuleBasedMatchingResponse & AddMatchingRules(MatchingRule &&value)
const Aws::Vector< MatchingRule > & GetMatchingRules() const
RuleBasedMatchingResponse & WithMatchingRules(const Aws::Vector< MatchingRule > &value)
RuleBasedMatchingResponse & WithMaxAllowedRuleLevelForMatching(int value)
int GetMaxAllowedRuleLevelForMatching() const
RuleBasedMatchingResponse & WithAttributeTypesSelector(AttributeTypesSelector &&value)
bool EnabledHasBeenSet() const
RuleBasedMatchingResponse & WithAttributeTypesSelector(const AttributeTypesSelector &value)
const ExportingConfig & GetExportingConfig() const
AWS_CUSTOMERPROFILES_API RuleBasedMatchingResponse & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetMaxAllowedRuleLevelForMerging(int value)
AWS_CUSTOMERPROFILES_API RuleBasedMatchingResponse(Aws::Utils::Json::JsonView jsonValue)
const ConflictResolution & GetConflictResolution() const
void SetMaxAllowedRuleLevelForMatching(int value)
RuleBasedMatchingResponse & WithMaxAllowedRuleLevelForMerging(int value)
RuleBasedMatchingResponse & WithConflictResolution(const ConflictResolution &value)
void SetConflictResolution(ConflictResolution &&value)
void SetAttributeTypesSelector(const AttributeTypesSelector &value)
bool ConflictResolutionHasBeenSet() const
bool MaxAllowedRuleLevelForMatchingHasBeenSet() const
RuleBasedMatchingResponse & WithMatchingRules(Aws::Vector< MatchingRule > &&value)
RuleBasedMatchingResponse & WithConflictResolution(ConflictResolution &&value)
int GetMaxAllowedRuleLevelForMerging() const
bool MaxAllowedRuleLevelForMergingHasBeenSet() const
RuleBasedMatchingResponse & WithStatus(const RuleBasedMatchingStatus &value)
void SetEnabled(bool value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue