AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
NamespaceProviderProperties.h
1
6#pragma once
7#include <aws/entityresolution/EntityResolution_EXPORTS.h>
8#include <aws/core/utils/Document.h>
9#include <aws/core/utils/memory/stl/AWSString.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 NamespaceProviderProperties();
37 AWS_ENTITYRESOLUTION_API NamespaceProviderProperties(Aws::Utils::Json::JsonView jsonValue);
39 AWS_ENTITYRESOLUTION_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
47 inline Aws::Utils::DocumentView GetProviderConfiguration() const{ return m_providerConfiguration; }
48 inline bool ProviderConfigurationHasBeenSet() const { return m_providerConfigurationHasBeenSet; }
49 inline void SetProviderConfiguration(const Aws::Utils::Document& value) { m_providerConfigurationHasBeenSet = true; m_providerConfiguration = value; }
50 inline void SetProviderConfiguration(Aws::Utils::Document&& value) { m_providerConfigurationHasBeenSet = true; m_providerConfiguration = std::move(value); }
54
56
59 inline const Aws::String& GetProviderServiceArn() const{ return m_providerServiceArn; }
60 inline bool ProviderServiceArnHasBeenSet() const { return m_providerServiceArnHasBeenSet; }
61 inline void SetProviderServiceArn(const Aws::String& value) { m_providerServiceArnHasBeenSet = true; m_providerServiceArn = value; }
62 inline void SetProviderServiceArn(Aws::String&& value) { m_providerServiceArnHasBeenSet = true; m_providerServiceArn = std::move(value); }
63 inline void SetProviderServiceArn(const char* value) { m_providerServiceArnHasBeenSet = true; m_providerServiceArn.assign(value); }
65 inline NamespaceProviderProperties& WithProviderServiceArn(Aws::String&& value) { SetProviderServiceArn(std::move(value)); return *this;}
66 inline NamespaceProviderProperties& WithProviderServiceArn(const char* value) { SetProviderServiceArn(value); return *this;}
68 private:
69
70 Aws::Utils::Document m_providerConfiguration;
71 bool m_providerConfigurationHasBeenSet = false;
72
73 Aws::String m_providerServiceArn;
74 bool m_providerServiceArnHasBeenSet = false;
75 };
76
77} // namespace Model
78} // namespace EntityResolution
79} // namespace Aws
NamespaceProviderProperties & WithProviderServiceArn(const Aws::String &value)
NamespaceProviderProperties & WithProviderConfiguration(const Aws::Utils::Document &value)
NamespaceProviderProperties & WithProviderConfiguration(Aws::Utils::Document &&value)
AWS_ENTITYRESOLUTION_API NamespaceProviderProperties(Aws::Utils::Json::JsonView jsonValue)
AWS_ENTITYRESOLUTION_API Aws::Utils::Json::JsonValue Jsonize() const
NamespaceProviderProperties & WithProviderServiceArn(const char *value)
AWS_ENTITYRESOLUTION_API NamespaceProviderProperties & operator=(Aws::Utils::Json::JsonView jsonValue)
NamespaceProviderProperties & WithProviderServiceArn(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue