AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
DescribeDashboardSnapshotJobResult.h
1
6#pragma once
7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/quicksight/model/SnapshotUserConfigurationRedacted.h>
10#include <aws/quicksight/model/SnapshotConfiguration.h>
11#include <aws/quicksight/model/SnapshotJobStatus.h>
12#include <aws/core/utils/DateTime.h>
13#include <utility>
14
15namespace Aws
16{
17template<typename RESULT_TYPE>
18class AmazonWebServiceResult;
19
20namespace Utils
21{
22namespace Json
23{
24 class JsonValue;
25} // namespace Json
26} // namespace Utils
27namespace QuickSight
28{
29namespace Model
30{
32 {
33 public:
37
38
40
44 inline const Aws::String& GetAwsAccountId() const{ return m_awsAccountId; }
45 inline void SetAwsAccountId(const Aws::String& value) { m_awsAccountId = value; }
46 inline void SetAwsAccountId(Aws::String&& value) { m_awsAccountId = std::move(value); }
47 inline void SetAwsAccountId(const char* value) { m_awsAccountId.assign(value); }
49 inline DescribeDashboardSnapshotJobResult& WithAwsAccountId(Aws::String&& value) { SetAwsAccountId(std::move(value)); return *this;}
50 inline DescribeDashboardSnapshotJobResult& WithAwsAccountId(const char* value) { SetAwsAccountId(value); return *this;}
52
54
57 inline const Aws::String& GetDashboardId() const{ return m_dashboardId; }
58 inline void SetDashboardId(const Aws::String& value) { m_dashboardId = value; }
59 inline void SetDashboardId(Aws::String&& value) { m_dashboardId = std::move(value); }
60 inline void SetDashboardId(const char* value) { m_dashboardId.assign(value); }
62 inline DescribeDashboardSnapshotJobResult& WithDashboardId(Aws::String&& value) { SetDashboardId(std::move(value)); return *this;}
63 inline DescribeDashboardSnapshotJobResult& WithDashboardId(const char* value) { SetDashboardId(value); return *this;}
65
67
71 inline const Aws::String& GetSnapshotJobId() const{ return m_snapshotJobId; }
72 inline void SetSnapshotJobId(const Aws::String& value) { m_snapshotJobId = value; }
73 inline void SetSnapshotJobId(Aws::String&& value) { m_snapshotJobId = std::move(value); }
74 inline void SetSnapshotJobId(const char* value) { m_snapshotJobId.assign(value); }
76 inline DescribeDashboardSnapshotJobResult& WithSnapshotJobId(Aws::String&& value) { SetSnapshotJobId(std::move(value)); return *this;}
77 inline DescribeDashboardSnapshotJobResult& WithSnapshotJobId(const char* value) { SetSnapshotJobId(value); return *this;}
79
81
85 inline const SnapshotUserConfigurationRedacted& GetUserConfiguration() const{ return m_userConfiguration; }
86 inline void SetUserConfiguration(const SnapshotUserConfigurationRedacted& value) { m_userConfiguration = value; }
87 inline void SetUserConfiguration(SnapshotUserConfigurationRedacted&& value) { m_userConfiguration = std::move(value); }
91
93
97 inline const SnapshotConfiguration& GetSnapshotConfiguration() const{ return m_snapshotConfiguration; }
98 inline void SetSnapshotConfiguration(const SnapshotConfiguration& value) { m_snapshotConfiguration = value; }
99 inline void SetSnapshotConfiguration(SnapshotConfiguration&& value) { m_snapshotConfiguration = std::move(value); }
103
105
110 inline const Aws::String& GetArn() const{ return m_arn; }
111 inline void SetArn(const Aws::String& value) { m_arn = value; }
112 inline void SetArn(Aws::String&& value) { m_arn = std::move(value); }
113 inline void SetArn(const char* value) { m_arn.assign(value); }
114 inline DescribeDashboardSnapshotJobResult& WithArn(const Aws::String& value) { SetArn(value); return *this;}
115 inline DescribeDashboardSnapshotJobResult& WithArn(Aws::String&& value) { SetArn(std::move(value)); return *this;}
116 inline DescribeDashboardSnapshotJobResult& WithArn(const char* value) { SetArn(value); return *this;}
118
120
128 inline const SnapshotJobStatus& GetJobStatus() const{ return m_jobStatus; }
129 inline void SetJobStatus(const SnapshotJobStatus& value) { m_jobStatus = value; }
130 inline void SetJobStatus(SnapshotJobStatus&& value) { m_jobStatus = std::move(value); }
132 inline DescribeDashboardSnapshotJobResult& WithJobStatus(SnapshotJobStatus&& value) { SetJobStatus(std::move(value)); return *this;}
134
136
139 inline const Aws::Utils::DateTime& GetCreatedTime() const{ return m_createdTime; }
140 inline void SetCreatedTime(const Aws::Utils::DateTime& value) { m_createdTime = value; }
141 inline void SetCreatedTime(Aws::Utils::DateTime&& value) { m_createdTime = std::move(value); }
145
147
150 inline const Aws::Utils::DateTime& GetLastUpdatedTime() const{ return m_lastUpdatedTime; }
151 inline void SetLastUpdatedTime(const Aws::Utils::DateTime& value) { m_lastUpdatedTime = value; }
152 inline void SetLastUpdatedTime(Aws::Utils::DateTime&& value) { m_lastUpdatedTime = std::move(value); }
156
158
159 inline const Aws::String& GetRequestId() const{ return m_requestId; }
160 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
161 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
162 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
163 inline DescribeDashboardSnapshotJobResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
164 inline DescribeDashboardSnapshotJobResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
165 inline DescribeDashboardSnapshotJobResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
167
169
172 inline int GetStatus() const{ return m_status; }
173 inline void SetStatus(int value) { m_status = value; }
174 inline DescribeDashboardSnapshotJobResult& WithStatus(int value) { SetStatus(value); return *this;}
176 private:
177
178 Aws::String m_awsAccountId;
179
180 Aws::String m_dashboardId;
181
182 Aws::String m_snapshotJobId;
183
184 SnapshotUserConfigurationRedacted m_userConfiguration;
185
186 SnapshotConfiguration m_snapshotConfiguration;
187
188 Aws::String m_arn;
189
190 SnapshotJobStatus m_jobStatus;
191
192 Aws::Utils::DateTime m_createdTime;
193
194 Aws::Utils::DateTime m_lastUpdatedTime;
195
196 Aws::String m_requestId;
197
198 int m_status;
199 };
200
201} // namespace Model
202} // namespace QuickSight
203} // namespace Aws
DescribeDashboardSnapshotJobResult & WithDashboardId(const char *value)
DescribeDashboardSnapshotJobResult & WithLastUpdatedTime(Aws::Utils::DateTime &&value)
DescribeDashboardSnapshotJobResult & WithArn(const char *value)
DescribeDashboardSnapshotJobResult & WithJobStatus(SnapshotJobStatus &&value)
DescribeDashboardSnapshotJobResult & WithUserConfiguration(SnapshotUserConfigurationRedacted &&value)
DescribeDashboardSnapshotJobResult & WithRequestId(const char *value)
DescribeDashboardSnapshotJobResult & WithRequestId(const Aws::String &value)
DescribeDashboardSnapshotJobResult & WithUserConfiguration(const SnapshotUserConfigurationRedacted &value)
DescribeDashboardSnapshotJobResult & WithCreatedTime(Aws::Utils::DateTime &&value)
DescribeDashboardSnapshotJobResult & WithCreatedTime(const Aws::Utils::DateTime &value)
DescribeDashboardSnapshotJobResult & WithAwsAccountId(const char *value)
DescribeDashboardSnapshotJobResult & WithDashboardId(const Aws::String &value)
AWS_QUICKSIGHT_API DescribeDashboardSnapshotJobResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_QUICKSIGHT_API DescribeDashboardSnapshotJobResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetUserConfiguration(const SnapshotUserConfigurationRedacted &value)
DescribeDashboardSnapshotJobResult & WithSnapshotJobId(const char *value)
DescribeDashboardSnapshotJobResult & WithArn(const Aws::String &value)
DescribeDashboardSnapshotJobResult & WithRequestId(Aws::String &&value)
DescribeDashboardSnapshotJobResult & WithJobStatus(const SnapshotJobStatus &value)
DescribeDashboardSnapshotJobResult & WithAwsAccountId(Aws::String &&value)
DescribeDashboardSnapshotJobResult & WithSnapshotJobId(Aws::String &&value)
DescribeDashboardSnapshotJobResult & WithArn(Aws::String &&value)
DescribeDashboardSnapshotJobResult & WithSnapshotConfiguration(const SnapshotConfiguration &value)
const SnapshotUserConfigurationRedacted & GetUserConfiguration() const
DescribeDashboardSnapshotJobResult & WithSnapshotConfiguration(SnapshotConfiguration &&value)
DescribeDashboardSnapshotJobResult & WithAwsAccountId(const Aws::String &value)
DescribeDashboardSnapshotJobResult & WithLastUpdatedTime(const Aws::Utils::DateTime &value)
DescribeDashboardSnapshotJobResult & WithDashboardId(Aws::String &&value)
DescribeDashboardSnapshotJobResult & WithSnapshotJobId(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue