AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ProviderIdNameSpaceConfiguration.h
1
6#pragma once
7#include <aws/entityresolution/EntityResolution_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/Document.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace EntityResolution
23{
24namespace Model
25{
26
34 {
35 public:
36 AWS_ENTITYRESOLUTION_API ProviderIdNameSpaceConfiguration();
39 AWS_ENTITYRESOLUTION_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
46 inline const Aws::String& GetDescription() const{ return m_description; }
47 inline bool DescriptionHasBeenSet() const { return m_descriptionHasBeenSet; }
48 inline void SetDescription(const Aws::String& value) { m_descriptionHasBeenSet = true; m_description = value; }
49 inline void SetDescription(Aws::String&& value) { m_descriptionHasBeenSet = true; m_description = std::move(value); }
50 inline void SetDescription(const char* value) { m_descriptionHasBeenSet = true; m_description.assign(value); }
51 inline ProviderIdNameSpaceConfiguration& WithDescription(const Aws::String& value) { SetDescription(value); return *this;}
52 inline ProviderIdNameSpaceConfiguration& WithDescription(Aws::String&& value) { SetDescription(std::move(value)); return *this;}
53 inline ProviderIdNameSpaceConfiguration& WithDescription(const char* value) { SetDescription(value); return *this;}
55
57
60 inline Aws::Utils::DocumentView GetProviderSourceConfigurationDefinition() const{ return m_providerSourceConfigurationDefinition; }
61 inline bool ProviderSourceConfigurationDefinitionHasBeenSet() const { return m_providerSourceConfigurationDefinitionHasBeenSet; }
62 inline void SetProviderSourceConfigurationDefinition(const Aws::Utils::Document& value) { m_providerSourceConfigurationDefinitionHasBeenSet = true; m_providerSourceConfigurationDefinition = value; }
63 inline void SetProviderSourceConfigurationDefinition(Aws::Utils::Document&& value) { m_providerSourceConfigurationDefinitionHasBeenSet = true; m_providerSourceConfigurationDefinition = std::move(value); }
67
69
72 inline Aws::Utils::DocumentView GetProviderTargetConfigurationDefinition() const{ return m_providerTargetConfigurationDefinition; }
73 inline bool ProviderTargetConfigurationDefinitionHasBeenSet() const { return m_providerTargetConfigurationDefinitionHasBeenSet; }
74 inline void SetProviderTargetConfigurationDefinition(const Aws::Utils::Document& value) { m_providerTargetConfigurationDefinitionHasBeenSet = true; m_providerTargetConfigurationDefinition = value; }
75 inline void SetProviderTargetConfigurationDefinition(Aws::Utils::Document&& value) { m_providerTargetConfigurationDefinitionHasBeenSet = true; m_providerTargetConfigurationDefinition = std::move(value); }
79 private:
80
81 Aws::String m_description;
82 bool m_descriptionHasBeenSet = false;
83
84 Aws::Utils::Document m_providerSourceConfigurationDefinition;
85 bool m_providerSourceConfigurationDefinitionHasBeenSet = false;
86
87 Aws::Utils::Document m_providerTargetConfigurationDefinition;
88 bool m_providerTargetConfigurationDefinitionHasBeenSet = false;
89 };
90
91} // namespace Model
92} // namespace EntityResolution
93} // namespace Aws
ProviderIdNameSpaceConfiguration & WithDescription(const Aws::String &value)
ProviderIdNameSpaceConfiguration & WithProviderSourceConfigurationDefinition(Aws::Utils::Document &&value)
AWS_ENTITYRESOLUTION_API Aws::Utils::Json::JsonValue Jsonize() const
ProviderIdNameSpaceConfiguration & WithDescription(Aws::String &&value)
ProviderIdNameSpaceConfiguration & WithProviderSourceConfigurationDefinition(const Aws::Utils::Document &value)
ProviderIdNameSpaceConfiguration & WithProviderTargetConfigurationDefinition(const Aws::Utils::Document &value)
ProviderIdNameSpaceConfiguration & WithProviderTargetConfigurationDefinition(Aws::Utils::Document &&value)
AWS_ENTITYRESOLUTION_API ProviderIdNameSpaceConfiguration(Aws::Utils::Json::JsonView jsonValue)
ProviderIdNameSpaceConfiguration & WithDescription(const char *value)
AWS_ENTITYRESOLUTION_API ProviderIdNameSpaceConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue