7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSightRequest.h>
9#include <aws/quicksight/QuickSight_EXPORTS.h>
10#include <aws/quicksight/model/SnapshotConfiguration.h>
11#include <aws/quicksight/model/SnapshotUserConfiguration.h>
40 template <
typename AwsAccountIdT = Aws::String>
42 m_awsAccountIdHasBeenSet =
true;
43 m_awsAccountId = std::forward<AwsAccountIdT>(value);
45 template <
typename AwsAccountIdT = Aws::String>
58 template <
typename DashboardIdT = Aws::String>
60 m_dashboardIdHasBeenSet =
true;
61 m_dashboardId = std::forward<DashboardIdT>(value);
63 template <
typename DashboardIdT = Aws::String>
79 template <
typename SnapshotJobIdT = Aws::String>
81 m_snapshotJobIdHasBeenSet =
true;
82 m_snapshotJobId = std::forward<SnapshotJobIdT>(value);
84 template <
typename SnapshotJobIdT = Aws::String>
102 template <
typename UserConfigurationT = SnapshotUserConfiguration>
104 m_userConfigurationHasBeenSet =
true;
105 m_userConfiguration = std::forward<UserConfigurationT>(value);
107 template <
typename UserConfigurationT = SnapshotUserConfiguration>
120 template <
typename SnapshotConfigurationT = SnapshotConfiguration>
122 m_snapshotConfigurationHasBeenSet =
true;
123 m_snapshotConfiguration = std::forward<SnapshotConfigurationT>(value);
125 template <
typename SnapshotConfigurationT = SnapshotConfiguration>
141 bool m_awsAccountIdHasBeenSet =
false;
142 bool m_dashboardIdHasBeenSet =
false;
143 bool m_snapshotJobIdHasBeenSet =
false;
144 bool m_userConfigurationHasBeenSet =
false;
145 bool m_snapshotConfigurationHasBeenSet =
false;
bool SnapshotConfigurationHasBeenSet() const
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
void SetSnapshotJobId(SnapshotJobIdT &&value)
const Aws::String & GetSnapshotJobId() const
AWS_QUICKSIGHT_API StartDashboardSnapshotJobRequest()=default
void SetAwsAccountId(AwsAccountIdT &&value)
bool DashboardIdHasBeenSet() const
bool UserConfigurationHasBeenSet() const
void SetSnapshotConfiguration(SnapshotConfigurationT &&value)
const SnapshotConfiguration & GetSnapshotConfiguration() const
virtual const char * GetServiceRequestName() const override
StartDashboardSnapshotJobRequest & WithSnapshotConfiguration(SnapshotConfigurationT &&value)
const Aws::String & GetDashboardId() const
bool SnapshotJobIdHasBeenSet() const
StartDashboardSnapshotJobRequest & WithSnapshotJobId(SnapshotJobIdT &&value)
StartDashboardSnapshotJobRequest & WithDashboardId(DashboardIdT &&value)
void SetUserConfiguration(UserConfigurationT &&value)
StartDashboardSnapshotJobRequest & WithUserConfiguration(UserConfigurationT &&value)
void SetDashboardId(DashboardIdT &&value)
const SnapshotUserConfiguration & GetUserConfiguration() const
const Aws::String & GetAwsAccountId() const
StartDashboardSnapshotJobRequest & WithAwsAccountId(AwsAccountIdT &&value)
bool AwsAccountIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String