7#include <aws/kafka/Kafka_EXPORTS.h>
8#include <aws/kafka/KafkaRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
51 template<
typename ClusterNameFilterT = Aws::String>
52 void SetClusterNameFilter(ClusterNameFilterT&& value) { m_clusterNameFilterHasBeenSet =
true; m_clusterNameFilter = std::forward<ClusterNameFilterT>(value); }
53 template<
typename ClusterNameFilterT = Aws::String>
67 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
82 template<
typename NextTokenT = Aws::String>
83 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
84 template<
typename NextTokenT = Aws::String>
90 bool m_clusterNameFilterHasBeenSet =
false;
93 bool m_maxResultsHasBeenSet =
false;
96 bool m_nextTokenHasBeenSet =
false;
bool MaxResultsHasBeenSet() const
void SetClusterNameFilter(ClusterNameFilterT &&value)
AWS_KAFKA_API ListClustersRequest()=default
void SetMaxResults(int value)
ListClustersRequest & WithNextToken(NextTokenT &&value)
int GetMaxResults() const
const Aws::String & GetNextToken() const
ListClustersRequest & WithClusterNameFilter(ClusterNameFilterT &&value)
AWS_KAFKA_API Aws::String SerializePayload() const override
AWS_KAFKA_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
void SetNextToken(NextTokenT &&value)
ListClustersRequest & WithMaxResults(int value)
bool ClusterNameFilterHasBeenSet() const
bool NextTokenHasBeenSet() const
const Aws::String & GetClusterNameFilter() const
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String