7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/quicksight/model/TopicDetails.h>
10#include <aws/quicksight/model/CustomInstructions.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template<
typename ArnT = Aws::String>
43 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
44 template<
typename ArnT = Aws::String>
54 template<
typename TopicIdT = Aws::String>
55 void SetTopicId(TopicIdT&& value) { m_topicIdHasBeenSet =
true; m_topicId = std::forward<TopicIdT>(value); }
56 template<
typename TopicIdT = Aws::String>
65 template<
typename TopicT = TopicDetails>
66 void SetTopic(TopicT&& value) { m_topicHasBeenSet =
true; m_topic = std::forward<TopicT>(value); }
67 template<
typename TopicT = TopicDetails>
74 template<
typename RequestIdT = Aws::String>
75 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
76 template<
typename RequestIdT = Aws::String>
85 inline void SetStatus(
int value) { m_statusHasBeenSet =
true; m_status = value; }
94 template<
typename CustomInstructionsT = CustomInstructions>
95 void SetCustomInstructions(CustomInstructionsT&& value) { m_customInstructionsHasBeenSet =
true; m_customInstructions = std::forward<CustomInstructionsT>(value); }
96 template<
typename CustomInstructionsT = CustomInstructions>
102 bool m_arnHasBeenSet =
false;
105 bool m_topicIdHasBeenSet =
false;
108 bool m_topicHasBeenSet =
false;
111 bool m_requestIdHasBeenSet =
false;
114 bool m_statusHasBeenSet =
false;
116 CustomInstructions m_customInstructions;
117 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