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