7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/managedblockchain/ManagedBlockchain_EXPORTS.h>
19namespace ManagedBlockchain {
42 template <
typename PeerEndpo
intT = Aws::String>
44 m_peerEndpointHasBeenSet =
true;
45 m_peerEndpoint = std::forward<PeerEndpointT>(value);
47 template <
typename PeerEndpo
intT = Aws::String>
61 template <
typename PeerEventEndpo
intT = Aws::String>
63 m_peerEventEndpointHasBeenSet =
true;
64 m_peerEventEndpoint = std::forward<PeerEventEndpointT>(value);
66 template <
typename PeerEventEndpo
intT = Aws::String>
76 bool m_peerEndpointHasBeenSet =
false;
77 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