7#include <aws/kafka/Kafka_EXPORTS.h>
8#include <aws/kafka/model/BrokerAZDistribution.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/kafka/model/StorageInfo.h>
12#include <aws/kafka/model/ConnectivityInfo.h>
76 template<
typename ClientSubnetsT = Aws::Vector<Aws::String>>
77 void SetClientSubnets(ClientSubnetsT&& value) { m_clientSubnetsHasBeenSet =
true; m_clientSubnets = std::forward<ClientSubnetsT>(value); }
78 template<
typename ClientSubnetsT = Aws::Vector<Aws::String>>
80 template<
typename ClientSubnetsT = Aws::String>
96 template<
typename InstanceTypeT = Aws::String>
97 void SetInstanceType(InstanceTypeT&& value) { m_instanceTypeHasBeenSet =
true; m_instanceType = std::forward<InstanceTypeT>(value); }
98 template<
typename InstanceTypeT = Aws::String>
113 template<
typename SecurityGroupsT = Aws::Vector<Aws::String>>
114 void SetSecurityGroups(SecurityGroupsT&& value) { m_securityGroupsHasBeenSet =
true; m_securityGroups = std::forward<SecurityGroupsT>(value); }
115 template<
typename SecurityGroupsT = Aws::Vector<Aws::String>>
117 template<
typename SecurityGroupsT = Aws::String>
130 template<
typename StorageInfoT = StorageInfo>
131 void SetStorageInfo(StorageInfoT&& value) { m_storageInfoHasBeenSet =
true; m_storageInfo = std::forward<StorageInfoT>(value); }
132 template<
typename StorageInfoT = StorageInfo>
144 template<
typename ConnectivityInfoT = ConnectivityInfo>
145 void SetConnectivityInfo(ConnectivityInfoT&& value) { m_connectivityInfoHasBeenSet =
true; m_connectivityInfo = std::forward<ConnectivityInfoT>(value); }
146 template<
typename ConnectivityInfoT = ConnectivityInfo>
159 template<
typename ZoneIdsT = Aws::Vector<Aws::String>>
160 void SetZoneIds(ZoneIdsT&& value) { m_zoneIdsHasBeenSet =
true; m_zoneIds = std::forward<ZoneIdsT>(value); }
161 template<
typename ZoneIdsT = Aws::Vector<Aws::String>>
163 template<
typename ZoneIdsT = Aws::String>
169 bool m_brokerAZDistributionHasBeenSet =
false;
172 bool m_clientSubnetsHasBeenSet =
false;
175 bool m_instanceTypeHasBeenSet =
false;
178 bool m_securityGroupsHasBeenSet =
false;
180 StorageInfo m_storageInfo;
181 bool m_storageInfoHasBeenSet =
false;
183 ConnectivityInfo m_connectivityInfo;
184 bool m_connectivityInfoHasBeenSet =
false;
187 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