7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/kafka/KafkaRequest.h>
10#include <aws/kafka/Kafka_EXPORTS.h>
44 template <
typename BrokerIdsT = Aws::Vector<Aws::String>>
46 m_brokerIdsHasBeenSet =
true;
47 m_brokerIds = std::forward<BrokerIdsT>(value);
49 template <
typename BrokerIdsT = Aws::Vector<Aws::String>>
54 template <
typename BrokerIdsT = Aws::String>
56 m_brokerIdsHasBeenSet =
true;
57 m_brokerIds.emplace_back(std::forward<BrokerIdsT>(value));
71 template <
typename ClusterArnT = Aws::String>
73 m_clusterArnHasBeenSet =
true;
74 m_clusterArn = std::forward<ClusterArnT>(value);
76 template <
typename ClusterArnT = Aws::String>
86 bool m_brokerIdsHasBeenSet =
false;
87 bool m_clusterArnHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
bool ClusterArnHasBeenSet() const
bool BrokerIdsHasBeenSet() const
void SetBrokerIds(BrokerIdsT &&value)
RebootBrokerRequest & WithClusterArn(ClusterArnT &&value)
AWS_KAFKA_API Aws::String SerializePayload() const override
AWS_KAFKA_API RebootBrokerRequest()=default
RebootBrokerRequest & AddBrokerIds(BrokerIdsT &&value)
RebootBrokerRequest & WithBrokerIds(BrokerIdsT &&value)
const Aws::String & GetClusterArn() const
const Aws::Vector< Aws::String > & GetBrokerIds() const
void SetClusterArn(ClusterArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector