7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/kafka/Kafka_EXPORTS.h>
45 template <
typename CreatedBrokerIdsT = Aws::Vector<
double>>
47 m_createdBrokerIdsHasBeenSet =
true;
48 m_createdBrokerIds = std::forward<CreatedBrokerIdsT>(value);
50 template <
typename CreatedBrokerIdsT = Aws::Vector<
double>>
56 m_createdBrokerIdsHasBeenSet =
true;
57 m_createdBrokerIds.push_back(value);
70 template <
typename DeletedBrokerIdsT = Aws::Vector<
double>>
72 m_deletedBrokerIdsHasBeenSet =
true;
73 m_deletedBrokerIds = std::forward<DeletedBrokerIdsT>(value);
75 template <
typename DeletedBrokerIdsT = Aws::Vector<
double>>
81 m_deletedBrokerIdsHasBeenSet =
true;
82 m_deletedBrokerIds.push_back(value);
90 bool m_createdBrokerIdsHasBeenSet =
false;
91 bool m_deletedBrokerIdsHasBeenSet =
false;
const Aws::Vector< double > & GetDeletedBrokerIds() const
BrokerCountUpdateInfo & WithDeletedBrokerIds(DeletedBrokerIdsT &&value)
AWS_KAFKA_API BrokerCountUpdateInfo(Aws::Utils::Json::JsonView jsonValue)
BrokerCountUpdateInfo & AddDeletedBrokerIds(double value)
void SetCreatedBrokerIds(CreatedBrokerIdsT &&value)
AWS_KAFKA_API BrokerCountUpdateInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
bool DeletedBrokerIdsHasBeenSet() const
void SetDeletedBrokerIds(DeletedBrokerIdsT &&value)
AWS_KAFKA_API BrokerCountUpdateInfo()=default
const Aws::Vector< double > & GetCreatedBrokerIds() const
bool CreatedBrokerIdsHasBeenSet() const
BrokerCountUpdateInfo & WithCreatedBrokerIds(CreatedBrokerIdsT &&value)
BrokerCountUpdateInfo & AddCreatedBrokerIds(double value)
AWS_KAFKA_API Aws::Utils::Json::JsonValue Jsonize() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue