7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/kafka/Kafka_EXPORTS.h>
10#include <aws/kafka/model/TopicState.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
38 template <
typename TopicArnT = Aws::String>
40 m_topicArnHasBeenSet =
true;
41 m_topicArn = std::forward<TopicArnT>(value);
43 template <
typename TopicArnT = Aws::String>
57 template <
typename TopicNameT = Aws::String>
59 m_topicNameHasBeenSet =
true;
60 m_topicName = std::forward<TopicNameT>(value);
62 template <
typename TopicNameT = Aws::String>
77 m_statusHasBeenSet =
true;
89 template <
typename RequestIdT = Aws::String>
91 m_requestIdHasBeenSet =
true;
92 m_requestId = std::forward<RequestIdT>(value);
94 template <
typename RequestIdT = Aws::String>
111 bool m_topicArnHasBeenSet =
false;
112 bool m_topicNameHasBeenSet =
false;
113 bool m_statusHasBeenSet =
false;
114 bool m_requestIdHasBeenSet =
false;
TopicState GetStatus() const
AWS_KAFKA_API DeleteTopicResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetTopicName(TopicNameT &&value)
DeleteTopicResult & WithStatus(TopicState value)
void SetStatus(TopicState value)
DeleteTopicResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
DeleteTopicResult & WithTopicArn(TopicArnT &&value)
const Aws::String & GetTopicName() const
void SetTopicArn(TopicArnT &&value)
const Aws::String & GetTopicArn() const
void SetRequestId(RequestIdT &&value)
AWS_KAFKA_API DeleteTopicResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_KAFKA_API DeleteTopicResult()=default
DeleteTopicResult & WithTopicName(TopicNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue