7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/quicksight/QuickSight_EXPORTS.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
36 template <
typename DashboardIdT = Aws::String>
38 m_dashboardIdHasBeenSet =
true;
39 m_dashboardId = std::forward<DashboardIdT>(value);
41 template <
typename DashboardIdT = Aws::String>
53 template <
typename DashboardArnT = Aws::String>
55 m_dashboardArnHasBeenSet =
true;
56 m_dashboardArn = std::forward<DashboardArnT>(value);
58 template <
typename DashboardArnT = Aws::String>
71 m_statusHasBeenSet =
true;
83 template <
typename RequestIdT = Aws::String>
85 m_requestIdHasBeenSet =
true;
86 m_requestId = std::forward<RequestIdT>(value);
88 template <
typename RequestIdT = Aws::String>
105 bool m_dashboardIdHasBeenSet =
false;
106 bool m_dashboardArnHasBeenSet =
false;
107 bool m_statusHasBeenSet =
false;
108 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetRequestId() const
UpdateDashboardPublishedVersionResult & WithDashboardId(DashboardIdT &&value)
void SetDashboardId(DashboardIdT &&value)
void SetStatus(int value)
UpdateDashboardPublishedVersionResult & WithRequestId(RequestIdT &&value)
UpdateDashboardPublishedVersionResult & WithDashboardArn(DashboardArnT &&value)
const Aws::String & GetDashboardId() const
void SetDashboardArn(DashboardArnT &&value)
UpdateDashboardPublishedVersionResult & WithStatus(int value)
AWS_QUICKSIGHT_API UpdateDashboardPublishedVersionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_QUICKSIGHT_API UpdateDashboardPublishedVersionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetDashboardArn() const
AWS_QUICKSIGHT_API UpdateDashboardPublishedVersionResult()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue