7#include <aws/kafka/Kafka_EXPORTS.h>
8#include <aws/kafka/KafkaRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename BrokerIdsT = Aws::Vector<Aws::String>>
49 void SetBrokerIds(BrokerIdsT&& value) { m_brokerIdsHasBeenSet =
true; m_brokerIds = std::forward<BrokerIdsT>(value); }
50 template<
typename BrokerIdsT = Aws::Vector<Aws::String>>
52 template<
typename BrokerIdsT = Aws::String>
65 template<
typename ClusterArnT = Aws::String>
66 void SetClusterArn(ClusterArnT&& value) { m_clusterArnHasBeenSet =
true; m_clusterArn = std::forward<ClusterArnT>(value); }
67 template<
typename ClusterArnT = Aws::String>
73 bool m_brokerIdsHasBeenSet =
false;
76 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