7#include <aws/managedblockchain/ManagedBlockchain_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace ManagedBlockchain
48 template<
typename ChainIdT = Aws::String>
49 void SetChainId(ChainIdT&& value) { m_chainIdHasBeenSet =
true; m_chainId = std::forward<ChainIdT>(value); }
50 template<
typename ChainIdT = Aws::String>
56 bool m_chainIdHasBeenSet =
false;
bool ChainIdHasBeenSet() const
AWS_MANAGEDBLOCKCHAIN_API NetworkEthereumAttributes & operator=(Aws::Utils::Json::JsonView jsonValue)
NetworkEthereumAttributes & WithChainId(ChainIdT &&value)
AWS_MANAGEDBLOCKCHAIN_API Aws::Utils::Json::JsonValue Jsonize() const
void SetChainId(ChainIdT &&value)
const Aws::String & GetChainId() const
AWS_MANAGEDBLOCKCHAIN_API NetworkEthereumAttributes()=default
AWS_MANAGEDBLOCKCHAIN_API NetworkEthereumAttributes(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue