7#include <aws/managedblockchain/ManagedBlockchain_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace ManagedBlockchain
50 inline void SetPeerEndpoint(
const char* value) { m_peerEndpointHasBeenSet =
true; m_peerEndpoint.assign(value); }
65 inline void SetPeerEventEndpoint(
const char* value) { m_peerEventEndpointHasBeenSet =
true; m_peerEventEndpoint.assign(value); }
73 bool m_peerEndpointHasBeenSet =
false;
76 bool m_peerEventEndpointHasBeenSet =
false;
AWS_MANAGEDBLOCKCHAIN_API NodeFabricAttributes()
const Aws::String & GetPeerEndpoint() const
void SetPeerEndpoint(Aws::String &&value)
void SetPeerEventEndpoint(const Aws::String &value)
NodeFabricAttributes & WithPeerEndpoint(const char *value)
void SetPeerEventEndpoint(const char *value)
void SetPeerEndpoint(const Aws::String &value)
AWS_MANAGEDBLOCKCHAIN_API NodeFabricAttributes & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetPeerEndpoint(const char *value)
NodeFabricAttributes & WithPeerEventEndpoint(Aws::String &&value)
NodeFabricAttributes & WithPeerEndpoint(const Aws::String &value)
NodeFabricAttributes & WithPeerEventEndpoint(const Aws::String &value)
const Aws::String & GetPeerEventEndpoint() const
NodeFabricAttributes & WithPeerEndpoint(Aws::String &&value)
AWS_MANAGEDBLOCKCHAIN_API Aws::Utils::Json::JsonValue Jsonize() const
NodeFabricAttributes & WithPeerEventEndpoint(const char *value)
AWS_MANAGEDBLOCKCHAIN_API NodeFabricAttributes(Aws::Utils::Json::JsonView jsonValue)
void SetPeerEventEndpoint(Aws::String &&value)
bool PeerEndpointHasBeenSet() const
bool PeerEventEndpointHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue