7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/managedblockchain/ManagedBlockchain_EXPORTS.h>
10#include <aws/managedblockchain/model/MemberFrameworkConfiguration.h>
11#include <aws/managedblockchain/model/MemberLogPublishingConfiguration.h>
22namespace ManagedBlockchain {
44 template <
typename NameT = Aws::String>
46 m_nameHasBeenSet =
true;
47 m_name = std::forward<NameT>(value);
49 template <
typename NameT = Aws::String>
51 SetName(std::forward<NameT>(value));
62 template <
typename DescriptionT = Aws::String>
64 m_descriptionHasBeenSet =
true;
65 m_description = std::forward<DescriptionT>(value);
67 template <
typename DescriptionT = Aws::String>
81 template <
typename FrameworkConfigurationT = MemberFrameworkConfiguration>
83 m_frameworkConfigurationHasBeenSet =
true;
84 m_frameworkConfiguration = std::forward<FrameworkConfigurationT>(value);
86 template <
typename FrameworkConfigurationT = MemberFrameworkConfiguration>
100 template <
typename LogPublishingConfigurationT = MemberLogPublishingConfiguration>
102 m_logPublishingConfigurationHasBeenSet =
true;
103 m_logPublishingConfiguration = std::forward<LogPublishingConfigurationT>(value);
105 template <
typename LogPublishingConfigurationT = MemberLogPublishingConfiguration>
127 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
129 m_tagsHasBeenSet =
true;
130 m_tags = std::forward<TagsT>(value);
132 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
134 SetTags(std::forward<TagsT>(value));
137 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
139 m_tagsHasBeenSet =
true;
140 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
167 template <
typename KmsKeyArnT = Aws::String>
169 m_kmsKeyArnHasBeenSet =
true;
170 m_kmsKeyArn = std::forward<KmsKeyArnT>(value);
172 template <
typename KmsKeyArnT = Aws::String>
190 bool m_nameHasBeenSet =
false;
191 bool m_descriptionHasBeenSet =
false;
192 bool m_frameworkConfigurationHasBeenSet =
false;
193 bool m_logPublishingConfigurationHasBeenSet =
false;
194 bool m_tagsHasBeenSet =
false;
195 bool m_kmsKeyArnHasBeenSet =
false;
MemberConfiguration & WithName(NameT &&value)
const Aws::String & GetName() const
const MemberFrameworkConfiguration & GetFrameworkConfiguration() const
bool NameHasBeenSet() const
MemberConfiguration & WithDescription(DescriptionT &&value)
bool TagsHasBeenSet() const
const MemberLogPublishingConfiguration & GetLogPublishingConfiguration() const
MemberConfiguration & WithLogPublishingConfiguration(LogPublishingConfigurationT &&value)
AWS_MANAGEDBLOCKCHAIN_API MemberConfiguration(Aws::Utils::Json::JsonView jsonValue)
void SetTags(TagsT &&value)
void SetName(NameT &&value)
AWS_MANAGEDBLOCKCHAIN_API MemberConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_MANAGEDBLOCKCHAIN_API Aws::Utils::Json::JsonValue Jsonize() const
bool LogPublishingConfigurationHasBeenSet() const
const Aws::String & GetKmsKeyArn() const
bool FrameworkConfigurationHasBeenSet() const
bool DescriptionHasBeenSet() const
void SetDescription(DescriptionT &&value)
void SetLogPublishingConfiguration(LogPublishingConfigurationT &&value)
MemberConfiguration & AddTags(TagsKeyT &&key, TagsValueT &&value)
MemberConfiguration & WithTags(TagsT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
void SetKmsKeyArn(KmsKeyArnT &&value)
void SetFrameworkConfiguration(FrameworkConfigurationT &&value)
MemberConfiguration & WithKmsKeyArn(KmsKeyArnT &&value)
AWS_MANAGEDBLOCKCHAIN_API MemberConfiguration()=default
const Aws::String & GetDescription() const
bool KmsKeyArnHasBeenSet() const
MemberConfiguration & WithFrameworkConfiguration(FrameworkConfigurationT &&value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue