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>
60 template <
typename TopicNameT = Aws::String>
62 m_topicNameHasBeenSet =
true;
63 m_topicName = std::forward<TopicNameT>(value);
65 template <
typename TopicNameT = Aws::String>
75 bool m_clusterArnHasBeenSet =
false;
76 bool m_topicNameHasBeenSet =
false;
const Aws::String & GetClusterArn() const
const Aws::String & GetTopicName() const
void SetClusterArn(ClusterArnT &&value)
DeleteTopicRequest & WithTopicName(TopicNameT &&value)
DeleteTopicRequest & WithClusterArn(ClusterArnT &&value)
bool ClusterArnHasBeenSet() const
void SetTopicName(TopicNameT &&value)
virtual const char * GetServiceRequestName() const override
AWS_KAFKA_API Aws::String SerializePayload() const override
bool TopicNameHasBeenSet() const
AWS_KAFKA_API DeleteTopicRequest()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String