7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
9#include <aws/quicksight/model/CustomInstructions.h>
10#include <aws/quicksight/model/TopicDetails.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
36 template <
typename ArnT = Aws::String>
38 m_arnHasBeenSet =
true;
39 m_arn = std::forward<ArnT>(value);
41 template <
typename ArnT = Aws::String>
43 SetArn(std::forward<ArnT>(value));
54 template <
typename TopicIdT = Aws::String>
56 m_topicIdHasBeenSet =
true;
57 m_topicId = std::forward<TopicIdT>(value);
59 template <
typename TopicIdT = Aws::String>
71 template <
typename TopicT = TopicDetails>
73 m_topicHasBeenSet =
true;
74 m_topic = std::forward<TopicT>(value);
76 template <
typename TopicT = TopicDetails>
78 SetTopic(std::forward<TopicT>(value));
86 template <
typename RequestIdT = Aws::String>
88 m_requestIdHasBeenSet =
true;
89 m_requestId = std::forward<RequestIdT>(value);
91 template <
typename RequestIdT = Aws::String>
104 m_statusHasBeenSet =
true;
118 template <
typename CustomInstructionsT = CustomInstructions>
120 m_customInstructionsHasBeenSet =
true;
121 m_customInstructions = std::forward<CustomInstructionsT>(value);
123 template <
typename CustomInstructionsT = CustomInstructions>
140 CustomInstructions m_customInstructions;
141 bool m_arnHasBeenSet =
false;
142 bool m_topicIdHasBeenSet =
false;
143 bool m_topicHasBeenSet =
false;
144 bool m_requestIdHasBeenSet =
false;
145 bool m_statusHasBeenSet =
false;
146 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_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