7#include <aws/managedblockchain/ManagedBlockchain_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/managedblockchain/model/NodeLogPublishingConfiguration.h>
10#include <aws/managedblockchain/model/StateDBType.h>
23namespace ManagedBlockchain
48 template<
typename InstanceTypeT = Aws::String>
49 void SetInstanceType(InstanceTypeT&& value) { m_instanceTypeHasBeenSet =
true; m_instanceType = std::forward<InstanceTypeT>(value); }
50 template<
typename InstanceTypeT = Aws::String>
61 template<
typename AvailabilityZoneT = Aws::String>
62 void SetAvailabilityZone(AvailabilityZoneT&& value) { m_availabilityZoneHasBeenSet =
true; m_availabilityZone = std::forward<AvailabilityZoneT>(value); }
63 template<
typename AvailabilityZoneT = Aws::String>
74 template<
typename LogPublishingConfigurationT = NodeLogPublishingConfiguration>
75 void SetLogPublishingConfiguration(LogPublishingConfigurationT&& value) { m_logPublishingConfigurationHasBeenSet =
true; m_logPublishingConfiguration = std::forward<LogPublishingConfigurationT>(value); }
76 template<
typename LogPublishingConfigurationT = NodeLogPublishingConfiguration>
95 bool m_instanceTypeHasBeenSet =
false;
98 bool m_availabilityZoneHasBeenSet =
false;
101 bool m_logPublishingConfigurationHasBeenSet =
false;
104 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