7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
13template <
typename RESULT_TYPE>
14class AmazonWebServiceResult;
35 template <
typename TopicIdT = Aws::String>
37 m_topicIdHasBeenSet =
true;
38 m_topicId = std::forward<TopicIdT>(value);
40 template <
typename TopicIdT = Aws::String>
52 template <
typename ArnT = Aws::String>
54 m_arnHasBeenSet =
true;
55 m_arn = std::forward<ArnT>(value);
57 template <
typename ArnT = Aws::String>
59 SetArn(std::forward<ArnT>(value));
69 template <
typename RefreshArnT = Aws::String>
71 m_refreshArnHasBeenSet =
true;
72 m_refreshArn = std::forward<RefreshArnT>(value);
74 template <
typename RefreshArnT = Aws::String>
84 template <
typename RequestIdT = Aws::String>
86 m_requestIdHasBeenSet =
true;
87 m_requestId = std::forward<RequestIdT>(value);
89 template <
typename RequestIdT = Aws::String>
102 m_statusHasBeenSet =
true;
120 bool m_topicIdHasBeenSet =
false;
121 bool m_arnHasBeenSet =
false;
122 bool m_refreshArnHasBeenSet =
false;
123 bool m_requestIdHasBeenSet =
false;
124 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_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