/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Member configuration properties. Applies only to Hyperledger
* Fabric.See Also:
AWS
* API Reference
The unique identifier of the network to which the member belongs.
*/ inline const Aws::String& GetNetworkId() const{ return m_networkId; } /** *The unique identifier of the network to which the member belongs.
*/ inline bool NetworkIdHasBeenSet() const { return m_networkIdHasBeenSet; } /** *The unique identifier of the network to which the member belongs.
*/ inline void SetNetworkId(const Aws::String& value) { m_networkIdHasBeenSet = true; m_networkId = value; } /** *The unique identifier of the network to which the member belongs.
*/ inline void SetNetworkId(Aws::String&& value) { m_networkIdHasBeenSet = true; m_networkId = std::move(value); } /** *The unique identifier of the network to which the member belongs.
*/ inline void SetNetworkId(const char* value) { m_networkIdHasBeenSet = true; m_networkId.assign(value); } /** *The unique identifier of the network to which the member belongs.
*/ inline Member& WithNetworkId(const Aws::String& value) { SetNetworkId(value); return *this;} /** *The unique identifier of the network to which the member belongs.
*/ inline Member& WithNetworkId(Aws::String&& value) { SetNetworkId(std::move(value)); return *this;} /** *The unique identifier of the network to which the member belongs.
*/ inline Member& WithNetworkId(const char* value) { SetNetworkId(value); return *this;} /** *The unique identifier of the member.
*/ inline const Aws::String& GetId() const{ return m_id; } /** *The unique identifier of the member.
*/ inline bool IdHasBeenSet() const { return m_idHasBeenSet; } /** *The unique identifier of the member.
*/ inline void SetId(const Aws::String& value) { m_idHasBeenSet = true; m_id = value; } /** *The unique identifier of the member.
*/ inline void SetId(Aws::String&& value) { m_idHasBeenSet = true; m_id = std::move(value); } /** *The unique identifier of the member.
*/ inline void SetId(const char* value) { m_idHasBeenSet = true; m_id.assign(value); } /** *The unique identifier of the member.
*/ inline Member& WithId(const Aws::String& value) { SetId(value); return *this;} /** *The unique identifier of the member.
*/ inline Member& WithId(Aws::String&& value) { SetId(std::move(value)); return *this;} /** *The unique identifier of the member.
*/ inline Member& WithId(const char* value) { SetId(value); return *this;} /** *The name of the member.
*/ inline const Aws::String& GetName() const{ return m_name; } /** *The name of the member.
*/ inline bool NameHasBeenSet() const { return m_nameHasBeenSet; } /** *The name of the member.
*/ inline void SetName(const Aws::String& value) { m_nameHasBeenSet = true; m_name = value; } /** *The name of the member.
*/ inline void SetName(Aws::String&& value) { m_nameHasBeenSet = true; m_name = std::move(value); } /** *The name of the member.
*/ inline void SetName(const char* value) { m_nameHasBeenSet = true; m_name.assign(value); } /** *The name of the member.
*/ inline Member& WithName(const Aws::String& value) { SetName(value); return *this;} /** *The name of the member.
*/ inline Member& WithName(Aws::String&& value) { SetName(std::move(value)); return *this;} /** *The name of the member.
*/ inline Member& WithName(const char* value) { SetName(value); return *this;} /** *An optional description for the member.
*/ inline const Aws::String& GetDescription() const{ return m_description; } /** *An optional description for the member.
*/ inline bool DescriptionHasBeenSet() const { return m_descriptionHasBeenSet; } /** *An optional description for the member.
*/ inline void SetDescription(const Aws::String& value) { m_descriptionHasBeenSet = true; m_description = value; } /** *An optional description for the member.
*/ inline void SetDescription(Aws::String&& value) { m_descriptionHasBeenSet = true; m_description = std::move(value); } /** *An optional description for the member.
*/ inline void SetDescription(const char* value) { m_descriptionHasBeenSet = true; m_description.assign(value); } /** *An optional description for the member.
*/ inline Member& WithDescription(const Aws::String& value) { SetDescription(value); return *this;} /** *An optional description for the member.
*/ inline Member& WithDescription(Aws::String&& value) { SetDescription(std::move(value)); return *this;} /** *An optional description for the member.
*/ inline Member& WithDescription(const char* value) { SetDescription(value); return *this;} /** *Attributes relevant to a member for the blockchain framework that the Managed * Blockchain network uses.
*/ inline const MemberFrameworkAttributes& GetFrameworkAttributes() const{ return m_frameworkAttributes; } /** *Attributes relevant to a member for the blockchain framework that the Managed * Blockchain network uses.
*/ inline bool FrameworkAttributesHasBeenSet() const { return m_frameworkAttributesHasBeenSet; } /** *Attributes relevant to a member for the blockchain framework that the Managed * Blockchain network uses.
*/ inline void SetFrameworkAttributes(const MemberFrameworkAttributes& value) { m_frameworkAttributesHasBeenSet = true; m_frameworkAttributes = value; } /** *Attributes relevant to a member for the blockchain framework that the Managed * Blockchain network uses.
*/ inline void SetFrameworkAttributes(MemberFrameworkAttributes&& value) { m_frameworkAttributesHasBeenSet = true; m_frameworkAttributes = std::move(value); } /** *Attributes relevant to a member for the blockchain framework that the Managed * Blockchain network uses.
*/ inline Member& WithFrameworkAttributes(const MemberFrameworkAttributes& value) { SetFrameworkAttributes(value); return *this;} /** *Attributes relevant to a member for the blockchain framework that the Managed * Blockchain network uses.
*/ inline Member& WithFrameworkAttributes(MemberFrameworkAttributes&& value) { SetFrameworkAttributes(std::move(value)); return *this;} /** *Configuration properties for logging events associated with a member.
*/ inline const MemberLogPublishingConfiguration& GetLogPublishingConfiguration() const{ return m_logPublishingConfiguration; } /** *Configuration properties for logging events associated with a member.
*/ inline bool LogPublishingConfigurationHasBeenSet() const { return m_logPublishingConfigurationHasBeenSet; } /** *Configuration properties for logging events associated with a member.
*/ inline void SetLogPublishingConfiguration(const MemberLogPublishingConfiguration& value) { m_logPublishingConfigurationHasBeenSet = true; m_logPublishingConfiguration = value; } /** *Configuration properties for logging events associated with a member.
*/ inline void SetLogPublishingConfiguration(MemberLogPublishingConfiguration&& value) { m_logPublishingConfigurationHasBeenSet = true; m_logPublishingConfiguration = std::move(value); } /** *Configuration properties for logging events associated with a member.
*/ inline Member& WithLogPublishingConfiguration(const MemberLogPublishingConfiguration& value) { SetLogPublishingConfiguration(value); return *this;} /** *Configuration properties for logging events associated with a member.
*/ inline Member& WithLogPublishingConfiguration(MemberLogPublishingConfiguration&& value) { SetLogPublishingConfiguration(std::move(value)); return *this;} /** *The status of a member.
CREATING
- The Amazon
* Web Services account is in the process of creating a member.
* AVAILABLE
- The member has been created and can participate in the
* network.
CREATE_FAILED
- The Amazon Web Services
* account attempted to create a member and creation failed.
* UPDATING
- The member is in the process of being updated.
DELETING
- The member and all associated resources are in
* the process of being deleted. Either the Amazon Web Services account that owns
* the member deleted it, or the member is being deleted as the result of an
* APPROVED
PROPOSAL
to remove the member.
DELETED
- The member can no longer participate on the network
* and all associated resources are deleted. Either the Amazon Web Services account
* that owns the member deleted it, or the member is being deleted as the result of
* an APPROVED
PROPOSAL
to remove the member.
INACCESSIBLE_ENCRYPTION_KEY
- The member is impaired and
* might not function as expected because it cannot access the specified customer
* managed key in KMS for encryption at rest. Either the KMS key was disabled or
* deleted, or the grants on the key were revoked.
The effect of disabling * or deleting a key or of revoking a grant isn't immediate. It might take some * time for the member resource to discover that the key is inaccessible. When a * resource is in this state, we recommend deleting and recreating the * resource.
The status of a member.
CREATING
- The Amazon
* Web Services account is in the process of creating a member.
* AVAILABLE
- The member has been created and can participate in the
* network.
CREATE_FAILED
- The Amazon Web Services
* account attempted to create a member and creation failed.
* UPDATING
- The member is in the process of being updated.
DELETING
- The member and all associated resources are in
* the process of being deleted. Either the Amazon Web Services account that owns
* the member deleted it, or the member is being deleted as the result of an
* APPROVED
PROPOSAL
to remove the member.
DELETED
- The member can no longer participate on the network
* and all associated resources are deleted. Either the Amazon Web Services account
* that owns the member deleted it, or the member is being deleted as the result of
* an APPROVED
PROPOSAL
to remove the member.
INACCESSIBLE_ENCRYPTION_KEY
- The member is impaired and
* might not function as expected because it cannot access the specified customer
* managed key in KMS for encryption at rest. Either the KMS key was disabled or
* deleted, or the grants on the key were revoked.
The effect of disabling * or deleting a key or of revoking a grant isn't immediate. It might take some * time for the member resource to discover that the key is inaccessible. When a * resource is in this state, we recommend deleting and recreating the * resource.
The status of a member.
CREATING
- The Amazon
* Web Services account is in the process of creating a member.
* AVAILABLE
- The member has been created and can participate in the
* network.
CREATE_FAILED
- The Amazon Web Services
* account attempted to create a member and creation failed.
* UPDATING
- The member is in the process of being updated.
DELETING
- The member and all associated resources are in
* the process of being deleted. Either the Amazon Web Services account that owns
* the member deleted it, or the member is being deleted as the result of an
* APPROVED
PROPOSAL
to remove the member.
DELETED
- The member can no longer participate on the network
* and all associated resources are deleted. Either the Amazon Web Services account
* that owns the member deleted it, or the member is being deleted as the result of
* an APPROVED
PROPOSAL
to remove the member.
INACCESSIBLE_ENCRYPTION_KEY
- The member is impaired and
* might not function as expected because it cannot access the specified customer
* managed key in KMS for encryption at rest. Either the KMS key was disabled or
* deleted, or the grants on the key were revoked.
The effect of disabling * or deleting a key or of revoking a grant isn't immediate. It might take some * time for the member resource to discover that the key is inaccessible. When a * resource is in this state, we recommend deleting and recreating the * resource.
The status of a member.
CREATING
- The Amazon
* Web Services account is in the process of creating a member.
* AVAILABLE
- The member has been created and can participate in the
* network.
CREATE_FAILED
- The Amazon Web Services
* account attempted to create a member and creation failed.
* UPDATING
- The member is in the process of being updated.
DELETING
- The member and all associated resources are in
* the process of being deleted. Either the Amazon Web Services account that owns
* the member deleted it, or the member is being deleted as the result of an
* APPROVED
PROPOSAL
to remove the member.
DELETED
- The member can no longer participate on the network
* and all associated resources are deleted. Either the Amazon Web Services account
* that owns the member deleted it, or the member is being deleted as the result of
* an APPROVED
PROPOSAL
to remove the member.
INACCESSIBLE_ENCRYPTION_KEY
- The member is impaired and
* might not function as expected because it cannot access the specified customer
* managed key in KMS for encryption at rest. Either the KMS key was disabled or
* deleted, or the grants on the key were revoked.
The effect of disabling * or deleting a key or of revoking a grant isn't immediate. It might take some * time for the member resource to discover that the key is inaccessible. When a * resource is in this state, we recommend deleting and recreating the * resource.
The status of a member.
CREATING
- The Amazon
* Web Services account is in the process of creating a member.
* AVAILABLE
- The member has been created and can participate in the
* network.
CREATE_FAILED
- The Amazon Web Services
* account attempted to create a member and creation failed.
* UPDATING
- The member is in the process of being updated.
DELETING
- The member and all associated resources are in
* the process of being deleted. Either the Amazon Web Services account that owns
* the member deleted it, or the member is being deleted as the result of an
* APPROVED
PROPOSAL
to remove the member.
DELETED
- The member can no longer participate on the network
* and all associated resources are deleted. Either the Amazon Web Services account
* that owns the member deleted it, or the member is being deleted as the result of
* an APPROVED
PROPOSAL
to remove the member.
INACCESSIBLE_ENCRYPTION_KEY
- The member is impaired and
* might not function as expected because it cannot access the specified customer
* managed key in KMS for encryption at rest. Either the KMS key was disabled or
* deleted, or the grants on the key were revoked.
The effect of disabling * or deleting a key or of revoking a grant isn't immediate. It might take some * time for the member resource to discover that the key is inaccessible. When a * resource is in this state, we recommend deleting and recreating the * resource.
The status of a member.
CREATING
- The Amazon
* Web Services account is in the process of creating a member.
* AVAILABLE
- The member has been created and can participate in the
* network.
CREATE_FAILED
- The Amazon Web Services
* account attempted to create a member and creation failed.
* UPDATING
- The member is in the process of being updated.
DELETING
- The member and all associated resources are in
* the process of being deleted. Either the Amazon Web Services account that owns
* the member deleted it, or the member is being deleted as the result of an
* APPROVED
PROPOSAL
to remove the member.
DELETED
- The member can no longer participate on the network
* and all associated resources are deleted. Either the Amazon Web Services account
* that owns the member deleted it, or the member is being deleted as the result of
* an APPROVED
PROPOSAL
to remove the member.
INACCESSIBLE_ENCRYPTION_KEY
- The member is impaired and
* might not function as expected because it cannot access the specified customer
* managed key in KMS for encryption at rest. Either the KMS key was disabled or
* deleted, or the grants on the key were revoked.
The effect of disabling * or deleting a key or of revoking a grant isn't immediate. It might take some * time for the member resource to discover that the key is inaccessible. When a * resource is in this state, we recommend deleting and recreating the * resource.
The date and time that the member was created.
*/ inline const Aws::Utils::DateTime& GetCreationDate() const{ return m_creationDate; } /** *The date and time that the member was created.
*/ inline bool CreationDateHasBeenSet() const { return m_creationDateHasBeenSet; } /** *The date and time that the member was created.
*/ inline void SetCreationDate(const Aws::Utils::DateTime& value) { m_creationDateHasBeenSet = true; m_creationDate = value; } /** *The date and time that the member was created.
*/ inline void SetCreationDate(Aws::Utils::DateTime&& value) { m_creationDateHasBeenSet = true; m_creationDate = std::move(value); } /** *The date and time that the member was created.
*/ inline Member& WithCreationDate(const Aws::Utils::DateTime& value) { SetCreationDate(value); return *this;} /** *The date and time that the member was created.
*/ inline Member& WithCreationDate(Aws::Utils::DateTime&& value) { SetCreationDate(std::move(value)); return *this;} /** *Tags assigned to the member. Tags consist of a key and optional value.
*For more information about tags, see Tagging * Resources in the Amazon Managed Blockchain Ethereum Developer Guide, * or Tagging * Resources in the Amazon Managed Blockchain Hyperledger Fabric Developer * Guide.
*/ inline const Aws::MapTags assigned to the member. Tags consist of a key and optional value.
*For more information about tags, see Tagging * Resources in the Amazon Managed Blockchain Ethereum Developer Guide, * or Tagging * Resources in the Amazon Managed Blockchain Hyperledger Fabric Developer * Guide.
*/ inline bool TagsHasBeenSet() const { return m_tagsHasBeenSet; } /** *Tags assigned to the member. Tags consist of a key and optional value.
*For more information about tags, see Tagging * Resources in the Amazon Managed Blockchain Ethereum Developer Guide, * or Tagging * Resources in the Amazon Managed Blockchain Hyperledger Fabric Developer * Guide.
*/ inline void SetTags(const Aws::MapTags assigned to the member. Tags consist of a key and optional value.
*For more information about tags, see Tagging * Resources in the Amazon Managed Blockchain Ethereum Developer Guide, * or Tagging * Resources in the Amazon Managed Blockchain Hyperledger Fabric Developer * Guide.
*/ inline void SetTags(Aws::MapTags assigned to the member. Tags consist of a key and optional value.
*For more information about tags, see Tagging * Resources in the Amazon Managed Blockchain Ethereum Developer Guide, * or Tagging * Resources in the Amazon Managed Blockchain Hyperledger Fabric Developer * Guide.
*/ inline Member& WithTags(const Aws::MapTags assigned to the member. Tags consist of a key and optional value.
*For more information about tags, see Tagging * Resources in the Amazon Managed Blockchain Ethereum Developer Guide, * or Tagging * Resources in the Amazon Managed Blockchain Hyperledger Fabric Developer * Guide.
*/ inline Member& WithTags(Aws::MapTags assigned to the member. Tags consist of a key and optional value.
*For more information about tags, see Tagging * Resources in the Amazon Managed Blockchain Ethereum Developer Guide, * or Tagging * Resources in the Amazon Managed Blockchain Hyperledger Fabric Developer * Guide.
*/ inline Member& AddTags(const Aws::String& key, const Aws::String& value) { m_tagsHasBeenSet = true; m_tags.emplace(key, value); return *this; } /** *Tags assigned to the member. Tags consist of a key and optional value.
*For more information about tags, see Tagging * Resources in the Amazon Managed Blockchain Ethereum Developer Guide, * or Tagging * Resources in the Amazon Managed Blockchain Hyperledger Fabric Developer * Guide.
*/ inline Member& AddTags(Aws::String&& key, const Aws::String& value) { m_tagsHasBeenSet = true; m_tags.emplace(std::move(key), value); return *this; } /** *Tags assigned to the member. Tags consist of a key and optional value.
*For more information about tags, see Tagging * Resources in the Amazon Managed Blockchain Ethereum Developer Guide, * or Tagging * Resources in the Amazon Managed Blockchain Hyperledger Fabric Developer * Guide.
*/ inline Member& AddTags(const Aws::String& key, Aws::String&& value) { m_tagsHasBeenSet = true; m_tags.emplace(key, std::move(value)); return *this; } /** *Tags assigned to the member. Tags consist of a key and optional value.
*For more information about tags, see Tagging * Resources in the Amazon Managed Blockchain Ethereum Developer Guide, * or Tagging * Resources in the Amazon Managed Blockchain Hyperledger Fabric Developer * Guide.
*/ inline Member& AddTags(Aws::String&& key, Aws::String&& value) { m_tagsHasBeenSet = true; m_tags.emplace(std::move(key), std::move(value)); return *this; } /** *Tags assigned to the member. Tags consist of a key and optional value.
*For more information about tags, see Tagging * Resources in the Amazon Managed Blockchain Ethereum Developer Guide, * or Tagging * Resources in the Amazon Managed Blockchain Hyperledger Fabric Developer * Guide.
*/ inline Member& AddTags(const char* key, Aws::String&& value) { m_tagsHasBeenSet = true; m_tags.emplace(key, std::move(value)); return *this; } /** *Tags assigned to the member. Tags consist of a key and optional value.
*For more information about tags, see Tagging * Resources in the Amazon Managed Blockchain Ethereum Developer Guide, * or Tagging * Resources in the Amazon Managed Blockchain Hyperledger Fabric Developer * Guide.
*/ inline Member& AddTags(Aws::String&& key, const char* value) { m_tagsHasBeenSet = true; m_tags.emplace(std::move(key), value); return *this; } /** *Tags assigned to the member. Tags consist of a key and optional value.
*For more information about tags, see Tagging * Resources in the Amazon Managed Blockchain Ethereum Developer Guide, * or Tagging * Resources in the Amazon Managed Blockchain Hyperledger Fabric Developer * Guide.
*/ inline Member& AddTags(const char* key, const char* value) { m_tagsHasBeenSet = true; m_tags.emplace(key, value); return *this; } /** *The Amazon Resource Name (ARN) of the member. For more information about ARNs * and their format, see Amazon * Resource Names (ARNs) in the Amazon Web Services General * Reference.
*/ inline const Aws::String& GetArn() const{ return m_arn; } /** *The Amazon Resource Name (ARN) of the member. For more information about ARNs * and their format, see Amazon * Resource Names (ARNs) in the Amazon Web Services General * Reference.
*/ inline bool ArnHasBeenSet() const { return m_arnHasBeenSet; } /** *The Amazon Resource Name (ARN) of the member. For more information about ARNs * and their format, see Amazon * Resource Names (ARNs) in the Amazon Web Services General * Reference.
*/ inline void SetArn(const Aws::String& value) { m_arnHasBeenSet = true; m_arn = value; } /** *The Amazon Resource Name (ARN) of the member. For more information about ARNs * and their format, see Amazon * Resource Names (ARNs) in the Amazon Web Services General * Reference.
*/ inline void SetArn(Aws::String&& value) { m_arnHasBeenSet = true; m_arn = std::move(value); } /** *The Amazon Resource Name (ARN) of the member. For more information about ARNs * and their format, see Amazon * Resource Names (ARNs) in the Amazon Web Services General * Reference.
*/ inline void SetArn(const char* value) { m_arnHasBeenSet = true; m_arn.assign(value); } /** *The Amazon Resource Name (ARN) of the member. For more information about ARNs * and their format, see Amazon * Resource Names (ARNs) in the Amazon Web Services General * Reference.
*/ inline Member& WithArn(const Aws::String& value) { SetArn(value); return *this;} /** *The Amazon Resource Name (ARN) of the member. For more information about ARNs * and their format, see Amazon * Resource Names (ARNs) in the Amazon Web Services General * Reference.
*/ inline Member& WithArn(Aws::String&& value) { SetArn(std::move(value)); return *this;} /** *The Amazon Resource Name (ARN) of the member. For more information about ARNs * and their format, see Amazon * Resource Names (ARNs) in the Amazon Web Services General * Reference.
*/ inline Member& WithArn(const char* value) { SetArn(value); return *this;} /** *The Amazon Resource Name (ARN) of the customer managed key in Key Management
* Service (KMS) that the member uses for encryption at rest. If the value of this
* parameter is "AWS Owned KMS Key"
, the member uses an Amazon Web
* Services owned KMS key for encryption. This parameter is inherited by the nodes
* that this member owns.
For more information, see Encryption * at Rest in the Amazon Managed Blockchain Hyperledger Fabric Developer * Guide.
*/ inline const Aws::String& GetKmsKeyArn() const{ return m_kmsKeyArn; } /** *The Amazon Resource Name (ARN) of the customer managed key in Key Management
* Service (KMS) that the member uses for encryption at rest. If the value of this
* parameter is "AWS Owned KMS Key"
, the member uses an Amazon Web
* Services owned KMS key for encryption. This parameter is inherited by the nodes
* that this member owns.
For more information, see Encryption * at Rest in the Amazon Managed Blockchain Hyperledger Fabric Developer * Guide.
*/ inline bool KmsKeyArnHasBeenSet() const { return m_kmsKeyArnHasBeenSet; } /** *The Amazon Resource Name (ARN) of the customer managed key in Key Management
* Service (KMS) that the member uses for encryption at rest. If the value of this
* parameter is "AWS Owned KMS Key"
, the member uses an Amazon Web
* Services owned KMS key for encryption. This parameter is inherited by the nodes
* that this member owns.
For more information, see Encryption * at Rest in the Amazon Managed Blockchain Hyperledger Fabric Developer * Guide.
*/ inline void SetKmsKeyArn(const Aws::String& value) { m_kmsKeyArnHasBeenSet = true; m_kmsKeyArn = value; } /** *The Amazon Resource Name (ARN) of the customer managed key in Key Management
* Service (KMS) that the member uses for encryption at rest. If the value of this
* parameter is "AWS Owned KMS Key"
, the member uses an Amazon Web
* Services owned KMS key for encryption. This parameter is inherited by the nodes
* that this member owns.
For more information, see Encryption * at Rest in the Amazon Managed Blockchain Hyperledger Fabric Developer * Guide.
*/ inline void SetKmsKeyArn(Aws::String&& value) { m_kmsKeyArnHasBeenSet = true; m_kmsKeyArn = std::move(value); } /** *The Amazon Resource Name (ARN) of the customer managed key in Key Management
* Service (KMS) that the member uses for encryption at rest. If the value of this
* parameter is "AWS Owned KMS Key"
, the member uses an Amazon Web
* Services owned KMS key for encryption. This parameter is inherited by the nodes
* that this member owns.
For more information, see Encryption * at Rest in the Amazon Managed Blockchain Hyperledger Fabric Developer * Guide.
*/ inline void SetKmsKeyArn(const char* value) { m_kmsKeyArnHasBeenSet = true; m_kmsKeyArn.assign(value); } /** *The Amazon Resource Name (ARN) of the customer managed key in Key Management
* Service (KMS) that the member uses for encryption at rest. If the value of this
* parameter is "AWS Owned KMS Key"
, the member uses an Amazon Web
* Services owned KMS key for encryption. This parameter is inherited by the nodes
* that this member owns.
For more information, see Encryption * at Rest in the Amazon Managed Blockchain Hyperledger Fabric Developer * Guide.
*/ inline Member& WithKmsKeyArn(const Aws::String& value) { SetKmsKeyArn(value); return *this;} /** *The Amazon Resource Name (ARN) of the customer managed key in Key Management
* Service (KMS) that the member uses for encryption at rest. If the value of this
* parameter is "AWS Owned KMS Key"
, the member uses an Amazon Web
* Services owned KMS key for encryption. This parameter is inherited by the nodes
* that this member owns.
For more information, see Encryption * at Rest in the Amazon Managed Blockchain Hyperledger Fabric Developer * Guide.
*/ inline Member& WithKmsKeyArn(Aws::String&& value) { SetKmsKeyArn(std::move(value)); return *this;} /** *The Amazon Resource Name (ARN) of the customer managed key in Key Management
* Service (KMS) that the member uses for encryption at rest. If the value of this
* parameter is "AWS Owned KMS Key"
, the member uses an Amazon Web
* Services owned KMS key for encryption. This parameter is inherited by the nodes
* that this member owns.
For more information, see Encryption * at Rest in the Amazon Managed Blockchain Hyperledger Fabric Developer * Guide.
*/ inline Member& WithKmsKeyArn(const char* value) { SetKmsKeyArn(value); return *this;} private: Aws::String m_networkId; bool m_networkIdHasBeenSet = false; Aws::String m_id; bool m_idHasBeenSet = false; Aws::String m_name; bool m_nameHasBeenSet = false; Aws::String m_description; bool m_descriptionHasBeenSet = false; MemberFrameworkAttributes m_frameworkAttributes; bool m_frameworkAttributesHasBeenSet = false; MemberLogPublishingConfiguration m_logPublishingConfiguration; bool m_logPublishingConfigurationHasBeenSet = false; MemberStatus m_status; bool m_statusHasBeenSet = false; Aws::Utils::DateTime m_creationDate; bool m_creationDateHasBeenSet = false; Aws::Map