AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
NamespaceProviderProperties.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 NamespaceProviderProperties() = default;
37 AWS_ENTITYRESOLUTION_API NamespaceProviderProperties(Aws::Utils::Json::JsonView jsonValue);
39 AWS_ENTITYRESOLUTION_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
46 inline const Aws::String& GetProviderServiceArn() const { return m_providerServiceArn; }
47 inline bool ProviderServiceArnHasBeenSet() const { return m_providerServiceArnHasBeenSet; }
48 template<typename ProviderServiceArnT = Aws::String>
49 void SetProviderServiceArn(ProviderServiceArnT&& value) { m_providerServiceArnHasBeenSet = true; m_providerServiceArn = std::forward<ProviderServiceArnT>(value); }
50 template<typename ProviderServiceArnT = Aws::String>
51 NamespaceProviderProperties& WithProviderServiceArn(ProviderServiceArnT&& value) { SetProviderServiceArn(std::forward<ProviderServiceArnT>(value)); return *this;}
53
55
59 inline Aws::Utils::DocumentView GetProviderConfiguration() const { return m_providerConfiguration; }
60 inline bool ProviderConfigurationHasBeenSet() const { return m_providerConfigurationHasBeenSet; }
61 template<typename ProviderConfigurationT = Aws::Utils::Document>
62 void SetProviderConfiguration(ProviderConfigurationT&& value) { m_providerConfigurationHasBeenSet = true; m_providerConfiguration = std::forward<ProviderConfigurationT>(value); }
63 template<typename ProviderConfigurationT = Aws::Utils::Document>
64 NamespaceProviderProperties& WithProviderConfiguration(ProviderConfigurationT&& value) { SetProviderConfiguration(std::forward<ProviderConfigurationT>(value)); return *this;}
66 private:
67
68 Aws::String m_providerServiceArn;
69 bool m_providerServiceArnHasBeenSet = false;
70
71 Aws::Utils::Document m_providerConfiguration;
72 bool m_providerConfigurationHasBeenSet = false;
73 };
74
75} // namespace Model
76} // namespace EntityResolution
77} // namespace Aws
NamespaceProviderProperties & WithProviderConfiguration(ProviderConfigurationT &&value)
NamespaceProviderProperties & WithProviderServiceArn(ProviderServiceArnT &&value)
AWS_ENTITYRESOLUTION_API NamespaceProviderProperties(Aws::Utils::Json::JsonView jsonValue)
AWS_ENTITYRESOLUTION_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_ENTITYRESOLUTION_API NamespaceProviderProperties & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_ENTITYRESOLUTION_API NamespaceProviderProperties()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue