7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/quicksight/QuickSight_EXPORTS.h>
11#include <aws/quicksight/model/SnapshotConfiguration.h>
12#include <aws/quicksight/model/SnapshotJobStatus.h>
13#include <aws/quicksight/model/SnapshotUserConfigurationRedacted.h>
18template <
typename RESULT_TYPE>
19class AmazonWebServiceResult;
40 template <
typename AwsAccountIdT = Aws::String>
42 m_awsAccountIdHasBeenSet =
true;
43 m_awsAccountId = std::forward<AwsAccountIdT>(value);
45 template <
typename AwsAccountIdT = Aws::String>
57 template <
typename DashboardIdT = Aws::String>
59 m_dashboardIdHasBeenSet =
true;
60 m_dashboardId = std::forward<DashboardIdT>(value);
62 template <
typename DashboardIdT = Aws::String>
75 template <
typename SnapshotJobIdT = Aws::String>
77 m_snapshotJobIdHasBeenSet =
true;
78 m_snapshotJobId = std::forward<SnapshotJobIdT>(value);
80 template <
typename SnapshotJobIdT = Aws::String>
93 template <
typename UserConfigurationT = SnapshotUserConfigurationRedacted>
95 m_userConfigurationHasBeenSet =
true;
96 m_userConfiguration = std::forward<UserConfigurationT>(value);
98 template <
typename UserConfigurationT = SnapshotUserConfigurationRedacted>
111 template <
typename SnapshotConfigurationT = SnapshotConfiguration>
113 m_snapshotConfigurationHasBeenSet =
true;
114 m_snapshotConfiguration = std::forward<SnapshotConfigurationT>(value);
116 template <
typename SnapshotConfigurationT = SnapshotConfiguration>
130 template <
typename ArnT = Aws::String>
132 m_arnHasBeenSet =
true;
133 m_arn = std::forward<ArnT>(value);
135 template <
typename ArnT = Aws::String>
137 SetArn(std::forward<ArnT>(value));
153 m_jobStatusHasBeenSet =
true;
167 template <
typename CreatedTimeT = Aws::Utils::DateTime>
169 m_createdTimeHasBeenSet =
true;
170 m_createdTime = std::forward<CreatedTimeT>(value);
172 template <
typename CreatedTimeT = Aws::Utils::DateTime>
184 template <
typename LastUpdatedTimeT = Aws::Utils::DateTime>
186 m_lastUpdatedTimeHasBeenSet =
true;
187 m_lastUpdatedTime = std::forward<LastUpdatedTimeT>(value);
189 template <
typename LastUpdatedTimeT = Aws::Utils::DateTime>
199 template <
typename RequestIdT = Aws::String>
201 m_requestIdHasBeenSet =
true;
202 m_requestId = std::forward<RequestIdT>(value);
204 template <
typename RequestIdT = Aws::String>
217 m_statusHasBeenSet =
true;
250 bool m_awsAccountIdHasBeenSet =
false;
251 bool m_dashboardIdHasBeenSet =
false;
252 bool m_snapshotJobIdHasBeenSet =
false;
253 bool m_userConfigurationHasBeenSet =
false;
254 bool m_snapshotConfigurationHasBeenSet =
false;
255 bool m_arnHasBeenSet =
false;
256 bool m_jobStatusHasBeenSet =
false;
257 bool m_createdTimeHasBeenSet =
false;
258 bool m_lastUpdatedTimeHasBeenSet =
false;
259 bool m_requestIdHasBeenSet =
false;
260 bool m_statusHasBeenSet =
false;
DescribeDashboardSnapshotJobResult & WithSnapshotJobId(SnapshotJobIdT &&value)
DescribeDashboardSnapshotJobResult & WithRequestId(RequestIdT &&value)
const Aws::Utils::DateTime & GetLastUpdatedTime() const
void SetSnapshotJobId(SnapshotJobIdT &&value)
const Aws::String & GetAwsAccountId() const
void SetArn(ArnT &&value)
void SetUserConfiguration(UserConfigurationT &&value)
DescribeDashboardSnapshotJobResult & WithUserConfiguration(UserConfigurationT &&value)
DescribeDashboardSnapshotJobResult & WithLastUpdatedTime(LastUpdatedTimeT &&value)
SnapshotJobStatus GetJobStatus() const
DescribeDashboardSnapshotJobResult & WithJobStatus(SnapshotJobStatus value)
void SetLastUpdatedTime(LastUpdatedTimeT &&value)
const Aws::String & GetSnapshotJobId() const
DescribeDashboardSnapshotJobResult & WithArn(ArnT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetAwsAccountId(AwsAccountIdT &&value)
AWS_QUICKSIGHT_API DescribeDashboardSnapshotJobResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeDashboardSnapshotJobResult & WithDashboardId(DashboardIdT &&value)
AWS_QUICKSIGHT_API DescribeDashboardSnapshotJobResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetDashboardId() const
const Aws::String & GetRequestId() const
DescribeDashboardSnapshotJobResult & WithCreatedTime(CreatedTimeT &&value)
void SetSnapshotConfiguration(SnapshotConfigurationT &&value)
AWS_QUICKSIGHT_API DescribeDashboardSnapshotJobResult()=default
void SetRequestId(RequestIdT &&value)
const Aws::Utils::DateTime & GetCreatedTime() const
DescribeDashboardSnapshotJobResult & WithSnapshotConfiguration(SnapshotConfigurationT &&value)
DescribeDashboardSnapshotJobResult & WithAwsAccountId(AwsAccountIdT &&value)
const SnapshotConfiguration & GetSnapshotConfiguration() const
void SetDashboardId(DashboardIdT &&value)
const SnapshotUserConfigurationRedacted & GetUserConfiguration() const
void SetStatus(int value)
void SetJobStatus(SnapshotJobStatus value)
const Aws::String & GetArn() const
DescribeDashboardSnapshotJobResult & WithStatus(int value)
void SetCreatedTime(CreatedTimeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue