AWS SDK for C++

AWS SDK for C++ Version 1.11.644

Loading...
Searching...
No Matches
ResolutionTechniques.h
1
6#pragma once
7#include <aws/entityresolution/EntityResolution_EXPORTS.h>
8#include <aws/entityresolution/model/ResolutionType.h>
9#include <aws/entityresolution/model/RuleBasedProperties.h>
10#include <aws/entityresolution/model/RuleConditionProperties.h>
11#include <aws/entityresolution/model/ProviderProperties.h>
12#include <utility>
13
14namespace Aws
15{
16namespace Utils
17{
18namespace Json
19{
20 class JsonValue;
21 class JsonView;
22} // namespace Json
23} // namespace Utils
24namespace EntityResolution
25{
26namespace Model
27{
28
36 {
37 public:
38 AWS_ENTITYRESOLUTION_API ResolutionTechniques() = default;
39 AWS_ENTITYRESOLUTION_API ResolutionTechniques(Aws::Utils::Json::JsonView jsonValue);
40 AWS_ENTITYRESOLUTION_API ResolutionTechniques& operator=(Aws::Utils::Json::JsonView jsonValue);
41 AWS_ENTITYRESOLUTION_API Aws::Utils::Json::JsonValue Jsonize() const;
42
43
45
50 inline ResolutionType GetResolutionType() const { return m_resolutionType; }
51 inline bool ResolutionTypeHasBeenSet() const { return m_resolutionTypeHasBeenSet; }
52 inline void SetResolutionType(ResolutionType value) { m_resolutionTypeHasBeenSet = true; m_resolutionType = value; }
55
57
61 inline const RuleBasedProperties& GetRuleBasedProperties() const { return m_ruleBasedProperties; }
62 inline bool RuleBasedPropertiesHasBeenSet() const { return m_ruleBasedPropertiesHasBeenSet; }
63 template<typename RuleBasedPropertiesT = RuleBasedProperties>
64 void SetRuleBasedProperties(RuleBasedPropertiesT&& value) { m_ruleBasedPropertiesHasBeenSet = true; m_ruleBasedProperties = std::forward<RuleBasedPropertiesT>(value); }
65 template<typename RuleBasedPropertiesT = RuleBasedProperties>
66 ResolutionTechniques& WithRuleBasedProperties(RuleBasedPropertiesT&& value) { SetRuleBasedProperties(std::forward<RuleBasedPropertiesT>(value)); return *this;}
68
70
73 inline const RuleConditionProperties& GetRuleConditionProperties() const { return m_ruleConditionProperties; }
74 inline bool RuleConditionPropertiesHasBeenSet() const { return m_ruleConditionPropertiesHasBeenSet; }
75 template<typename RuleConditionPropertiesT = RuleConditionProperties>
76 void SetRuleConditionProperties(RuleConditionPropertiesT&& value) { m_ruleConditionPropertiesHasBeenSet = true; m_ruleConditionProperties = std::forward<RuleConditionPropertiesT>(value); }
77 template<typename RuleConditionPropertiesT = RuleConditionProperties>
78 ResolutionTechniques& WithRuleConditionProperties(RuleConditionPropertiesT&& value) { SetRuleConditionProperties(std::forward<RuleConditionPropertiesT>(value)); return *this;}
80
82
85 inline const ProviderProperties& GetProviderProperties() const { return m_providerProperties; }
86 inline bool ProviderPropertiesHasBeenSet() const { return m_providerPropertiesHasBeenSet; }
87 template<typename ProviderPropertiesT = ProviderProperties>
88 void SetProviderProperties(ProviderPropertiesT&& value) { m_providerPropertiesHasBeenSet = true; m_providerProperties = std::forward<ProviderPropertiesT>(value); }
89 template<typename ProviderPropertiesT = ProviderProperties>
90 ResolutionTechniques& WithProviderProperties(ProviderPropertiesT&& value) { SetProviderProperties(std::forward<ProviderPropertiesT>(value)); return *this;}
92 private:
93
95 bool m_resolutionTypeHasBeenSet = false;
96
97 RuleBasedProperties m_ruleBasedProperties;
98 bool m_ruleBasedPropertiesHasBeenSet = false;
99
100 RuleConditionProperties m_ruleConditionProperties;
101 bool m_ruleConditionPropertiesHasBeenSet = false;
102
103 ProviderProperties m_providerProperties;
104 bool m_providerPropertiesHasBeenSet = false;
105 };
106
107} // namespace Model
108} // namespace EntityResolution
109} // namespace Aws
AWS_ENTITYRESOLUTION_API Aws::Utils::Json::JsonValue Jsonize() const
const RuleConditionProperties & GetRuleConditionProperties() const
void SetProviderProperties(ProviderPropertiesT &&value)
void SetRuleBasedProperties(RuleBasedPropertiesT &&value)
ResolutionTechniques & WithRuleConditionProperties(RuleConditionPropertiesT &&value)
const ProviderProperties & GetProviderProperties() const
ResolutionTechniques & WithRuleBasedProperties(RuleBasedPropertiesT &&value)
const RuleBasedProperties & GetRuleBasedProperties() const
ResolutionTechniques & WithResolutionType(ResolutionType value)
ResolutionTechniques & WithProviderProperties(ProviderPropertiesT &&value)
void SetRuleConditionProperties(RuleConditionPropertiesT &&value)
AWS_ENTITYRESOLUTION_API ResolutionTechniques & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_ENTITYRESOLUTION_API ResolutionTechniques(Aws::Utils::Json::JsonView jsonValue)
AWS_ENTITYRESOLUTION_API ResolutionTechniques()=default
Aws::Utils::Json::JsonValue JsonValue