7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/quicksight/QuickSight_EXPORTS.h>
10#include <aws/quicksight/model/CustomInstructions.h>
11#include <aws/quicksight/model/TopicDetails.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
37 template <
typename ArnT = Aws::String>
39 m_arnHasBeenSet =
true;
40 m_arn = std::forward<ArnT>(value);
42 template <
typename ArnT = Aws::String>
44 SetArn(std::forward<ArnT>(value));
55 template <
typename TopicIdT = Aws::String>
57 m_topicIdHasBeenSet =
true;
58 m_topicId = std::forward<TopicIdT>(value);
60 template <
typename TopicIdT = Aws::String>
72 template <
typename TopicT = TopicDetails>
74 m_topicHasBeenSet =
true;
75 m_topic = std::forward<TopicT>(value);
77 template <
typename TopicT = TopicDetails>
79 SetTopic(std::forward<TopicT>(value));
87 template <
typename RequestIdT = Aws::String>
89 m_requestIdHasBeenSet =
true;
90 m_requestId = std::forward<RequestIdT>(value);
92 template <
typename RequestIdT = Aws::String>
105 m_statusHasBeenSet =
true;
119 template <
typename CustomInstructionsT = CustomInstructions>
121 m_customInstructionsHasBeenSet =
true;
122 m_customInstructions = std::forward<CustomInstructionsT>(value);
124 template <
typename CustomInstructionsT = CustomInstructions>
143 CustomInstructions m_customInstructions;
145 bool m_arnHasBeenSet =
false;
146 bool m_topicIdHasBeenSet =
false;
147 bool m_topicHasBeenSet =
false;
148 bool m_requestIdHasBeenSet =
false;
149 bool m_statusHasBeenSet =
false;
150 bool m_customInstructionsHasBeenSet =
false;
DescribeTopicResult & WithTopicId(TopicIdT &&value)
DescribeTopicResult & WithStatus(int value)
const CustomInstructions & GetCustomInstructions() const
void SetArn(ArnT &&value)
DescribeTopicResult & WithArn(ArnT &&value)
void SetTopic(TopicT &&value)
const Aws::String & GetArn() const
void SetTopicId(TopicIdT &&value)
const Aws::String & GetTopicId() const
const TopicDetails & GetTopic() const
const Aws::String & GetRequestId() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_QUICKSIGHT_API DescribeTopicResult()=default
AWS_QUICKSIGHT_API DescribeTopicResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
DescribeTopicResult & WithCustomInstructions(CustomInstructionsT &&value)
DescribeTopicResult & WithRequestId(RequestIdT &&value)
AWS_QUICKSIGHT_API DescribeTopicResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetStatus(int value)
DescribeTopicResult & WithTopic(TopicT &&value)
void SetCustomInstructions(CustomInstructionsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue