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/DashboardVersionSummary.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
43 template<
typename DashboardVersionSummaryListT = Aws::Vector<DashboardVersionSummary>>
44 void SetDashboardVersionSummaryList(DashboardVersionSummaryListT&& value) { m_dashboardVersionSummaryListHasBeenSet =
true; m_dashboardVersionSummaryList = std::forward<DashboardVersionSummaryListT>(value); }
45 template<
typename DashboardVersionSummaryListT = Aws::Vector<DashboardVersionSummary>>
47 template<
typename DashboardVersionSummaryListT = DashboardVersionSummary>
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_dashboardVersionSummaryListHasBeenSet =
false;
86 bool m_nextTokenHasBeenSet =
false;
89 bool m_statusHasBeenSet =
false;
92 bool m_requestIdHasBeenSet =
false;
void SetDashboardVersionSummaryList(DashboardVersionSummaryListT &&value)
ListDashboardVersionsResult & WithNextToken(NextTokenT &&value)
AWS_QUICKSIGHT_API ListDashboardVersionsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetNextToken(NextTokenT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::Vector< DashboardVersionSummary > & GetDashboardVersionSummaryList() const
ListDashboardVersionsResult & AddDashboardVersionSummaryList(DashboardVersionSummaryListT &&value)
const Aws::String & GetRequestId() const
AWS_QUICKSIGHT_API ListDashboardVersionsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_QUICKSIGHT_API ListDashboardVersionsResult()=default
const Aws::String & GetNextToken() const
void SetStatus(int value)
ListDashboardVersionsResult & WithStatus(int value)
ListDashboardVersionsResult & WithDashboardVersionSummaryList(DashboardVersionSummaryListT &&value)
ListDashboardVersionsResult & WithRequestId(RequestIdT &&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