7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/kafka/Kafka_EXPORTS.h>
9#include <aws/kafka/model/BrokerNodeGroupInfo.h>
10#include <aws/kafka/model/ClientAuthentication.h>
11#include <aws/kafka/model/ConfigurationInfo.h>
12#include <aws/kafka/model/EncryptionInfo.h>
13#include <aws/kafka/model/EnhancedMonitoring.h>
14#include <aws/kafka/model/LoggingInfo.h>
15#include <aws/kafka/model/OpenMonitoringInfo.h>
16#include <aws/kafka/model/Rebalancing.h>
17#include <aws/kafka/model/StorageMode.h>
54 template <
typename BrokerNodeGroupInfoT = BrokerNodeGroupInfo>
56 m_brokerNodeGroupInfoHasBeenSet =
true;
57 m_brokerNodeGroupInfo = std::forward<BrokerNodeGroupInfoT>(value);
59 template <
typename BrokerNodeGroupInfoT = BrokerNodeGroupInfo>
76 template <
typename RebalancingT = Rebalancing>
78 m_rebalancingHasBeenSet =
true;
79 m_rebalancing = std::forward<RebalancingT>(value);
81 template <
typename RebalancingT = Rebalancing>
96 template <
typename ClientAuthenticationT = ClientAuthentication>
98 m_clientAuthenticationHasBeenSet =
true;
99 m_clientAuthentication = std::forward<ClientAuthenticationT>(value);
101 template <
typename ClientAuthenticationT = ClientAuthentication>
117 template <
typename ConfigurationInfoT = ConfigurationInfo>
119 m_configurationInfoHasBeenSet =
true;
120 m_configurationInfo = std::forward<ConfigurationInfoT>(value);
122 template <
typename ConfigurationInfoT = ConfigurationInfo>
137 template <
typename EncryptionInfoT = EncryptionInfo>
139 m_encryptionInfoHasBeenSet =
true;
140 m_encryptionInfo = std::forward<EncryptionInfoT>(value);
142 template <
typename EncryptionInfoT = EncryptionInfo>
160 m_enhancedMonitoringHasBeenSet =
true;
161 m_enhancedMonitoring = value;
177 template <
typename OpenMonitoringT = OpenMonitoringInfo>
179 m_openMonitoringHasBeenSet =
true;
180 m_openMonitoring = std::forward<OpenMonitoringT>(value);
182 template <
typename OpenMonitoringT = OpenMonitoringInfo>
198 template <
typename KafkaVersionT = Aws::String>
200 m_kafkaVersionHasBeenSet =
true;
201 m_kafkaVersion = std::forward<KafkaVersionT>(value);
203 template <
typename KafkaVersionT = Aws::String>
218 template <
typename LoggingInfoT = LoggingInfo>
220 m_loggingInfoHasBeenSet =
true;
221 m_loggingInfo = std::forward<LoggingInfoT>(value);
223 template <
typename LoggingInfoT = LoggingInfo>
239 m_numberOfBrokerNodesHasBeenSet =
true;
240 m_numberOfBrokerNodes = value;
258 m_storageModeHasBeenSet =
true;
259 m_storageMode = value;
279 OpenMonitoringInfo m_openMonitoring;
283 LoggingInfo m_loggingInfo;
285 int m_numberOfBrokerNodes{0};
288 bool m_brokerNodeGroupInfoHasBeenSet =
false;
289 bool m_rebalancingHasBeenSet =
false;
290 bool m_clientAuthenticationHasBeenSet =
false;
291 bool m_configurationInfoHasBeenSet =
false;
292 bool m_encryptionInfoHasBeenSet =
false;
293 bool m_enhancedMonitoringHasBeenSet =
false;
294 bool m_openMonitoringHasBeenSet =
false;
295 bool m_kafkaVersionHasBeenSet =
false;
296 bool m_loggingInfoHasBeenSet =
false;
297 bool m_numberOfBrokerNodesHasBeenSet =
false;
298 bool m_storageModeHasBeenSet =
false;
void SetRebalancing(RebalancingT &&value)
bool EncryptionInfoHasBeenSet() const
AWS_KAFKA_API ProvisionedRequest()=default
ProvisionedRequest & WithBrokerNodeGroupInfo(BrokerNodeGroupInfoT &&value)
const Aws::String & GetKafkaVersion() const
EnhancedMonitoring GetEnhancedMonitoring() const
ProvisionedRequest & WithLoggingInfo(LoggingInfoT &&value)
bool NumberOfBrokerNodesHasBeenSet() const
void SetEncryptionInfo(EncryptionInfoT &&value)
bool OpenMonitoringHasBeenSet() const
int GetNumberOfBrokerNodes() const
bool LoggingInfoHasBeenSet() const
bool ConfigurationInfoHasBeenSet() const
bool RebalancingHasBeenSet() const
ProvisionedRequest & WithEnhancedMonitoring(EnhancedMonitoring value)
void SetOpenMonitoring(OpenMonitoringT &&value)
const Rebalancing & GetRebalancing() const
void SetStorageMode(StorageMode value)
AWS_KAFKA_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_KAFKA_API ProvisionedRequest(Aws::Utils::Json::JsonView jsonValue)
const ConfigurationInfo & GetConfigurationInfo() const
StorageMode GetStorageMode() const
bool KafkaVersionHasBeenSet() const
void SetNumberOfBrokerNodes(int value)
void SetEnhancedMonitoring(EnhancedMonitoring value)
AWS_KAFKA_API ProvisionedRequest & operator=(Aws::Utils::Json::JsonView jsonValue)
ProvisionedRequest & WithClientAuthentication(ClientAuthenticationT &&value)
ProvisionedRequest & WithNumberOfBrokerNodes(int value)
bool StorageModeHasBeenSet() const
const LoggingInfo & GetLoggingInfo() const
void SetConfigurationInfo(ConfigurationInfoT &&value)
void SetClientAuthentication(ClientAuthenticationT &&value)
const ClientAuthentication & GetClientAuthentication() const
void SetLoggingInfo(LoggingInfoT &&value)
void SetKafkaVersion(KafkaVersionT &&value)
void SetBrokerNodeGroupInfo(BrokerNodeGroupInfoT &&value)
ProvisionedRequest & WithConfigurationInfo(ConfigurationInfoT &&value)
const BrokerNodeGroupInfo & GetBrokerNodeGroupInfo() const
ProvisionedRequest & WithStorageMode(StorageMode value)
bool EnhancedMonitoringHasBeenSet() const
ProvisionedRequest & WithRebalancing(RebalancingT &&value)
ProvisionedRequest & WithKafkaVersion(KafkaVersionT &&value)
bool ClientAuthenticationHasBeenSet() const
ProvisionedRequest & WithEncryptionInfo(EncryptionInfoT &&value)
ProvisionedRequest & WithOpenMonitoring(OpenMonitoringT &&value)
const OpenMonitoringInfo & GetOpenMonitoring() const
const EncryptionInfo & GetEncryptionInfo() const
bool BrokerNodeGroupInfoHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue