AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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/ProviderProperties.h>
10#include <aws/entityresolution/model/IdMappingRuleBasedProperties.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();
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 const IdMappingType& GetIdMappingType() const{ return m_idMappingType; }
48 inline bool IdMappingTypeHasBeenSet() const { return m_idMappingTypeHasBeenSet; }
49 inline void SetIdMappingType(const IdMappingType& value) { m_idMappingTypeHasBeenSet = true; m_idMappingType = value; }
50 inline void SetIdMappingType(IdMappingType&& value) { m_idMappingTypeHasBeenSet = true; m_idMappingType = std::move(value); }
51 inline IdMappingTechniques& WithIdMappingType(const IdMappingType& value) { SetIdMappingType(value); return *this;}
52 inline IdMappingTechniques& WithIdMappingType(IdMappingType&& value) { SetIdMappingType(std::move(value)); return *this;}
54
56
60 inline const ProviderProperties& GetProviderProperties() const{ return m_providerProperties; }
61 inline bool ProviderPropertiesHasBeenSet() const { return m_providerPropertiesHasBeenSet; }
62 inline void SetProviderProperties(const ProviderProperties& value) { m_providerPropertiesHasBeenSet = true; m_providerProperties = value; }
63 inline void SetProviderProperties(ProviderProperties&& value) { m_providerPropertiesHasBeenSet = true; m_providerProperties = std::move(value); }
65 inline IdMappingTechniques& WithProviderProperties(ProviderProperties&& value) { SetProviderProperties(std::move(value)); return *this;}
67
69
73 inline const IdMappingRuleBasedProperties& GetRuleBasedProperties() const{ return m_ruleBasedProperties; }
74 inline bool RuleBasedPropertiesHasBeenSet() const { return m_ruleBasedPropertiesHasBeenSet; }
75 inline void SetRuleBasedProperties(const IdMappingRuleBasedProperties& value) { m_ruleBasedPropertiesHasBeenSet = true; m_ruleBasedProperties = value; }
76 inline void SetRuleBasedProperties(IdMappingRuleBasedProperties&& value) { m_ruleBasedPropertiesHasBeenSet = true; m_ruleBasedProperties = std::move(value); }
80 private:
81
82 IdMappingType m_idMappingType;
83 bool m_idMappingTypeHasBeenSet = false;
84
85 ProviderProperties m_providerProperties;
86 bool m_providerPropertiesHasBeenSet = false;
87
88 IdMappingRuleBasedProperties m_ruleBasedProperties;
89 bool m_ruleBasedPropertiesHasBeenSet = false;
90 };
91
92} // namespace Model
93} // namespace EntityResolution
94} // namespace Aws
IdMappingTechniques & WithIdMappingType(const IdMappingType &value)
const IdMappingRuleBasedProperties & GetRuleBasedProperties() const
IdMappingTechniques & WithProviderProperties(ProviderProperties &&value)
IdMappingTechniques & WithRuleBasedProperties(const IdMappingRuleBasedProperties &value)
IdMappingTechniques & WithRuleBasedProperties(IdMappingRuleBasedProperties &&value)
void SetRuleBasedProperties(const IdMappingRuleBasedProperties &value)
void SetProviderProperties(ProviderProperties &&value)
void SetRuleBasedProperties(IdMappingRuleBasedProperties &&value)
void SetProviderProperties(const ProviderProperties &value)
AWS_ENTITYRESOLUTION_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_ENTITYRESOLUTION_API IdMappingTechniques & operator=(Aws::Utils::Json::JsonView jsonValue)
IdMappingTechniques & WithIdMappingType(IdMappingType &&value)
IdMappingTechniques & WithProviderProperties(const ProviderProperties &value)
AWS_ENTITYRESOLUTION_API IdMappingTechniques(Aws::Utils::Json::JsonView jsonValue)
const ProviderProperties & GetProviderProperties() const
Aws::Utils::Json::JsonValue JsonValue