7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/quicksight/QuickSight_EXPORTS.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
36 template <
typename TopicIdT = Aws::String>
38 m_topicIdHasBeenSet =
true;
39 m_topicId = std::forward<TopicIdT>(value);
41 template <
typename TopicIdT = Aws::String>
53 template <
typename ArnT = Aws::String>
55 m_arnHasBeenSet =
true;
56 m_arn = std::forward<ArnT>(value);
58 template <
typename ArnT = Aws::String>
60 SetArn(std::forward<ArnT>(value));
70 template <
typename RefreshArnT = Aws::String>
72 m_refreshArnHasBeenSet =
true;
73 m_refreshArn = std::forward<RefreshArnT>(value);
75 template <
typename RefreshArnT = Aws::String>
85 template <
typename RequestIdT = Aws::String>
87 m_requestIdHasBeenSet =
true;
88 m_requestId = std::forward<RequestIdT>(value);
90 template <
typename RequestIdT = Aws::String>
103 m_statusHasBeenSet =
true;
124 bool m_topicIdHasBeenSet =
false;
125 bool m_arnHasBeenSet =
false;
126 bool m_refreshArnHasBeenSet =
false;
127 bool m_requestIdHasBeenSet =
false;
128 bool m_statusHasBeenSet =
false;
const Aws::String & GetArn() const
void SetStatus(int value)
void SetArn(ArnT &&value)
UpdateTopicResult & WithRequestId(RequestIdT &&value)
AWS_QUICKSIGHT_API UpdateTopicResult()=default
AWS_QUICKSIGHT_API UpdateTopicResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRefreshArn() const
const Aws::String & GetRequestId() const
UpdateTopicResult & WithStatus(int value)
UpdateTopicResult & WithRefreshArn(RefreshArnT &&value)
const Aws::String & GetTopicId() const
UpdateTopicResult & WithArn(ArnT &&value)
void SetRefreshArn(RefreshArnT &&value)
void SetRequestId(RequestIdT &&value)
void SetTopicId(TopicIdT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_QUICKSIGHT_API UpdateTopicResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateTopicResult & WithTopicId(TopicIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue