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>
46 inline void SetAwsAccountId(
const char* value) { m_awsAccountIdHasBeenSet =
true; m_awsAccountId.assign(value); }
60 inline void SetDashboardId(
const char* value) { m_dashboardIdHasBeenSet =
true; m_dashboardId.assign(value); }
77 inline void SetSnapshotJobId(
const char* value) { m_snapshotJobIdHasBeenSet =
true; m_snapshotJobId.assign(value); }
111 bool m_awsAccountIdHasBeenSet =
false;
114 bool m_dashboardIdHasBeenSet =
false;
117 bool m_snapshotJobIdHasBeenSet =
false;
120 bool m_userConfigurationHasBeenSet =
false;
123 bool m_snapshotConfigurationHasBeenSet =
false;
StartDashboardSnapshotJobRequest & WithUserConfiguration(SnapshotUserConfiguration &&value)
bool SnapshotConfigurationHasBeenSet() const
StartDashboardSnapshotJobRequest & WithSnapshotJobId(const Aws::String &value)
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
StartDashboardSnapshotJobRequest & WithDashboardId(const Aws::String &value)
void SetSnapshotConfiguration(const SnapshotConfiguration &value)
void SetSnapshotJobId(const Aws::String &value)
StartDashboardSnapshotJobRequest & WithDashboardId(Aws::String &&value)
StartDashboardSnapshotJobRequest & WithDashboardId(const char *value)
const Aws::String & GetSnapshotJobId() const
void SetAwsAccountId(const Aws::String &value)
void SetAwsAccountId(const char *value)
void SetUserConfiguration(const SnapshotUserConfiguration &value)
StartDashboardSnapshotJobRequest & WithAwsAccountId(const char *value)
void SetDashboardId(const Aws::String &value)
void SetAwsAccountId(Aws::String &&value)
bool DashboardIdHasBeenSet() const
void SetSnapshotJobId(const char *value)
bool UserConfigurationHasBeenSet() const
const SnapshotConfiguration & GetSnapshotConfiguration() const
void SetDashboardId(Aws::String &&value)
virtual const char * GetServiceRequestName() const override
StartDashboardSnapshotJobRequest & WithUserConfiguration(const SnapshotUserConfiguration &value)
const Aws::String & GetDashboardId() const
bool SnapshotJobIdHasBeenSet() const
void SetSnapshotJobId(Aws::String &&value)
void SetDashboardId(const char *value)
void SetUserConfiguration(SnapshotUserConfiguration &&value)
AWS_QUICKSIGHT_API StartDashboardSnapshotJobRequest()
StartDashboardSnapshotJobRequest & WithAwsAccountId(Aws::String &&value)
void SetSnapshotConfiguration(SnapshotConfiguration &&value)
const SnapshotUserConfiguration & GetUserConfiguration() const
StartDashboardSnapshotJobRequest & WithSnapshotJobId(const char *value)
StartDashboardSnapshotJobRequest & WithSnapshotConfiguration(const SnapshotConfiguration &value)
const Aws::String & GetAwsAccountId() const
StartDashboardSnapshotJobRequest & WithSnapshotJobId(Aws::String &&value)
StartDashboardSnapshotJobRequest & WithAwsAccountId(const Aws::String &value)
bool AwsAccountIdHasBeenSet() const
StartDashboardSnapshotJobRequest & WithSnapshotConfiguration(SnapshotConfiguration &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String