7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/kafka/KafkaRequest.h>
9#include <aws/kafka/Kafka_EXPORTS.h>
40 template <
typename ClusterArnT = Aws::String>
42 m_clusterArnHasBeenSet =
true;
43 m_clusterArn = std::forward<ClusterArnT>(value);
45 template <
typename ClusterArnT = Aws::String>
61 template <
typename TopicNameT = Aws::String>
63 m_topicNameHasBeenSet =
true;
64 m_topicName = std::forward<TopicNameT>(value);
66 template <
typename TopicNameT = Aws::String>
76 bool m_clusterArnHasBeenSet =
false;
77 bool m_topicNameHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
bool ClusterArnHasBeenSet() const
AWS_KAFKA_API DescribeTopicRequest()=default
const Aws::String & GetClusterArn() const
AWS_KAFKA_API Aws::String SerializePayload() const override
void SetClusterArn(ClusterArnT &&value)
DescribeTopicRequest & WithClusterArn(ClusterArnT &&value)
bool TopicNameHasBeenSet() const
void SetTopicName(TopicNameT &&value)
const Aws::String & GetTopicName() const
DescribeTopicRequest & WithTopicName(TopicNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String