AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
DescribeDashboardResult.h
1
6#pragma once
7#include <aws/iotsitewise/IoTSiteWise_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <utility>
11
12namespace Aws
13{
14template<typename RESULT_TYPE>
15class AmazonWebServiceResult;
16
17namespace Utils
18{
19namespace Json
20{
21 class JsonValue;
22} // namespace Json
23} // namespace Utils
24namespace IoTSiteWise
25{
26namespace Model
27{
29 {
30 public:
31 AWS_IOTSITEWISE_API DescribeDashboardResult();
34
35
37
40 inline const Aws::String& GetDashboardId() const{ return m_dashboardId; }
41 inline void SetDashboardId(const Aws::String& value) { m_dashboardId = value; }
42 inline void SetDashboardId(Aws::String&& value) { m_dashboardId = std::move(value); }
43 inline void SetDashboardId(const char* value) { m_dashboardId.assign(value); }
44 inline DescribeDashboardResult& WithDashboardId(const Aws::String& value) { SetDashboardId(value); return *this;}
45 inline DescribeDashboardResult& WithDashboardId(Aws::String&& value) { SetDashboardId(std::move(value)); return *this;}
46 inline DescribeDashboardResult& WithDashboardId(const char* value) { SetDashboardId(value); return *this;}
48
50
57 inline const Aws::String& GetDashboardArn() const{ return m_dashboardArn; }
58 inline void SetDashboardArn(const Aws::String& value) { m_dashboardArn = value; }
59 inline void SetDashboardArn(Aws::String&& value) { m_dashboardArn = std::move(value); }
60 inline void SetDashboardArn(const char* value) { m_dashboardArn.assign(value); }
61 inline DescribeDashboardResult& WithDashboardArn(const Aws::String& value) { SetDashboardArn(value); return *this;}
62 inline DescribeDashboardResult& WithDashboardArn(Aws::String&& value) { SetDashboardArn(std::move(value)); return *this;}
63 inline DescribeDashboardResult& WithDashboardArn(const char* value) { SetDashboardArn(value); return *this;}
65
67
70 inline const Aws::String& GetDashboardName() const{ return m_dashboardName; }
71 inline void SetDashboardName(const Aws::String& value) { m_dashboardName = value; }
72 inline void SetDashboardName(Aws::String&& value) { m_dashboardName = std::move(value); }
73 inline void SetDashboardName(const char* value) { m_dashboardName.assign(value); }
74 inline DescribeDashboardResult& WithDashboardName(const Aws::String& value) { SetDashboardName(value); return *this;}
75 inline DescribeDashboardResult& WithDashboardName(Aws::String&& value) { SetDashboardName(std::move(value)); return *this;}
76 inline DescribeDashboardResult& WithDashboardName(const char* value) { SetDashboardName(value); return *this;}
78
80
83 inline const Aws::String& GetProjectId() const{ return m_projectId; }
84 inline void SetProjectId(const Aws::String& value) { m_projectId = value; }
85 inline void SetProjectId(Aws::String&& value) { m_projectId = std::move(value); }
86 inline void SetProjectId(const char* value) { m_projectId.assign(value); }
87 inline DescribeDashboardResult& WithProjectId(const Aws::String& value) { SetProjectId(value); return *this;}
88 inline DescribeDashboardResult& WithProjectId(Aws::String&& value) { SetProjectId(std::move(value)); return *this;}
89 inline DescribeDashboardResult& WithProjectId(const char* value) { SetProjectId(value); return *this;}
91
93
96 inline const Aws::String& GetDashboardDescription() const{ return m_dashboardDescription; }
97 inline void SetDashboardDescription(const Aws::String& value) { m_dashboardDescription = value; }
98 inline void SetDashboardDescription(Aws::String&& value) { m_dashboardDescription = std::move(value); }
99 inline void SetDashboardDescription(const char* value) { m_dashboardDescription.assign(value); }
101 inline DescribeDashboardResult& WithDashboardDescription(Aws::String&& value) { SetDashboardDescription(std::move(value)); return *this;}
102 inline DescribeDashboardResult& WithDashboardDescription(const char* value) { SetDashboardDescription(value); return *this;}
104
106
111 inline const Aws::String& GetDashboardDefinition() const{ return m_dashboardDefinition; }
112 inline void SetDashboardDefinition(const Aws::String& value) { m_dashboardDefinition = value; }
113 inline void SetDashboardDefinition(Aws::String&& value) { m_dashboardDefinition = std::move(value); }
114 inline void SetDashboardDefinition(const char* value) { m_dashboardDefinition.assign(value); }
116 inline DescribeDashboardResult& WithDashboardDefinition(Aws::String&& value) { SetDashboardDefinition(std::move(value)); return *this;}
117 inline DescribeDashboardResult& WithDashboardDefinition(const char* value) { SetDashboardDefinition(value); return *this;}
119
121
124 inline const Aws::Utils::DateTime& GetDashboardCreationDate() const{ return m_dashboardCreationDate; }
125 inline void SetDashboardCreationDate(const Aws::Utils::DateTime& value) { m_dashboardCreationDate = value; }
126 inline void SetDashboardCreationDate(Aws::Utils::DateTime&& value) { m_dashboardCreationDate = std::move(value); }
130
132
135 inline const Aws::Utils::DateTime& GetDashboardLastUpdateDate() const{ return m_dashboardLastUpdateDate; }
136 inline void SetDashboardLastUpdateDate(const Aws::Utils::DateTime& value) { m_dashboardLastUpdateDate = value; }
137 inline void SetDashboardLastUpdateDate(Aws::Utils::DateTime&& value) { m_dashboardLastUpdateDate = std::move(value); }
141
143
144 inline const Aws::String& GetRequestId() const{ return m_requestId; }
145 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
146 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
147 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
148 inline DescribeDashboardResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
149 inline DescribeDashboardResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
150 inline DescribeDashboardResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
152 private:
153
154 Aws::String m_dashboardId;
155
156 Aws::String m_dashboardArn;
157
158 Aws::String m_dashboardName;
159
160 Aws::String m_projectId;
161
162 Aws::String m_dashboardDescription;
163
164 Aws::String m_dashboardDefinition;
165
166 Aws::Utils::DateTime m_dashboardCreationDate;
167
168 Aws::Utils::DateTime m_dashboardLastUpdateDate;
169
170 Aws::String m_requestId;
171 };
172
173} // namespace Model
174} // namespace IoTSiteWise
175} // namespace Aws
const Aws::Utils::DateTime & GetDashboardLastUpdateDate() const
DescribeDashboardResult & WithDashboardName(const char *value)
void SetDashboardCreationDate(Aws::Utils::DateTime &&value)
DescribeDashboardResult & WithDashboardId(Aws::String &&value)
DescribeDashboardResult & WithDashboardDescription(Aws::String &&value)
DescribeDashboardResult & WithDashboardCreationDate(Aws::Utils::DateTime &&value)
DescribeDashboardResult & WithDashboardId(const Aws::String &value)
DescribeDashboardResult & WithDashboardDefinition(Aws::String &&value)
DescribeDashboardResult & WithRequestId(Aws::String &&value)
DescribeDashboardResult & WithDashboardName(const Aws::String &value)
DescribeDashboardResult & WithDashboardDescription(const Aws::String &value)
DescribeDashboardResult & WithDashboardLastUpdateDate(const Aws::Utils::DateTime &value)
void SetDashboardLastUpdateDate(Aws::Utils::DateTime &&value)
void SetDashboardCreationDate(const Aws::Utils::DateTime &value)
DescribeDashboardResult & WithDashboardDefinition(const char *value)
DescribeDashboardResult & WithDashboardId(const char *value)
DescribeDashboardResult & WithProjectId(const char *value)
DescribeDashboardResult & WithDashboardDefinition(const Aws::String &value)
DescribeDashboardResult & WithDashboardArn(Aws::String &&value)
AWS_IOTSITEWISE_API DescribeDashboardResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetDashboardLastUpdateDate(const Aws::Utils::DateTime &value)
const Aws::Utils::DateTime & GetDashboardCreationDate() const
DescribeDashboardResult & WithDashboardArn(const char *value)
DescribeDashboardResult & WithRequestId(const Aws::String &value)
DescribeDashboardResult & WithDashboardName(Aws::String &&value)
DescribeDashboardResult & WithDashboardCreationDate(const Aws::Utils::DateTime &value)
DescribeDashboardResult & WithDashboardLastUpdateDate(Aws::Utils::DateTime &&value)
DescribeDashboardResult & WithDashboardDescription(const char *value)
AWS_IOTSITEWISE_API DescribeDashboardResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeDashboardResult & WithProjectId(const Aws::String &value)
DescribeDashboardResult & WithProjectId(Aws::String &&value)
DescribeDashboardResult & WithRequestId(const char *value)
DescribeDashboardResult & WithDashboardArn(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue