7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/quicksight/QuickSight_EXPORTS.h>
11#include <aws/quicksight/model/TopicSummary.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
37 template <
typename TopicSummaryListT = Aws::Vector<TopicSummary>>
39 m_topicSummaryListHasBeenSet =
true;
40 m_topicSummaryList = std::forward<TopicSummaryListT>(value);
42 template <
typename TopicSummaryListT = Aws::Vector<TopicSummary>>
47 template <
typename TopicSummaryListT = TopicSummary>
49 m_topicSummaryListHasBeenSet =
true;
50 m_topicSummaryList.emplace_back(std::forward<TopicSummaryListT>(value));
61 template <
typename NextTokenT = Aws::String>
63 m_nextTokenHasBeenSet =
true;
64 m_nextToken = std::forward<NextTokenT>(value);
66 template <
typename NextTokenT = Aws::String>
79 m_statusHasBeenSet =
true;
91 template <
typename RequestIdT = Aws::String>
93 m_requestIdHasBeenSet =
true;
94 m_requestId = std::forward<RequestIdT>(value);
96 template <
typename RequestIdT = Aws::String>
113 bool m_topicSummaryListHasBeenSet =
false;
114 bool m_nextTokenHasBeenSet =
false;
115 bool m_statusHasBeenSet =
false;
116 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
AWS_QUICKSIGHT_API SearchTopicsResult()=default
SearchTopicsResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetNextToken() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetStatus(int value)
AWS_QUICKSIGHT_API SearchTopicsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
const Aws::Vector< TopicSummary > & GetTopicSummaryList() const
SearchTopicsResult & WithTopicSummaryList(TopicSummaryListT &&value)
void SetTopicSummaryList(TopicSummaryListT &&value)
void SetNextToken(NextTokenT &&value)
SearchTopicsResult & WithNextToken(NextTokenT &&value)
SearchTopicsResult & WithStatus(int value)
SearchTopicsResult & AddTopicSummaryList(TopicSummaryListT &&value)
AWS_QUICKSIGHT_API SearchTopicsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue