7#include <aws/entityresolution/EntityResolution_EXPORTS.h>
8#include <aws/entityresolution/model/IdMappingType.h>
9#include <aws/entityresolution/model/IdMappingRuleBasedProperties.h>
10#include <aws/entityresolution/model/ProviderProperties.h>
23namespace EntityResolution
60 template<
typename RuleBasedPropertiesT = IdMappingRuleBasedProperties>
61 void SetRuleBasedProperties(RuleBasedPropertiesT&& value) { m_ruleBasedPropertiesHasBeenSet =
true; m_ruleBasedProperties = std::forward<RuleBasedPropertiesT>(value); }
62 template<
typename RuleBasedPropertiesT = IdMappingRuleBasedProperties>
73 template<
typename Prov
iderPropertiesT = Prov
iderProperties>
74 void SetProviderProperties(ProviderPropertiesT&& value) { m_providerPropertiesHasBeenSet =
true; m_providerProperties = std::forward<ProviderPropertiesT>(value); }
75 template<
typename Prov
iderPropertiesT = Prov
iderProperties>
81 bool m_idMappingTypeHasBeenSet =
false;
83 IdMappingRuleBasedProperties m_ruleBasedProperties;
84 bool m_ruleBasedPropertiesHasBeenSet =
false;
86 ProviderProperties m_providerProperties;
87 bool m_providerPropertiesHasBeenSet =
false;
const IdMappingRuleBasedProperties & GetRuleBasedProperties() const
IdMappingTechniques & WithIdMappingType(IdMappingType value)
IdMappingType GetIdMappingType() const
IdMappingTechniques & WithRuleBasedProperties(RuleBasedPropertiesT &&value)
void SetProviderProperties(ProviderPropertiesT &&value)
AWS_ENTITYRESOLUTION_API Aws::Utils::Json::JsonValue Jsonize() const
bool ProviderPropertiesHasBeenSet() const
bool RuleBasedPropertiesHasBeenSet() const
AWS_ENTITYRESOLUTION_API IdMappingTechniques & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetIdMappingType(IdMappingType value)
void SetRuleBasedProperties(RuleBasedPropertiesT &&value)
bool IdMappingTypeHasBeenSet() const
AWS_ENTITYRESOLUTION_API IdMappingTechniques(Aws::Utils::Json::JsonView jsonValue)
AWS_ENTITYRESOLUTION_API IdMappingTechniques()=default
const ProviderProperties & GetProviderProperties() const
IdMappingTechniques & WithProviderProperties(ProviderPropertiesT &&value)
Aws::Utils::Json::JsonValue JsonValue