7#include <aws/entityresolution/EntityResolution_EXPORTS.h>
8#include <aws/entityresolution/model/AttributeMatchingModel.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/entityresolution/model/RecordMatchingModel.h>
11#include <aws/entityresolution/model/IdMappingWorkflowRuleDefinitionType.h>
12#include <aws/entityresolution/model/Rule.h>
25namespace EntityResolution
118 bool m_attributeMatchingModelHasBeenSet =
false;
121 bool m_recordMatchingModelsHasBeenSet =
false;
124 bool m_ruleDefinitionTypesHasBeenSet =
false;
127 bool m_rulesHasBeenSet =
false;
AWS_ENTITYRESOLUTION_API Aws::Utils::Json::JsonValue Jsonize() const
NamespaceRuleBasedProperties & AddRuleDefinitionTypes(IdMappingWorkflowRuleDefinitionType &&value)
const Aws::Vector< IdMappingWorkflowRuleDefinitionType > & GetRuleDefinitionTypes() const
NamespaceRuleBasedProperties & AddRecordMatchingModels(const RecordMatchingModel &value)
bool AttributeMatchingModelHasBeenSet() const
void SetRules(const Aws::Vector< Rule > &value)
NamespaceRuleBasedProperties & WithRuleDefinitionTypes(const Aws::Vector< IdMappingWorkflowRuleDefinitionType > &value)
const Aws::Vector< RecordMatchingModel > & GetRecordMatchingModels() const
AWS_ENTITYRESOLUTION_API NamespaceRuleBasedProperties()
NamespaceRuleBasedProperties & WithAttributeMatchingModel(const AttributeMatchingModel &value)
NamespaceRuleBasedProperties & WithRecordMatchingModels(const Aws::Vector< RecordMatchingModel > &value)
AWS_ENTITYRESOLUTION_API NamespaceRuleBasedProperties(Aws::Utils::Json::JsonView jsonValue)
bool RulesHasBeenSet() const
NamespaceRuleBasedProperties & AddRecordMatchingModels(RecordMatchingModel &&value)
NamespaceRuleBasedProperties & WithRecordMatchingModels(Aws::Vector< RecordMatchingModel > &&value)
NamespaceRuleBasedProperties & WithRules(Aws::Vector< Rule > &&value)
bool RuleDefinitionTypesHasBeenSet() const
NamespaceRuleBasedProperties & AddRules(Rule &&value)
NamespaceRuleBasedProperties & WithRules(const Aws::Vector< Rule > &value)
bool RecordMatchingModelsHasBeenSet() const
void SetAttributeMatchingModel(const AttributeMatchingModel &value)
AWS_ENTITYRESOLUTION_API NamespaceRuleBasedProperties & operator=(Aws::Utils::Json::JsonView jsonValue)
NamespaceRuleBasedProperties & WithAttributeMatchingModel(AttributeMatchingModel &&value)
void SetRecordMatchingModels(const Aws::Vector< RecordMatchingModel > &value)
void SetRuleDefinitionTypes(Aws::Vector< IdMappingWorkflowRuleDefinitionType > &&value)
void SetAttributeMatchingModel(AttributeMatchingModel &&value)
const AttributeMatchingModel & GetAttributeMatchingModel() const
const Aws::Vector< Rule > & GetRules() const
NamespaceRuleBasedProperties & AddRuleDefinitionTypes(const IdMappingWorkflowRuleDefinitionType &value)
void SetRecordMatchingModels(Aws::Vector< RecordMatchingModel > &&value)
void SetRules(Aws::Vector< Rule > &&value)
void SetRuleDefinitionTypes(const Aws::Vector< IdMappingWorkflowRuleDefinitionType > &value)
NamespaceRuleBasedProperties & WithRuleDefinitionTypes(Aws::Vector< IdMappingWorkflowRuleDefinitionType > &&value)
NamespaceRuleBasedProperties & AddRules(const Rule &value)
IdMappingWorkflowRuleDefinitionType
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue