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/DashboardSummary.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
38 template <
typename DashboardSummaryListT = Aws::Vector<DashboardSummary>>
40 m_dashboardSummaryListHasBeenSet =
true;
41 m_dashboardSummaryList = std::forward<DashboardSummaryListT>(value);
43 template <
typename DashboardSummaryListT = Aws::Vector<DashboardSummary>>
48 template <
typename DashboardSummaryListT = DashboardSummary>
50 m_dashboardSummaryListHasBeenSet =
true;
51 m_dashboardSummaryList.emplace_back(std::forward<DashboardSummaryListT>(value));
62 template <
typename NextTokenT = Aws::String>
64 m_nextTokenHasBeenSet =
true;
65 m_nextToken = std::forward<NextTokenT>(value);
67 template <
typename NextTokenT = Aws::String>
80 m_statusHasBeenSet =
true;
92 template <
typename RequestIdT = Aws::String>
94 m_requestIdHasBeenSet =
true;
95 m_requestId = std::forward<RequestIdT>(value);
97 template <
typename RequestIdT = Aws::String>
114 bool m_dashboardSummaryListHasBeenSet =
false;
115 bool m_nextTokenHasBeenSet =
false;
116 bool m_statusHasBeenSet =
false;
117 bool m_requestIdHasBeenSet =
false;
ListDashboardsResult & WithRequestId(RequestIdT &&value)
ListDashboardsResult & WithStatus(int value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_QUICKSIGHT_API ListDashboardsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
const Aws::String & GetNextToken() const
ListDashboardsResult & WithNextToken(NextTokenT &&value)
const Aws::Vector< DashboardSummary > & GetDashboardSummaryList() const
void SetRequestId(RequestIdT &&value)
ListDashboardsResult & WithDashboardSummaryList(DashboardSummaryListT &&value)
AWS_QUICKSIGHT_API ListDashboardsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetNextToken(NextTokenT &&value)
ListDashboardsResult & AddDashboardSummaryList(DashboardSummaryListT &&value)
void SetStatus(int value)
AWS_QUICKSIGHT_API ListDashboardsResult()=default
void SetDashboardSummaryList(DashboardSummaryListT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue