7#include <aws/entityresolution/EntityResolution_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/entityresolution/model/AttributeMatchingModel.h>
10#include <aws/entityresolution/model/Rule.h>
11#include <aws/entityresolution/model/IdMappingWorkflowRuleDefinitionType.h>
12#include <aws/entityresolution/model/RecordMatchingModel.h>
25namespace EntityResolution
52 template<
typename RulesT = Aws::Vector<Rule>>
53 void SetRules(RulesT&& value) { m_rulesHasBeenSet =
true; m_rules = std::forward<RulesT>(value); }
54 template<
typename RulesT = Aws::Vector<Rule>>
56 template<
typename RulesT = Rule>
67 template<
typename RuleDefinitionTypesT = Aws::Vector<IdMappingWorkflowRuleDefinitionType>>
68 void SetRuleDefinitionTypes(RuleDefinitionTypesT&& value) { m_ruleDefinitionTypesHasBeenSet =
true; m_ruleDefinitionTypes = std::forward<RuleDefinitionTypesT>(value); }
69 template<
typename RuleDefinitionTypesT = Aws::Vector<IdMappingWorkflowRuleDefinitionType>>
105 template<
typename RecordMatchingModelsT = Aws::Vector<RecordMatchingModel>>
106 void SetRecordMatchingModels(RecordMatchingModelsT&& value) { m_recordMatchingModelsHasBeenSet =
true; m_recordMatchingModels = std::forward<RecordMatchingModelsT>(value); }
107 template<
typename RecordMatchingModelsT = Aws::Vector<RecordMatchingModel>>
114 bool m_rulesHasBeenSet =
false;
117 bool m_ruleDefinitionTypesHasBeenSet =
false;
120 bool m_attributeMatchingModelHasBeenSet =
false;
123 bool m_recordMatchingModelsHasBeenSet =
false;
NamespaceRuleBasedProperties & AddRecordMatchingModels(RecordMatchingModel value)
AWS_ENTITYRESOLUTION_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Vector< IdMappingWorkflowRuleDefinitionType > & GetRuleDefinitionTypes() const
bool AttributeMatchingModelHasBeenSet() const
NamespaceRuleBasedProperties & WithRecordMatchingModels(RecordMatchingModelsT &&value)
void SetRuleDefinitionTypes(RuleDefinitionTypesT &&value)
NamespaceRuleBasedProperties & AddRuleDefinitionTypes(IdMappingWorkflowRuleDefinitionType value)
const Aws::Vector< RecordMatchingModel > & GetRecordMatchingModels() const
void SetRules(RulesT &&value)
AWS_ENTITYRESOLUTION_API NamespaceRuleBasedProperties(Aws::Utils::Json::JsonView jsonValue)
bool RulesHasBeenSet() const
NamespaceRuleBasedProperties & AddRules(RulesT &&value)
NamespaceRuleBasedProperties & WithRules(RulesT &&value)
AWS_ENTITYRESOLUTION_API NamespaceRuleBasedProperties()=default
bool RuleDefinitionTypesHasBeenSet() const
bool RecordMatchingModelsHasBeenSet() const
AttributeMatchingModel GetAttributeMatchingModel() const
AWS_ENTITYRESOLUTION_API NamespaceRuleBasedProperties & operator=(Aws::Utils::Json::JsonView jsonValue)
NamespaceRuleBasedProperties & WithRuleDefinitionTypes(RuleDefinitionTypesT &&value)
void SetAttributeMatchingModel(AttributeMatchingModel value)
const Aws::Vector< Rule > & GetRules() const
NamespaceRuleBasedProperties & WithAttributeMatchingModel(AttributeMatchingModel value)
void SetRecordMatchingModels(RecordMatchingModelsT &&value)
IdMappingWorkflowRuleDefinitionType
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue