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>
68 m_maxResultsHasBeenSet =
true;
88 template <
typename NextTokenT = Aws::String>
90 m_nextTokenHasBeenSet =
true;
91 m_nextToken = std::forward<NextTokenT>(value);
93 template <
typename NextTokenT = Aws::String>
108 template <
typename TopicNameFilterT = Aws::String>
110 m_topicNameFilterHasBeenSet =
true;
111 m_topicNameFilter = std::forward<TopicNameFilterT>(value);
113 template <
typename TopicNameFilterT = Aws::String>
127 bool m_clusterArnHasBeenSet =
false;
128 bool m_maxResultsHasBeenSet =
false;
129 bool m_nextTokenHasBeenSet =
false;
130 bool m_topicNameFilterHasBeenSet =
false;
ListTopicsRequest & WithTopicNameFilter(TopicNameFilterT &&value)
int GetMaxResults() const
ListTopicsRequest & WithMaxResults(int value)
AWS_KAFKA_API ListTopicsRequest()=default
ListTopicsRequest & WithNextToken(NextTokenT &&value)
const Aws::String & GetTopicNameFilter() const
AWS_KAFKA_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
const Aws::String & GetClusterArn() const
ListTopicsRequest & WithClusterArn(ClusterArnT &&value)
bool NextTokenHasBeenSet() const
void SetMaxResults(int value)
bool MaxResultsHasBeenSet() const
void SetTopicNameFilter(TopicNameFilterT &&value)
void SetNextToken(NextTokenT &&value)
void SetClusterArn(ClusterArnT &&value)
bool TopicNameFilterHasBeenSet() const
AWS_KAFKA_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
bool ClusterArnHasBeenSet() const
const Aws::String & GetNextToken() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String