AWS SDK for C++

AWS SDK for C++ Version 1.11.750

Loading...
Searching...
No Matches
NamespaceProviderProperties.h
1
6#pragma once
7#include <aws/core/utils/Document.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/entityresolution/EntityResolution_EXPORTS.h>
10
11#include <utility>
12
13namespace Aws {
14namespace Utils {
15namespace Json {
16class JsonValue;
17class JsonView;
18} // namespace Json
19} // namespace Utils
20namespace EntityResolution {
21namespace Model {
22
30 public:
31 AWS_ENTITYRESOLUTION_API NamespaceProviderProperties() = default;
32 AWS_ENTITYRESOLUTION_API NamespaceProviderProperties(Aws::Utils::Json::JsonView jsonValue);
34 AWS_ENTITYRESOLUTION_API Aws::Utils::Json::JsonValue Jsonize() const;
35
37
40 inline const Aws::String& GetProviderServiceArn() const { return m_providerServiceArn; }
41 inline bool ProviderServiceArnHasBeenSet() const { return m_providerServiceArnHasBeenSet; }
42 template <typename ProviderServiceArnT = Aws::String>
43 void SetProviderServiceArn(ProviderServiceArnT&& value) {
44 m_providerServiceArnHasBeenSet = true;
45 m_providerServiceArn = std::forward<ProviderServiceArnT>(value);
46 }
47 template <typename ProviderServiceArnT = Aws::String>
49 SetProviderServiceArn(std::forward<ProviderServiceArnT>(value));
50 return *this;
51 }
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) {
63 m_providerConfigurationHasBeenSet = true;
64 m_providerConfiguration = std::forward<ProviderConfigurationT>(value);
65 }
66 template <typename ProviderConfigurationT = Aws::Utils::Document>
67 NamespaceProviderProperties& WithProviderConfiguration(ProviderConfigurationT&& value) {
68 SetProviderConfiguration(std::forward<ProviderConfigurationT>(value));
69 return *this;
70 }
72 private:
73 Aws::String m_providerServiceArn;
74
75 Aws::Utils::Document m_providerConfiguration;
76 bool m_providerServiceArnHasBeenSet = false;
77 bool m_providerConfigurationHasBeenSet = false;
78};
79
80} // namespace Model
81} // namespace EntityResolution
82} // 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