AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
IdMappingTechniques.h
1
6#pragma once
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>
11#include <utility>
12
13namespace Aws
14{
15namespace Utils
16{
17namespace Json
18{
19 class JsonValue;
20 class JsonView;
21} // namespace Json
22} // namespace Utils
23namespace EntityResolution
24{
25namespace Model
26{
27
35 {
36 public:
37 AWS_ENTITYRESOLUTION_API IdMappingTechniques() = default;
38 AWS_ENTITYRESOLUTION_API IdMappingTechniques(Aws::Utils::Json::JsonView jsonValue);
39 AWS_ENTITYRESOLUTION_API IdMappingTechniques& operator=(Aws::Utils::Json::JsonView jsonValue);
40 AWS_ENTITYRESOLUTION_API Aws::Utils::Json::JsonValue Jsonize() const;
41
42
44
47 inline IdMappingType GetIdMappingType() const { return m_idMappingType; }
48 inline bool IdMappingTypeHasBeenSet() const { return m_idMappingTypeHasBeenSet; }
49 inline void SetIdMappingType(IdMappingType value) { m_idMappingTypeHasBeenSet = true; m_idMappingType = value; }
52
54
58 inline const IdMappingRuleBasedProperties& GetRuleBasedProperties() const { return m_ruleBasedProperties; }
59 inline bool RuleBasedPropertiesHasBeenSet() const { return m_ruleBasedPropertiesHasBeenSet; }
60 template<typename RuleBasedPropertiesT = IdMappingRuleBasedProperties>
61 void SetRuleBasedProperties(RuleBasedPropertiesT&& value) { m_ruleBasedPropertiesHasBeenSet = true; m_ruleBasedProperties = std::forward<RuleBasedPropertiesT>(value); }
62 template<typename RuleBasedPropertiesT = IdMappingRuleBasedProperties>
63 IdMappingTechniques& WithRuleBasedProperties(RuleBasedPropertiesT&& value) { SetRuleBasedProperties(std::forward<RuleBasedPropertiesT>(value)); return *this;}
65
67
71 inline const ProviderProperties& GetProviderProperties() const { return m_providerProperties; }
72 inline bool ProviderPropertiesHasBeenSet() const { return m_providerPropertiesHasBeenSet; }
73 template<typename ProviderPropertiesT = ProviderProperties>
74 void SetProviderProperties(ProviderPropertiesT&& value) { m_providerPropertiesHasBeenSet = true; m_providerProperties = std::forward<ProviderPropertiesT>(value); }
75 template<typename ProviderPropertiesT = ProviderProperties>
76 IdMappingTechniques& WithProviderProperties(ProviderPropertiesT&& value) { SetProviderProperties(std::forward<ProviderPropertiesT>(value)); return *this;}
78 private:
79
81 bool m_idMappingTypeHasBeenSet = false;
82
83 IdMappingRuleBasedProperties m_ruleBasedProperties;
84 bool m_ruleBasedPropertiesHasBeenSet = false;
85
86 ProviderProperties m_providerProperties;
87 bool m_providerPropertiesHasBeenSet = false;
88 };
89
90} // namespace Model
91} // namespace EntityResolution
92} // namespace Aws
const IdMappingRuleBasedProperties & GetRuleBasedProperties() const
IdMappingTechniques & WithIdMappingType(IdMappingType value)
IdMappingTechniques & WithRuleBasedProperties(RuleBasedPropertiesT &&value)
void SetProviderProperties(ProviderPropertiesT &&value)
AWS_ENTITYRESOLUTION_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_ENTITYRESOLUTION_API IdMappingTechniques & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetRuleBasedProperties(RuleBasedPropertiesT &&value)
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