AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
UpdateDashboardPublishedVersionResult.h
1
6#pragma once
7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13template<typename RESULT_TYPE>
14class AmazonWebServiceResult;
15
16namespace Utils
17{
18namespace Json
19{
20 class JsonValue;
21} // namespace Json
22} // namespace Utils
23namespace QuickSight
24{
25namespace Model
26{
28 {
29 public:
30 AWS_QUICKSIGHT_API UpdateDashboardPublishedVersionResult() = default;
33
34
36
39 inline const Aws::String& GetDashboardId() const { return m_dashboardId; }
40 template<typename DashboardIdT = Aws::String>
41 void SetDashboardId(DashboardIdT&& value) { m_dashboardIdHasBeenSet = true; m_dashboardId = std::forward<DashboardIdT>(value); }
42 template<typename DashboardIdT = Aws::String>
43 UpdateDashboardPublishedVersionResult& WithDashboardId(DashboardIdT&& value) { SetDashboardId(std::forward<DashboardIdT>(value)); return *this;}
45
47
50 inline const Aws::String& GetDashboardArn() const { return m_dashboardArn; }
51 template<typename DashboardArnT = Aws::String>
52 void SetDashboardArn(DashboardArnT&& value) { m_dashboardArnHasBeenSet = true; m_dashboardArn = std::forward<DashboardArnT>(value); }
53 template<typename DashboardArnT = Aws::String>
54 UpdateDashboardPublishedVersionResult& WithDashboardArn(DashboardArnT&& value) { SetDashboardArn(std::forward<DashboardArnT>(value)); return *this;}
56
58
61 inline int GetStatus() const { return m_status; }
62 inline void SetStatus(int value) { m_statusHasBeenSet = true; m_status = value; }
63 inline UpdateDashboardPublishedVersionResult& WithStatus(int value) { SetStatus(value); return *this;}
65
67
68 inline const Aws::String& GetRequestId() const { return m_requestId; }
69 template<typename RequestIdT = Aws::String>
70 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet = true; m_requestId = std::forward<RequestIdT>(value); }
71 template<typename RequestIdT = Aws::String>
72 UpdateDashboardPublishedVersionResult& WithRequestId(RequestIdT&& value) { SetRequestId(std::forward<RequestIdT>(value)); return *this;}
74 private:
75
76 Aws::String m_dashboardId;
77 bool m_dashboardIdHasBeenSet = false;
78
79 Aws::String m_dashboardArn;
80 bool m_dashboardArnHasBeenSet = false;
81
82 int m_status{0};
83 bool m_statusHasBeenSet = false;
84
85 Aws::String m_requestId;
86 bool m_requestIdHasBeenSet = false;
87 };
88
89} // namespace Model
90} // namespace QuickSight
91} // namespace Aws
UpdateDashboardPublishedVersionResult & WithDashboardId(DashboardIdT &&value)
UpdateDashboardPublishedVersionResult & WithRequestId(RequestIdT &&value)
UpdateDashboardPublishedVersionResult & WithDashboardArn(DashboardArnT &&value)
AWS_QUICKSIGHT_API UpdateDashboardPublishedVersionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_QUICKSIGHT_API UpdateDashboardPublishedVersionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue