7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/kafka/KafkaRequest.h>
9#include <aws/kafka/Kafka_EXPORTS.h>
46 template <
typename ClusterNameFilterT = Aws::String>
48 m_clusterNameFilterHasBeenSet =
true;
49 m_clusterNameFilter = std::forward<ClusterNameFilterT>(value);
51 template <
typename ClusterNameFilterT = Aws::String>
69 m_maxResultsHasBeenSet =
true;
89 template <
typename NextTokenT = Aws::String>
91 m_nextTokenHasBeenSet =
true;
92 m_nextToken = std::forward<NextTokenT>(value);
94 template <
typename NextTokenT = Aws::String>
106 bool m_clusterNameFilterHasBeenSet =
false;
107 bool m_maxResultsHasBeenSet =
false;
108 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