7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/quicksight/QuickSight_EXPORTS.h>
10#include <aws/quicksight/model/DashboardSummary.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
37 template <
typename DashboardSummaryListT = Aws::Vector<DashboardSummary>>
39 m_dashboardSummaryListHasBeenSet =
true;
40 m_dashboardSummaryList = std::forward<DashboardSummaryListT>(value);
42 template <
typename DashboardSummaryListT = Aws::Vector<DashboardSummary>>
47 template <
typename DashboardSummaryListT = DashboardSummary>
49 m_dashboardSummaryListHasBeenSet =
true;
50 m_dashboardSummaryList.emplace_back(std::forward<DashboardSummaryListT>(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>
110 bool m_dashboardSummaryListHasBeenSet =
false;
111 bool m_nextTokenHasBeenSet =
false;
112 bool m_statusHasBeenSet =
false;
113 bool m_requestIdHasBeenSet =
false;
ListDashboardsResult & WithRequestId(RequestIdT &&value)
ListDashboardsResult & WithStatus(int value)
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