7#include <aws/managedblockchain/ManagedBlockchain_EXPORTS.h>
8#include <aws/managedblockchain/model/NodeEthereumAttributes.h>
9#include <aws/managedblockchain/model/NodeFabricAttributes.h>
20namespace ManagedBlockchain {
43 template <
typename FabricT = NodeFabricAttributes>
45 m_fabricHasBeenSet =
true;
46 m_fabric = std::forward<FabricT>(value);
48 template <
typename FabricT = NodeFabricAttributes>
62 template <
typename EthereumT = NodeEthereumAttributes>
64 m_ethereumHasBeenSet =
true;
65 m_ethereum = std::forward<EthereumT>(value);
67 template <
typename EthereumT = NodeEthereumAttributes>
77 bool m_fabricHasBeenSet =
false;
78 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