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; }
64 template<
typename MatchingRulesT = Aws::Vector<MatchingRule>>
65 void SetMatchingRules(MatchingRulesT&& value) { m_matchingRulesHasBeenSet =
true; m_matchingRules = std::forward<MatchingRulesT>(value); }
66 template<
typename MatchingRulesT = Aws::Vector<MatchingRule>>
68 template<
typename MatchingRulesT = MatchingRule>
119 template<
typename AttributeTypesSelectorT = AttributeTypesSelector>
120 void SetAttributeTypesSelector(AttributeTypesSelectorT&& value) { m_attributeTypesSelectorHasBeenSet =
true; m_attributeTypesSelector = std::forward<AttributeTypesSelectorT>(value); }
121 template<
typename AttributeTypesSelectorT = AttributeTypesSelector>
129 template<
typename ConflictResolutionT = ConflictResolution>
130 void SetConflictResolution(ConflictResolutionT&& value) { m_conflictResolutionHasBeenSet =
true; m_conflictResolution = std::forward<ConflictResolutionT>(value); }
131 template<
typename ConflictResolutionT = ConflictResolution>
139 template<
typename ExportingConfigT = ExportingConfig>
140 void SetExportingConfig(ExportingConfigT&& value) { m_exportingConfigHasBeenSet =
true; m_exportingConfig = std::forward<ExportingConfigT>(value); }
141 template<
typename ExportingConfigT = ExportingConfig>
146 bool m_enabled{
false};
147 bool m_enabledHasBeenSet =
false;
150 bool m_matchingRulesHasBeenSet =
false;
153 bool m_statusHasBeenSet =
false;
155 int m_maxAllowedRuleLevelForMerging{0};
156 bool m_maxAllowedRuleLevelForMergingHasBeenSet =
false;
158 int m_maxAllowedRuleLevelForMatching{0};
159 bool m_maxAllowedRuleLevelForMatchingHasBeenSet =
false;
161 AttributeTypesSelector m_attributeTypesSelector;
162 bool m_attributeTypesSelectorHasBeenSet =
false;
164 ConflictResolution m_conflictResolution;
165 bool m_conflictResolutionHasBeenSet =
false;
167 ExportingConfig m_exportingConfig;
168 bool m_exportingConfigHasBeenSet =
false;
void SetMatchingRules(MatchingRulesT &&value)
RuleBasedMatchingResponse & WithConflictResolution(ConflictResolutionT &&value)
RuleBasedMatchingResponse & WithStatus(RuleBasedMatchingStatus value)
bool StatusHasBeenSet() const
const AttributeTypesSelector & GetAttributeTypesSelector() const
AWS_CUSTOMERPROFILES_API Aws::Utils::Json::JsonValue Jsonize() const
bool AttributeTypesSelectorHasBeenSet() const
bool ExportingConfigHasBeenSet() const
bool MatchingRulesHasBeenSet() const
RuleBasedMatchingResponse & WithEnabled(bool value)
const Aws::Vector< MatchingRule > & GetMatchingRules() const
AWS_CUSTOMERPROFILES_API RuleBasedMatchingResponse()=default
RuleBasedMatchingResponse & WithMaxAllowedRuleLevelForMatching(int value)
RuleBasedMatchingResponse & WithMatchingRules(MatchingRulesT &&value)
int GetMaxAllowedRuleLevelForMatching() const
bool EnabledHasBeenSet() const
const ExportingConfig & GetExportingConfig() const
AWS_CUSTOMERPROFILES_API RuleBasedMatchingResponse & operator=(Aws::Utils::Json::JsonView jsonValue)
RuleBasedMatchingResponse & WithAttributeTypesSelector(AttributeTypesSelectorT &&value)
void SetMaxAllowedRuleLevelForMerging(int value)
void SetConflictResolution(ConflictResolutionT &&value)
AWS_CUSTOMERPROFILES_API RuleBasedMatchingResponse(Aws::Utils::Json::JsonView jsonValue)
const ConflictResolution & GetConflictResolution() const
void SetMaxAllowedRuleLevelForMatching(int value)
void SetStatus(RuleBasedMatchingStatus value)
RuleBasedMatchingResponse & WithMaxAllowedRuleLevelForMerging(int value)
bool ConflictResolutionHasBeenSet() const
RuleBasedMatchingStatus GetStatus() const
bool MaxAllowedRuleLevelForMatchingHasBeenSet() const
int GetMaxAllowedRuleLevelForMerging() const
bool MaxAllowedRuleLevelForMergingHasBeenSet() const
RuleBasedMatchingResponse & WithExportingConfig(ExportingConfigT &&value)
void SetExportingConfig(ExportingConfigT &&value)
void SetEnabled(bool value)
RuleBasedMatchingResponse & AddMatchingRules(MatchingRulesT &&value)
void SetAttributeTypesSelector(AttributeTypesSelectorT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue