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>
66 template <
typename TopicNameT = Aws::String>
68 m_topicNameHasBeenSet =
true;
69 m_topicName = std::forward<TopicNameT>(value);
71 template <
typename TopicNameT = Aws::String>
89 m_maxResultsHasBeenSet =
true;
109 template <
typename NextTokenT = Aws::String>
111 m_nextTokenHasBeenSet =
true;
112 m_nextToken = std::forward<NextTokenT>(value);
114 template <
typename NextTokenT = Aws::String>
128 bool m_clusterArnHasBeenSet =
false;
129 bool m_topicNameHasBeenSet =
false;
130 bool m_maxResultsHasBeenSet =
false;
131 bool m_nextTokenHasBeenSet =
false;
const Aws::String & GetClusterArn() const
DescribeTopicPartitionsRequest & WithNextToken(NextTokenT &&value)
void SetMaxResults(int value)
bool NextTokenHasBeenSet() const
bool MaxResultsHasBeenSet() const
AWS_KAFKA_API Aws::String SerializePayload() const override
const Aws::String & GetTopicName() const
AWS_KAFKA_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
void SetClusterArn(ClusterArnT &&value)
virtual const char * GetServiceRequestName() const override
DescribeTopicPartitionsRequest & WithMaxResults(int value)
int GetMaxResults() const
void SetTopicName(TopicNameT &&value)
DescribeTopicPartitionsRequest & WithTopicName(TopicNameT &&value)
AWS_KAFKA_API DescribeTopicPartitionsRequest()=default
const Aws::String & GetNextToken() const
DescribeTopicPartitionsRequest & WithClusterArn(ClusterArnT &&value)
bool TopicNameHasBeenSet() const
void SetNextToken(NextTokenT &&value)
bool ClusterArnHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String