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