7#include <aws/managedblockchain/ManagedBlockchain_EXPORTS.h>
8#include <aws/managedblockchain/model/NodeFabricAttributes.h>
9#include <aws/managedblockchain/model/NodeEthereumAttributes.h>
22namespace ManagedBlockchain
49 template<
typename FabricT = NodeFabricAttributes>
50 void SetFabric(FabricT&& value) { m_fabricHasBeenSet =
true; m_fabric = std::forward<FabricT>(value); }
51 template<
typename FabricT = NodeFabricAttributes>
62 template<
typename EthereumT = NodeEthereumAttributes>
63 void SetEthereum(EthereumT&& value) { m_ethereumHasBeenSet =
true; m_ethereum = std::forward<EthereumT>(value); }
64 template<
typename EthereumT = NodeEthereumAttributes>
70 bool m_fabricHasBeenSet =
false;
73 bool m_ethereumHasBeenSet =
false;
void SetEthereum(EthereumT &&value)
AWS_MANAGEDBLOCKCHAIN_API NodeFrameworkAttributes()=default
AWS_MANAGEDBLOCKCHAIN_API Aws::Utils::Json::JsonValue Jsonize() const
const NodeFabricAttributes & GetFabric() const
bool EthereumHasBeenSet() const
bool FabricHasBeenSet() const
AWS_MANAGEDBLOCKCHAIN_API NodeFrameworkAttributes & operator=(Aws::Utils::Json::JsonView jsonValue)
NodeFrameworkAttributes & WithFabric(FabricT &&value)
NodeFrameworkAttributes & WithEthereum(EthereumT &&value)
void SetFabric(FabricT &&value)
AWS_MANAGEDBLOCKCHAIN_API NodeFrameworkAttributes(Aws::Utils::Json::JsonView jsonValue)
const NodeEthereumAttributes & GetEthereum() const
Aws::Utils::Json::JsonValue JsonValue