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
52 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
66 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
123 inline MemberConfiguration&
AddTags(
const char* key,
const char* value) { m_tagsHasBeenSet =
true; m_tags.emplace(key, value);
return *
this; }
150 inline void SetKmsKeyArn(
const char* value) { m_kmsKeyArnHasBeenSet =
true; m_kmsKeyArn.assign(value); }
158 bool m_nameHasBeenSet =
false;
161 bool m_descriptionHasBeenSet =
false;
164 bool m_frameworkConfigurationHasBeenSet =
false;
167 bool m_logPublishingConfigurationHasBeenSet =
false;
170 bool m_tagsHasBeenSet =
false;
173 bool m_kmsKeyArnHasBeenSet =
false;
const Aws::String & GetName() const
const MemberFrameworkConfiguration & GetFrameworkConfiguration() const
MemberConfiguration & WithDescription(Aws::String &&value)
bool NameHasBeenSet() const
void SetName(const char *value)
void SetKmsKeyArn(const Aws::String &value)
void SetFrameworkConfiguration(MemberFrameworkConfiguration &&value)
bool TagsHasBeenSet() const
MemberConfiguration & WithName(const Aws::String &value)
const MemberLogPublishingConfiguration & GetLogPublishingConfiguration() const
void SetFrameworkConfiguration(const MemberFrameworkConfiguration &value)
void SetLogPublishingConfiguration(const MemberLogPublishingConfiguration &value)
AWS_MANAGEDBLOCKCHAIN_API MemberConfiguration(Aws::Utils::Json::JsonView jsonValue)
MemberConfiguration & WithLogPublishingConfiguration(MemberLogPublishingConfiguration &&value)
void SetTags(const Aws::Map< Aws::String, Aws::String > &value)
void SetTags(Aws::Map< Aws::String, Aws::String > &&value)
MemberConfiguration & WithDescription(const char *value)
MemberConfiguration & AddTags(Aws::String &&key, Aws::String &&value)
MemberConfiguration & WithFrameworkConfiguration(const MemberFrameworkConfiguration &value)
AWS_MANAGEDBLOCKCHAIN_API MemberConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetLogPublishingConfiguration(MemberLogPublishingConfiguration &&value)
MemberConfiguration & AddTags(const char *key, const char *value)
AWS_MANAGEDBLOCKCHAIN_API Aws::Utils::Json::JsonValue Jsonize() const
bool LogPublishingConfigurationHasBeenSet() const
void SetName(const Aws::String &value)
MemberConfiguration & WithName(Aws::String &&value)
const Aws::String & GetKmsKeyArn() const
MemberConfiguration & WithKmsKeyArn(const Aws::String &value)
bool FrameworkConfigurationHasBeenSet() const
void SetKmsKeyArn(Aws::String &&value)
bool DescriptionHasBeenSet() const
void SetDescription(const Aws::String &value)
void SetDescription(const char *value)
MemberConfiguration & WithKmsKeyArn(const char *value)
MemberConfiguration & WithTags(Aws::Map< Aws::String, Aws::String > &&value)
MemberConfiguration & AddTags(Aws::String &&key, const char *value)
MemberConfiguration & AddTags(const char *key, Aws::String &&value)
MemberConfiguration & WithKmsKeyArn(Aws::String &&value)
void SetName(Aws::String &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
MemberConfiguration & WithLogPublishingConfiguration(const MemberLogPublishingConfiguration &value)
MemberConfiguration & AddTags(const Aws::String &key, const Aws::String &value)
MemberConfiguration & WithName(const char *value)
MemberConfiguration & WithTags(const Aws::Map< Aws::String, Aws::String > &value)
void SetDescription(Aws::String &&value)
AWS_MANAGEDBLOCKCHAIN_API MemberConfiguration()
const Aws::String & GetDescription() const
MemberConfiguration & AddTags(const Aws::String &key, Aws::String &&value)
bool KmsKeyArnHasBeenSet() const
MemberConfiguration & WithFrameworkConfiguration(MemberFrameworkConfiguration &&value)
void SetKmsKeyArn(const char *value)
MemberConfiguration & WithDescription(const Aws::String &value)
MemberConfiguration & AddTags(Aws::String &&key, const Aws::String &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