7#include <aws/managedblockchain/ManagedBlockchain_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/managedblockchain/model/MemberFrameworkConfiguration.h>
10#include <aws/managedblockchain/model/MemberLogPublishingConfiguration.h>
11#include <aws/core/utils/memory/stl/AWSMap.h>
24namespace ManagedBlockchain
50 template<
typename NameT = Aws::String>
51 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
52 template<
typename NameT = Aws::String>
62 template<
typename DescriptionT = Aws::String>
63 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
64 template<
typename DescriptionT = Aws::String>
75 template<
typename FrameworkConfigurationT = MemberFrameworkConfiguration>
76 void SetFrameworkConfiguration(FrameworkConfigurationT&& value) { m_frameworkConfigurationHasBeenSet =
true; m_frameworkConfiguration = std::forward<FrameworkConfigurationT>(value); }
77 template<
typename FrameworkConfigurationT = MemberFrameworkConfiguration>
88 template<
typename LogPublishingConfigurationT = MemberLogPublishingConfiguration>
89 void SetLogPublishingConfiguration(LogPublishingConfigurationT&& value) { m_logPublishingConfigurationHasBeenSet =
true; m_logPublishingConfiguration = std::forward<LogPublishingConfigurationT>(value); }
90 template<
typename LogPublishingConfigurationT = MemberLogPublishingConfiguration>
109 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
110 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
111 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
113 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
115 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
141 template<
typename KmsKeyArnT = Aws::String>
142 void SetKmsKeyArn(KmsKeyArnT&& value) { m_kmsKeyArnHasBeenSet =
true; m_kmsKeyArn = std::forward<KmsKeyArnT>(value); }
143 template<
typename KmsKeyArnT = Aws::String>
149 bool m_nameHasBeenSet =
false;
152 bool m_descriptionHasBeenSet =
false;
155 bool m_frameworkConfigurationHasBeenSet =
false;
158 bool m_logPublishingConfigurationHasBeenSet =
false;
161 bool m_tagsHasBeenSet =
false;
164 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