AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
DashboardVisualId.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{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace QuickSight
22{
23namespace Model
24{
25
41 {
42 public:
43 AWS_QUICKSIGHT_API DashboardVisualId();
44 AWS_QUICKSIGHT_API DashboardVisualId(Aws::Utils::Json::JsonView jsonValue);
46 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
47
48
50
57 inline const Aws::String& GetDashboardId() const{ return m_dashboardId; }
58 inline bool DashboardIdHasBeenSet() const { return m_dashboardIdHasBeenSet; }
59 inline void SetDashboardId(const Aws::String& value) { m_dashboardIdHasBeenSet = true; m_dashboardId = value; }
60 inline void SetDashboardId(Aws::String&& value) { m_dashboardIdHasBeenSet = true; m_dashboardId = std::move(value); }
61 inline void SetDashboardId(const char* value) { m_dashboardIdHasBeenSet = true; m_dashboardId.assign(value); }
62 inline DashboardVisualId& WithDashboardId(const Aws::String& value) { SetDashboardId(value); return *this;}
63 inline DashboardVisualId& WithDashboardId(Aws::String&& value) { SetDashboardId(std::move(value)); return *this;}
64 inline DashboardVisualId& WithDashboardId(const char* value) { SetDashboardId(value); return *this;}
66
68
74 inline const Aws::String& GetSheetId() const{ return m_sheetId; }
75 inline bool SheetIdHasBeenSet() const { return m_sheetIdHasBeenSet; }
76 inline void SetSheetId(const Aws::String& value) { m_sheetIdHasBeenSet = true; m_sheetId = value; }
77 inline void SetSheetId(Aws::String&& value) { m_sheetIdHasBeenSet = true; m_sheetId = std::move(value); }
78 inline void SetSheetId(const char* value) { m_sheetIdHasBeenSet = true; m_sheetId.assign(value); }
79 inline DashboardVisualId& WithSheetId(const Aws::String& value) { SetSheetId(value); return *this;}
80 inline DashboardVisualId& WithSheetId(Aws::String&& value) { SetSheetId(std::move(value)); return *this;}
81 inline DashboardVisualId& WithSheetId(const char* value) { SetSheetId(value); return *this;}
83
85
91 inline const Aws::String& GetVisualId() const{ return m_visualId; }
92 inline bool VisualIdHasBeenSet() const { return m_visualIdHasBeenSet; }
93 inline void SetVisualId(const Aws::String& value) { m_visualIdHasBeenSet = true; m_visualId = value; }
94 inline void SetVisualId(Aws::String&& value) { m_visualIdHasBeenSet = true; m_visualId = std::move(value); }
95 inline void SetVisualId(const char* value) { m_visualIdHasBeenSet = true; m_visualId.assign(value); }
96 inline DashboardVisualId& WithVisualId(const Aws::String& value) { SetVisualId(value); return *this;}
97 inline DashboardVisualId& WithVisualId(Aws::String&& value) { SetVisualId(std::move(value)); return *this;}
98 inline DashboardVisualId& WithVisualId(const char* value) { SetVisualId(value); return *this;}
100 private:
101
102 Aws::String m_dashboardId;
103 bool m_dashboardIdHasBeenSet = false;
104
105 Aws::String m_sheetId;
106 bool m_sheetIdHasBeenSet = false;
107
108 Aws::String m_visualId;
109 bool m_visualIdHasBeenSet = false;
110 };
111
112} // namespace Model
113} // namespace QuickSight
114} // namespace Aws
DashboardVisualId & WithSheetId(const Aws::String &value)
DashboardVisualId & WithSheetId(const char *value)
DashboardVisualId & WithSheetId(Aws::String &&value)
const Aws::String & GetDashboardId() const
AWS_QUICKSIGHT_API DashboardVisualId(Aws::Utils::Json::JsonView jsonValue)
void SetSheetId(const Aws::String &value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
DashboardVisualId & WithDashboardId(const char *value)
DashboardVisualId & WithVisualId(const char *value)
DashboardVisualId & WithVisualId(const Aws::String &value)
DashboardVisualId & WithDashboardId(Aws::String &&value)
DashboardVisualId & WithVisualId(Aws::String &&value)
void SetDashboardId(const Aws::String &value)
AWS_QUICKSIGHT_API DashboardVisualId & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetVisualId(const Aws::String &value)
DashboardVisualId & WithDashboardId(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue