7#include <aws/managedblockchain/ManagedBlockchain_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace ManagedBlockchain
49 inline void SetAdminUsername(
const char* value) { m_adminUsernameHasBeenSet =
true; m_adminUsername.assign(value); }
63 inline void SetCaEndpoint(
const char* value) { m_caEndpointHasBeenSet =
true; m_caEndpoint.assign(value); }
71 bool m_adminUsernameHasBeenSet =
false;
74 bool m_caEndpointHasBeenSet =
false;
void SetAdminUsername(const char *value)
void SetCaEndpoint(const char *value)
AWS_MANAGEDBLOCKCHAIN_API MemberFabricAttributes()
const Aws::String & GetCaEndpoint() const
MemberFabricAttributes & WithCaEndpoint(const char *value)
void SetAdminUsername(Aws::String &&value)
MemberFabricAttributes & WithAdminUsername(const Aws::String &value)
AWS_MANAGEDBLOCKCHAIN_API MemberFabricAttributes & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_MANAGEDBLOCKCHAIN_API MemberFabricAttributes(Aws::Utils::Json::JsonView jsonValue)
void SetCaEndpoint(Aws::String &&value)
bool CaEndpointHasBeenSet() const
bool AdminUsernameHasBeenSet() const
MemberFabricAttributes & WithAdminUsername(Aws::String &&value)
void SetCaEndpoint(const Aws::String &value)
void SetAdminUsername(const Aws::String &value)
MemberFabricAttributes & WithCaEndpoint(Aws::String &&value)
MemberFabricAttributes & WithAdminUsername(const char *value)
const Aws::String & GetAdminUsername() const
MemberFabricAttributes & WithCaEndpoint(const Aws::String &value)
AWS_MANAGEDBLOCKCHAIN_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue