7#include <aws/managedblockchain/ManagedBlockchain_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace ManagedBlockchain
48 template<
typename PeerEndpo
intT = Aws::String>
49 void SetPeerEndpoint(PeerEndpointT&& value) { m_peerEndpointHasBeenSet =
true; m_peerEndpoint = std::forward<PeerEndpointT>(value); }
50 template<
typename PeerEndpo
intT = Aws::String>
61 template<
typename PeerEventEndpo
intT = Aws::String>
62 void SetPeerEventEndpoint(PeerEventEndpointT&& value) { m_peerEventEndpointHasBeenSet =
true; m_peerEventEndpoint = std::forward<PeerEventEndpointT>(value); }
63 template<
typename PeerEventEndpo
intT = Aws::String>
69 bool m_peerEndpointHasBeenSet =
false;
72 bool m_peerEventEndpointHasBeenSet =
false;
const Aws::String & GetPeerEndpoint() const
AWS_MANAGEDBLOCKCHAIN_API NodeFabricAttributes()=default
AWS_MANAGEDBLOCKCHAIN_API NodeFabricAttributes & operator=(Aws::Utils::Json::JsonView jsonValue)
NodeFabricAttributes & WithPeerEndpoint(PeerEndpointT &&value)
NodeFabricAttributes & WithPeerEventEndpoint(PeerEventEndpointT &&value)
const Aws::String & GetPeerEventEndpoint() const
void SetPeerEndpoint(PeerEndpointT &&value)
AWS_MANAGEDBLOCKCHAIN_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_MANAGEDBLOCKCHAIN_API NodeFabricAttributes(Aws::Utils::Json::JsonView jsonValue)
void SetPeerEventEndpoint(PeerEventEndpointT &&value)
bool PeerEndpointHasBeenSet() const
bool PeerEventEndpointHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue