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/TopicV2Summary.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
37 template <
typename TopicSummaryListT = Aws::Vector<TopicV2Summary>>
39 m_topicSummaryListHasBeenSet =
true;
40 m_topicSummaryList = std::forward<TopicSummaryListT>(value);
42 template <
typename TopicSummaryListT = Aws::Vector<TopicV2Summary>>
47 template <
typename TopicSummaryListT = TopicV2Summary>
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;
const Aws::String & GetNextToken() const
SearchTopicsV2Result & WithRequestId(RequestIdT &&value)
SearchTopicsV2Result & AddTopicSummaryList(TopicSummaryListT &&value)
void SetStatus(int value)
AWS_QUICKSIGHT_API SearchTopicsV2Result & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetTopicSummaryList(TopicSummaryListT &&value)
SearchTopicsV2Result & WithNextToken(NextTokenT &&value)
const Aws::Vector< TopicV2Summary > & GetTopicSummaryList() const
const Aws::String & GetRequestId() const
SearchTopicsV2Result & WithStatus(int value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetRequestId(RequestIdT &&value)
SearchTopicsV2Result & WithTopicSummaryList(TopicSummaryListT &&value)
AWS_QUICKSIGHT_API SearchTopicsV2Result()=default
void SetNextToken(NextTokenT &&value)
AWS_QUICKSIGHT_API SearchTopicsV2Result(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