7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/kafka/Kafka_EXPORTS.h>
10#include <aws/kafka/model/BrokerAZDistribution.h>
11#include <aws/kafka/model/ConnectivityInfo.h>
12#include <aws/kafka/model/StorageInfo.h>
56 m_brokerAZDistributionHasBeenSet =
true;
57 m_brokerAZDistribution = value;
76 template <
typename ClientSubnetsT = Aws::Vector<Aws::String>>
78 m_clientSubnetsHasBeenSet =
true;
79 m_clientSubnets = std::forward<ClientSubnetsT>(value);
81 template <
typename ClientSubnetsT = Aws::Vector<Aws::String>>
86 template <
typename ClientSubnetsT = Aws::String>
88 m_clientSubnetsHasBeenSet =
true;
89 m_clientSubnets.emplace_back(std::forward<ClientSubnetsT>(value));
106 template <
typename InstanceTypeT = Aws::String>
108 m_instanceTypeHasBeenSet =
true;
109 m_instanceType = std::forward<InstanceTypeT>(value);
111 template <
typename InstanceTypeT = Aws::String>
129 template <
typename SecurityGroupsT = Aws::Vector<Aws::String>>
131 m_securityGroupsHasBeenSet =
true;
132 m_securityGroups = std::forward<SecurityGroupsT>(value);
134 template <
typename SecurityGroupsT = Aws::Vector<Aws::String>>
139 template <
typename SecurityGroupsT = Aws::String>
141 m_securityGroupsHasBeenSet =
true;
142 m_securityGroups.emplace_back(std::forward<SecurityGroupsT>(value));
156 template <
typename StorageInfoT = StorageInfo>
158 m_storageInfoHasBeenSet =
true;
159 m_storageInfo = std::forward<StorageInfoT>(value);
161 template <
typename StorageInfoT = StorageInfo>
176 template <
typename ConnectivityInfoT = ConnectivityInfo>
178 m_connectivityInfoHasBeenSet =
true;
179 m_connectivityInfo = std::forward<ConnectivityInfoT>(value);
181 template <
typename ConnectivityInfoT = ConnectivityInfo>
197 template <
typename ZoneIdsT = Aws::Vector<Aws::String>>
199 m_zoneIdsHasBeenSet =
true;
200 m_zoneIds = std::forward<ZoneIdsT>(value);
202 template <
typename ZoneIdsT = Aws::Vector<Aws::String>>
207 template <
typename ZoneIdsT = Aws::String>
209 m_zoneIdsHasBeenSet =
true;
210 m_zoneIds.emplace_back(std::forward<ZoneIdsT>(value));
223 StorageInfo m_storageInfo;
225 ConnectivityInfo m_connectivityInfo;
228 bool m_brokerAZDistributionHasBeenSet =
false;
229 bool m_clientSubnetsHasBeenSet =
false;
230 bool m_instanceTypeHasBeenSet =
false;
231 bool m_securityGroupsHasBeenSet =
false;
232 bool m_storageInfoHasBeenSet =
false;
233 bool m_connectivityInfoHasBeenSet =
false;
234 bool m_zoneIdsHasBeenSet =
false;
BrokerNodeGroupInfo & AddClientSubnets(ClientSubnetsT &&value)
bool ZoneIdsHasBeenSet() const
BrokerNodeGroupInfo & AddZoneIds(ZoneIdsT &&value)
void SetStorageInfo(StorageInfoT &&value)
BrokerNodeGroupInfo & WithStorageInfo(StorageInfoT &&value)
void SetClientSubnets(ClientSubnetsT &&value)
BrokerNodeGroupInfo & WithConnectivityInfo(ConnectivityInfoT &&value)
BrokerNodeGroupInfo & WithInstanceType(InstanceTypeT &&value)
void SetZoneIds(ZoneIdsT &&value)
BrokerAZDistribution GetBrokerAZDistribution() const
AWS_KAFKA_API BrokerNodeGroupInfo()=default
const Aws::Vector< Aws::String > & GetZoneIds() const
bool SecurityGroupsHasBeenSet() const
BrokerNodeGroupInfo & WithBrokerAZDistribution(BrokerAZDistribution value)
bool InstanceTypeHasBeenSet() const
bool StorageInfoHasBeenSet() const
BrokerNodeGroupInfo & WithClientSubnets(ClientSubnetsT &&value)
void SetBrokerAZDistribution(BrokerAZDistribution value)
bool BrokerAZDistributionHasBeenSet() const
const ConnectivityInfo & GetConnectivityInfo() const
bool ConnectivityInfoHasBeenSet() const
BrokerNodeGroupInfo & WithZoneIds(ZoneIdsT &&value)
AWS_KAFKA_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_KAFKA_API BrokerNodeGroupInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
BrokerNodeGroupInfo & AddSecurityGroups(SecurityGroupsT &&value)
const Aws::Vector< Aws::String > & GetSecurityGroups() const
AWS_KAFKA_API BrokerNodeGroupInfo(Aws::Utils::Json::JsonView jsonValue)
const StorageInfo & GetStorageInfo() const
BrokerNodeGroupInfo & WithSecurityGroups(SecurityGroupsT &&value)
void SetInstanceType(InstanceTypeT &&value)
bool ClientSubnetsHasBeenSet() const
void SetConnectivityInfo(ConnectivityInfoT &&value)
const Aws::Vector< Aws::String > & GetClientSubnets() const
const Aws::String & GetInstanceType() const
void SetSecurityGroups(SecurityGroupsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue