7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
40 template<
typename ArnT = Aws::String>
41 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
42 template<
typename ArnT = Aws::String>
52 template<
typename TopicIdT = Aws::String>
53 void SetTopicId(TopicIdT&& value) { m_topicIdHasBeenSet =
true; m_topicId = std::forward<TopicIdT>(value); }
54 template<
typename TopicIdT = Aws::String>
61 template<
typename RequestIdT = Aws::String>
62 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
63 template<
typename RequestIdT = Aws::String>
72 inline void SetStatus(
int value) { m_statusHasBeenSet =
true; m_status = value; }
78 bool m_arnHasBeenSet =
false;
81 bool m_topicIdHasBeenSet =
false;
84 bool m_requestIdHasBeenSet =
false;
87 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