7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
13template <
typename RESULT_TYPE>
14class AmazonWebServiceResult;
35 template <
typename DashboardIdT = Aws::String>
37 m_dashboardIdHasBeenSet =
true;
38 m_dashboardId = std::forward<DashboardIdT>(value);
40 template <
typename DashboardIdT = Aws::String>
52 template <
typename DashboardArnT = Aws::String>
54 m_dashboardArnHasBeenSet =
true;
55 m_dashboardArn = std::forward<DashboardArnT>(value);
57 template <
typename DashboardArnT = Aws::String>
70 m_statusHasBeenSet =
true;
82 template <
typename RequestIdT = Aws::String>
84 m_requestIdHasBeenSet =
true;
85 m_requestId = std::forward<RequestIdT>(value);
87 template <
typename RequestIdT = Aws::String>
101 bool m_dashboardIdHasBeenSet =
false;
102 bool m_dashboardArnHasBeenSet =
false;
103 bool m_statusHasBeenSet =
false;
104 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_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