7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/kafka/KafkaRequest.h>
9#include <aws/kafka/Kafka_EXPORTS.h>
45 template <
typename ClusterArnT = Aws::String>
47 m_clusterArnHasBeenSet =
true;
48 m_clusterArn = std::forward<ClusterArnT>(value);
50 template <
typename ClusterArnT = Aws::String>
67 m_maxResultsHasBeenSet =
true;
86 template <
typename NextTokenT = Aws::String>
88 m_nextTokenHasBeenSet =
true;
89 m_nextToken = std::forward<NextTokenT>(value);
91 template <
typename NextTokenT = Aws::String>
107 template <
typename TopicNameFilterT = Aws::String>
109 m_topicNameFilterHasBeenSet =
true;
110 m_topicNameFilter = std::forward<TopicNameFilterT>(value);
112 template <
typename TopicNameFilterT = Aws::String>
126 bool m_clusterArnHasBeenSet =
false;
127 bool m_maxResultsHasBeenSet =
false;
128 bool m_nextTokenHasBeenSet =
false;
129 bool m_topicNameFilterHasBeenSet =
false;
bool MaxResultsHasBeenSet() const
virtual const char * GetServiceRequestName() const override
AWS_KAFKA_API ListChannelsRequest()=default
void SetMaxResults(int value)
void SetTopicNameFilter(TopicNameFilterT &&value)
bool ClusterArnHasBeenSet() const
int GetMaxResults() const
const Aws::String & GetClusterArn() const
const Aws::String & GetTopicNameFilter() const
ListChannelsRequest & WithClusterArn(ClusterArnT &&value)
ListChannelsRequest & WithMaxResults(int value)
void SetClusterArn(ClusterArnT &&value)
ListChannelsRequest & WithTopicNameFilter(TopicNameFilterT &&value)
void SetNextToken(NextTokenT &&value)
bool NextTokenHasBeenSet() const
AWS_KAFKA_API Aws::String SerializePayload() const override
bool TopicNameFilterHasBeenSet() const
ListChannelsRequest & WithNextToken(NextTokenT &&value)
AWS_KAFKA_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
const Aws::String & GetNextToken() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String