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>
17template<
typename RESULT_TYPE>
18class AmazonWebServiceResult;
45 template<
typename AwsAccountIdT = Aws::String>
46 void SetAwsAccountId(AwsAccountIdT&& value) { m_awsAccountIdHasBeenSet =
true; m_awsAccountId = std::forward<AwsAccountIdT>(value); }
47 template<
typename AwsAccountIdT = Aws::String>
56 template<
typename DashboardIdT = Aws::String>
57 void SetDashboardId(DashboardIdT&& value) { m_dashboardIdHasBeenSet =
true; m_dashboardId = std::forward<DashboardIdT>(value); }
58 template<
typename DashboardIdT = Aws::String>
68 template<
typename SnapshotJobIdT = Aws::String>
69 void SetSnapshotJobId(SnapshotJobIdT&& value) { m_snapshotJobIdHasBeenSet =
true; m_snapshotJobId = std::forward<SnapshotJobIdT>(value); }
70 template<
typename SnapshotJobIdT = Aws::String>
80 template<
typename UserConfigurationT = SnapshotUserConfigurationRedacted>
81 void SetUserConfiguration(UserConfigurationT&& value) { m_userConfigurationHasBeenSet =
true; m_userConfiguration = std::forward<UserConfigurationT>(value); }
82 template<
typename UserConfigurationT = SnapshotUserConfigurationRedacted>
92 template<
typename SnapshotConfigurationT = SnapshotConfiguration>
93 void SetSnapshotConfiguration(SnapshotConfigurationT&& value) { m_snapshotConfigurationHasBeenSet =
true; m_snapshotConfiguration = std::forward<SnapshotConfigurationT>(value); }
94 template<
typename SnapshotConfigurationT = SnapshotConfiguration>
105 template<
typename ArnT = Aws::String>
106 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
107 template<
typename ArnT = Aws::String>
130 template<
typename CreatedTimeT = Aws::Utils::DateTime>
131 void SetCreatedTime(CreatedTimeT&& value) { m_createdTimeHasBeenSet =
true; m_createdTime = std::forward<CreatedTimeT>(value); }
132 template<
typename CreatedTimeT = Aws::Utils::DateTime>
141 template<
typename LastUpdatedTimeT = Aws::Utils::DateTime>
142 void SetLastUpdatedTime(LastUpdatedTimeT&& value) { m_lastUpdatedTimeHasBeenSet =
true; m_lastUpdatedTime = std::forward<LastUpdatedTimeT>(value); }
143 template<
typename LastUpdatedTimeT = Aws::Utils::DateTime>
150 template<
typename RequestIdT = Aws::String>
151 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
152 template<
typename RequestIdT = Aws::String>
161 inline void SetStatus(
int value) { m_statusHasBeenSet =
true; m_status = value; }
167 bool m_awsAccountIdHasBeenSet =
false;
170 bool m_dashboardIdHasBeenSet =
false;
173 bool m_snapshotJobIdHasBeenSet =
false;
176 bool m_userConfigurationHasBeenSet =
false;
179 bool m_snapshotConfigurationHasBeenSet =
false;
182 bool m_arnHasBeenSet =
false;
185 bool m_jobStatusHasBeenSet =
false;
188 bool m_createdTimeHasBeenSet =
false;
191 bool m_lastUpdatedTimeHasBeenSet =
false;
194 bool m_requestIdHasBeenSet =
false;
197 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)
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