7#include <aws/managedblockchain/ManagedBlockchain_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace ManagedBlockchain
53 inline void SetHttpEndpoint(
const char* value) { m_httpEndpointHasBeenSet =
true; m_httpEndpoint.assign(value); }
72 inline void SetWebSocketEndpoint(
const char* value) { m_webSocketEndpointHasBeenSet =
true; m_webSocketEndpoint.assign(value); }
80 bool m_httpEndpointHasBeenSet =
false;
83 bool m_webSocketEndpointHasBeenSet =
false;
NodeEthereumAttributes & WithWebSocketEndpoint(const char *value)
AWS_MANAGEDBLOCKCHAIN_API NodeEthereumAttributes(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetWebSocketEndpoint() const
AWS_MANAGEDBLOCKCHAIN_API Aws::Utils::Json::JsonValue Jsonize() const
void SetWebSocketEndpoint(const char *value)
NodeEthereumAttributes & WithHttpEndpoint(const char *value)
NodeEthereumAttributes & WithWebSocketEndpoint(const Aws::String &value)
void SetWebSocketEndpoint(const Aws::String &value)
NodeEthereumAttributes & WithHttpEndpoint(const Aws::String &value)
NodeEthereumAttributes & WithHttpEndpoint(Aws::String &&value)
AWS_MANAGEDBLOCKCHAIN_API NodeEthereumAttributes & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetHttpEndpoint(const Aws::String &value)
AWS_MANAGEDBLOCKCHAIN_API NodeEthereumAttributes()
bool WebSocketEndpointHasBeenSet() const
bool HttpEndpointHasBeenSet() const
void SetHttpEndpoint(const char *value)
void SetWebSocketEndpoint(Aws::String &&value)
void SetHttpEndpoint(Aws::String &&value)
const Aws::String & GetHttpEndpoint() const
NodeEthereumAttributes & WithWebSocketEndpoint(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue