7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/managedblockchain/ManagedBlockchain_EXPORTS.h>
9#include <aws/managedblockchain/model/NodeLogPublishingConfiguration.h>
10#include <aws/managedblockchain/model/StateDBType.h>
21namespace ManagedBlockchain {
42 template <
typename InstanceTypeT = Aws::String>
44 m_instanceTypeHasBeenSet =
true;
45 m_instanceType = std::forward<InstanceTypeT>(value);
47 template <
typename InstanceTypeT = Aws::String>
61 template <
typename AvailabilityZoneT = Aws::String>
63 m_availabilityZoneHasBeenSet =
true;
64 m_availabilityZone = std::forward<AvailabilityZoneT>(value);
66 template <
typename AvailabilityZoneT = Aws::String>
80 template <
typename LogPublishingConfigurationT = NodeLogPublishingConfiguration>
82 m_logPublishingConfigurationHasBeenSet =
true;
83 m_logPublishingConfiguration = std::forward<LogPublishingConfigurationT>(value);
85 template <
typename LogPublishingConfigurationT = NodeLogPublishingConfiguration>
102 m_stateDBHasBeenSet =
true;
118 bool m_instanceTypeHasBeenSet =
false;
119 bool m_availabilityZoneHasBeenSet =
false;
120 bool m_logPublishingConfigurationHasBeenSet =
false;
121 bool m_stateDBHasBeenSet =
false;
NodeConfiguration & WithInstanceType(InstanceTypeT &&value)
AWS_MANAGEDBLOCKCHAIN_API Aws::Utils::Json::JsonValue Jsonize() const
void SetInstanceType(InstanceTypeT &&value)
void SetLogPublishingConfiguration(LogPublishingConfigurationT &&value)
AWS_MANAGEDBLOCKCHAIN_API NodeConfiguration()=default
NodeConfiguration & WithAvailabilityZone(AvailabilityZoneT &&value)
void SetAvailabilityZone(AvailabilityZoneT &&value)
AWS_MANAGEDBLOCKCHAIN_API NodeConfiguration(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetAvailabilityZone() const
NodeConfiguration & WithLogPublishingConfiguration(LogPublishingConfigurationT &&value)
bool AvailabilityZoneHasBeenSet() const
const NodeLogPublishingConfiguration & GetLogPublishingConfiguration() const
NodeConfiguration & WithStateDB(StateDBType value)
bool StateDBHasBeenSet() const
AWS_MANAGEDBLOCKCHAIN_API NodeConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
StateDBType GetStateDB() const
bool LogPublishingConfigurationHasBeenSet() const
bool InstanceTypeHasBeenSet() const
const Aws::String & GetInstanceType() const
void SetStateDB(StateDBType value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue