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>
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_arnHasBeenSet =
false;
121 bool m_topicIdHasBeenSet =
false;
122 bool m_refreshArnHasBeenSet =
false;
123 bool m_requestIdHasBeenSet =
false;
124 bool m_statusHasBeenSet =
false;
CreateTopicResult & WithRequestId(RequestIdT &&value)
AWS_QUICKSIGHT_API CreateTopicResult()=default
const Aws::String & GetTopicId() const
CreateTopicResult & WithTopicId(TopicIdT &&value)
void SetRefreshArn(RefreshArnT &&value)
const Aws::String & GetRefreshArn() const
void SetStatus(int value)
void SetRequestId(RequestIdT &&value)
AWS_QUICKSIGHT_API CreateTopicResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetArn(ArnT &&value)
CreateTopicResult & WithArn(ArnT &&value)
const Aws::String & GetRequestId() const
AWS_QUICKSIGHT_API CreateTopicResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateTopicResult & WithStatus(int value)
void SetTopicId(TopicIdT &&value)
CreateTopicResult & WithRefreshArn(RefreshArnT &&value)
const Aws::String & GetArn() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue