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/TopicV2Details.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 = TopicV2Details>
74 m_topicHasBeenSet =
true;
75 m_topic = std::forward<TopicT>(value);
77 template <
typename TopicT = TopicV2Details>
79 SetTopic(std::forward<TopicT>(value));
87 template <
typename CustomInstructionsT = CustomInstructions>
89 m_customInstructionsHasBeenSet =
true;
90 m_customInstructions = std::forward<CustomInstructionsT>(value);
92 template <
typename CustomInstructionsT = CustomInstructions>
105 m_statusHasBeenSet =
true;
117 template <
typename RequestIdT = Aws::String>
119 m_requestIdHasBeenSet =
true;
120 m_requestId = std::forward<RequestIdT>(value);
122 template <
typename RequestIdT = Aws::String>
143 bool m_arnHasBeenSet =
false;
144 bool m_topicIdHasBeenSet =
false;
145 bool m_topicHasBeenSet =
false;
146 bool m_customInstructionsHasBeenSet =
false;
147 bool m_statusHasBeenSet =
false;
148 bool m_requestIdHasBeenSet =
false;
DescribeTopicV2Result & WithTopic(TopicT &&value)
DescribeTopicV2Result & WithArn(ArnT &&value)
void SetArn(ArnT &&value)
AWS_QUICKSIGHT_API DescribeTopicV2Result()=default
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_QUICKSIGHT_API DescribeTopicV2Result(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetCustomInstructions(CustomInstructionsT &&value)
const TopicV2Details & GetTopic() const
void SetRequestId(RequestIdT &&value)
DescribeTopicV2Result & WithTopicId(TopicIdT &&value)
AWS_QUICKSIGHT_API DescribeTopicV2Result & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetTopicId(TopicIdT &&value)
void SetStatus(int value)
DescribeTopicV2Result & WithStatus(int value)
const Aws::String & GetRequestId() const
DescribeTopicV2Result & WithRequestId(RequestIdT &&value)
void SetTopic(TopicT &&value)
const Aws::String & GetTopicId() const
DescribeTopicV2Result & WithCustomInstructions(CustomInstructionsT &&value)
const Aws::String & GetArn() const
const CustomInstructions & GetCustomInstructions() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue