7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/managedblockchain/ManagedBlockchain_EXPORTS.h>
11#include <aws/managedblockchain/model/MemberFrameworkAttributes.h>
12#include <aws/managedblockchain/model/MemberLogPublishingConfiguration.h>
13#include <aws/managedblockchain/model/MemberStatus.h>
24namespace ManagedBlockchain {
35 AWS_MANAGEDBLOCKCHAIN_API
Member() =
default;
46 template <
typename NetworkIdT = Aws::String>
48 m_networkIdHasBeenSet =
true;
49 m_networkId = std::forward<NetworkIdT>(value);
51 template <
typename NetworkIdT = Aws::String>
64 template <
typename IdT = Aws::String>
66 m_idHasBeenSet =
true;
67 m_id = std::forward<IdT>(value);
69 template <
typename IdT = Aws::String>
71 SetId(std::forward<IdT>(value));
82 template <
typename NameT = Aws::String>
84 m_nameHasBeenSet =
true;
85 m_name = std::forward<NameT>(value);
87 template <
typename NameT = Aws::String>
89 SetName(std::forward<NameT>(value));
100 template <
typename DescriptionT = Aws::String>
102 m_descriptionHasBeenSet =
true;
103 m_description = std::forward<DescriptionT>(value);
105 template <
typename DescriptionT = Aws::String>
119 template <
typename FrameworkAttributesT = MemberFrameworkAttributes>
121 m_frameworkAttributesHasBeenSet =
true;
122 m_frameworkAttributes = std::forward<FrameworkAttributesT>(value);
124 template <
typename FrameworkAttributesT = MemberFrameworkAttributes>
137 template <
typename LogPublishingConfigurationT = MemberLogPublishingConfiguration>
139 m_logPublishingConfigurationHasBeenSet =
true;
140 m_logPublishingConfiguration = std::forward<LogPublishingConfigurationT>(value);
142 template <
typename LogPublishingConfigurationT = MemberLogPublishingConfiguration>
177 m_statusHasBeenSet =
true;
192 template <
typename CreationDateT = Aws::Utils::DateTime>
194 m_creationDateHasBeenSet =
true;
195 m_creationDate = std::forward<CreationDateT>(value);
197 template <
typename CreationDateT = Aws::Utils::DateTime>
217 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
219 m_tagsHasBeenSet =
true;
220 m_tags = std::forward<TagsT>(value);
222 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
224 SetTags(std::forward<TagsT>(value));
227 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
229 m_tagsHasBeenSet =
true;
230 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
245 template <
typename ArnT = Aws::String>
247 m_arnHasBeenSet =
true;
248 m_arn = std::forward<ArnT>(value);
250 template <
typename ArnT = Aws::String>
252 SetArn(std::forward<ArnT>(value));
270 template <
typename KmsKeyArnT = Aws::String>
272 m_kmsKeyArnHasBeenSet =
true;
273 m_kmsKeyArn = std::forward<KmsKeyArnT>(value);
275 template <
typename KmsKeyArnT = Aws::String>
303 bool m_networkIdHasBeenSet =
false;
304 bool m_idHasBeenSet =
false;
305 bool m_nameHasBeenSet =
false;
306 bool m_descriptionHasBeenSet =
false;
307 bool m_frameworkAttributesHasBeenSet =
false;
308 bool m_logPublishingConfigurationHasBeenSet =
false;
309 bool m_statusHasBeenSet =
false;
310 bool m_creationDateHasBeenSet =
false;
311 bool m_tagsHasBeenSet =
false;
312 bool m_arnHasBeenSet =
false;
313 bool m_kmsKeyArnHasBeenSet =
false;
void SetName(NameT &&value)
const MemberLogPublishingConfiguration & GetLogPublishingConfiguration() const
const Aws::String & GetKmsKeyArn() const
Member & WithDescription(DescriptionT &&value)
void SetDescription(DescriptionT &&value)
bool KmsKeyArnHasBeenSet() const
Member & WithKmsKeyArn(KmsKeyArnT &&value)
Member & WithTags(TagsT &&value)
void SetStatus(MemberStatus value)
Member & WithFrameworkAttributes(FrameworkAttributesT &&value)
bool LogPublishingConfigurationHasBeenSet() const
AWS_MANAGEDBLOCKCHAIN_API Member()=default
const Aws::String & GetNetworkId() const
Member & WithStatus(MemberStatus value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
bool ArnHasBeenSet() const
Member & WithLogPublishingConfiguration(LogPublishingConfigurationT &&value)
bool StatusHasBeenSet() const
bool IdHasBeenSet() const
bool NetworkIdHasBeenSet() const
AWS_MANAGEDBLOCKCHAIN_API Member & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetNetworkId(NetworkIdT &&value)
void SetFrameworkAttributes(FrameworkAttributesT &&value)
Member & WithNetworkId(NetworkIdT &&value)
bool NameHasBeenSet() const
Member & WithArn(ArnT &&value)
void SetCreationDate(CreationDateT &&value)
bool DescriptionHasBeenSet() const
bool CreationDateHasBeenSet() const
const Aws::String & GetName() const
void SetLogPublishingConfiguration(LogPublishingConfigurationT &&value)
Member & WithId(IdT &&value)
bool TagsHasBeenSet() const
const Aws::String & GetDescription() const
bool FrameworkAttributesHasBeenSet() const
void SetKmsKeyArn(KmsKeyArnT &&value)
Member & AddTags(TagsKeyT &&key, TagsValueT &&value)
void SetArn(ArnT &&value)
const MemberFrameworkAttributes & GetFrameworkAttributes() const
const Aws::Utils::DateTime & GetCreationDate() const
Member & WithCreationDate(CreationDateT &&value)
AWS_MANAGEDBLOCKCHAIN_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetId() const
Member & WithName(NameT &&value)
const Aws::String & GetArn() const
void SetTags(TagsT &&value)
MemberStatus GetStatus() const
AWS_MANAGEDBLOCKCHAIN_API Member(Aws::Utils::Json::JsonView jsonValue)
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