7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
13template <
typename RESULT_TYPE>
14class AmazonWebServiceResult;
34 template <
typename ArnT = Aws::String>
36 m_arnHasBeenSet =
true;
37 m_arn = std::forward<ArnT>(value);
39 template <
typename ArnT = Aws::String>
41 SetArn(std::forward<ArnT>(value));
52 template <
typename TopicIdT = Aws::String>
54 m_topicIdHasBeenSet =
true;
55 m_topicId = std::forward<TopicIdT>(value);
57 template <
typename TopicIdT = Aws::String>
67 template <
typename RequestIdT = Aws::String>
69 m_requestIdHasBeenSet =
true;
70 m_requestId = std::forward<RequestIdT>(value);
72 template <
typename RequestIdT = Aws::String>
85 m_statusHasBeenSet =
true;
101 bool m_arnHasBeenSet =
false;
102 bool m_topicIdHasBeenSet =
false;
103 bool m_requestIdHasBeenSet =
false;
104 bool m_statusHasBeenSet =
false;
const Aws::String & GetArn() const
AWS_QUICKSIGHT_API DeleteTopicResult()=default
void SetStatus(int value)
DeleteTopicResult & WithStatus(int value)
void SetTopicId(TopicIdT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
DeleteTopicResult & WithTopicId(TopicIdT &&value)
void SetArn(ArnT &&value)
AWS_QUICKSIGHT_API DeleteTopicResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_QUICKSIGHT_API DeleteTopicResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DeleteTopicResult & WithRequestId(RequestIdT &&value)
DeleteTopicResult & WithArn(ArnT &&value)
const Aws::String & GetTopicId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue