7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/quicksight/QuickSight_EXPORTS.h>
10#include <aws/quicksight/model/Dashboard.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
36 template <
typename DashboardT = Dashboard>
38 m_dashboardHasBeenSet =
true;
39 m_dashboard = std::forward<DashboardT>(value);
41 template <
typename DashboardT = Dashboard>
54 m_statusHasBeenSet =
true;
66 template <
typename RequestIdT = Aws::String>
68 m_requestIdHasBeenSet =
true;
69 m_requestId = std::forward<RequestIdT>(value);
71 template <
typename RequestIdT = Aws::String>
86 bool m_dashboardHasBeenSet =
false;
87 bool m_statusHasBeenSet =
false;
88 bool m_requestIdHasBeenSet =
false;
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_QUICKSIGHT_API DescribeDashboardResult()=default
void SetStatus(int value)
AWS_QUICKSIGHT_API DescribeDashboardResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_QUICKSIGHT_API DescribeDashboardResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Dashboard & GetDashboard() const
DescribeDashboardResult & WithRequestId(RequestIdT &&value)
DescribeDashboardResult & WithStatus(int value)
void SetRequestId(RequestIdT &&value)
void SetDashboard(DashboardT &&value)
DescribeDashboardResult & WithDashboard(DashboardT &&value)
const Aws::String & GetRequestId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue