7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/QuickSightRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/quicksight/model/SnapshotUserConfiguration.h>
11#include <aws/quicksight/model/SnapshotConfiguration.h>
44 template<
typename AwsAccountIdT = Aws::String>
45 void SetAwsAccountId(AwsAccountIdT&& value) { m_awsAccountIdHasBeenSet =
true; m_awsAccountId = std::forward<AwsAccountIdT>(value); }
46 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>
71 template<
typename SnapshotJobIdT = Aws::String>
72 void SetSnapshotJobId(SnapshotJobIdT&& value) { m_snapshotJobIdHasBeenSet =
true; m_snapshotJobId = std::forward<SnapshotJobIdT>(value); }
73 template<
typename SnapshotJobIdT = Aws::String>
85 template<
typename UserConfigurationT = SnapshotUserConfiguration>
86 void SetUserConfiguration(UserConfigurationT&& value) { m_userConfigurationHasBeenSet =
true; m_userConfiguration = std::forward<UserConfigurationT>(value); }
87 template<
typename UserConfigurationT = SnapshotUserConfiguration>
97 template<
typename SnapshotConfigurationT = SnapshotConfiguration>
98 void SetSnapshotConfiguration(SnapshotConfigurationT&& value) { m_snapshotConfigurationHasBeenSet =
true; m_snapshotConfiguration = std::forward<SnapshotConfigurationT>(value); }
99 template<
typename SnapshotConfigurationT = SnapshotConfiguration>
105 bool m_awsAccountIdHasBeenSet =
false;
108 bool m_dashboardIdHasBeenSet =
false;
111 bool m_snapshotJobIdHasBeenSet =
false;
114 bool m_userConfigurationHasBeenSet =
false;
117 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