7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/quicksight/model/DashboardSummary.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
43 template<
typename DashboardSummaryListT = Aws::Vector<DashboardSummary>>
44 void SetDashboardSummaryList(DashboardSummaryListT&& value) { m_dashboardSummaryListHasBeenSet =
true; m_dashboardSummaryList = std::forward<DashboardSummaryListT>(value); }
45 template<
typename DashboardSummaryListT = Aws::Vector<DashboardSummary>>
47 template<
typename DashboardSummaryListT = DashboardSummary>
57 template<
typename NextTokenT = Aws::String>
58 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
59 template<
typename NextTokenT = Aws::String>
68 inline void SetStatus(
int value) { m_statusHasBeenSet =
true; m_status = value; }
75 template<
typename RequestIdT = Aws::String>
76 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
77 template<
typename RequestIdT = Aws::String>
83 bool m_dashboardSummaryListHasBeenSet =
false;
86 bool m_nextTokenHasBeenSet =
false;
89 bool m_statusHasBeenSet =
false;
92 bool m_requestIdHasBeenSet =
false;
SearchDashboardsResult & AddDashboardSummaryList(DashboardSummaryListT &&value)
const Aws::String & GetNextToken() const
SearchDashboardsResult & WithNextToken(NextTokenT &&value)
void SetDashboardSummaryList(DashboardSummaryListT &&value)
void SetRequestId(RequestIdT &&value)
SearchDashboardsResult & WithDashboardSummaryList(DashboardSummaryListT &&value)
const Aws::Vector< DashboardSummary > & GetDashboardSummaryList() const
SearchDashboardsResult & WithStatus(int value)
AWS_QUICKSIGHT_API SearchDashboardsResult()=default
SearchDashboardsResult & WithRequestId(RequestIdT &&value)
AWS_QUICKSIGHT_API SearchDashboardsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_QUICKSIGHT_API SearchDashboardsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetStatus(int value)
void SetNextToken(NextTokenT &&value)
const Aws::String & GetRequestId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue