7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/QuickSightRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
30 inline virtual const char*
GetServiceRequestName()
const override {
return "StartDashboardSnapshotJobSchedule"; }
44 inline void SetAwsAccountId(
const char* value) { m_awsAccountIdHasBeenSet =
true; m_awsAccountId.assign(value); }
59 inline void SetDashboardId(
const char* value) { m_dashboardIdHasBeenSet =
true; m_dashboardId.assign(value); }
75 inline void SetScheduleId(
const char* value) { m_scheduleIdHasBeenSet =
true; m_scheduleId.assign(value); }
83 bool m_awsAccountIdHasBeenSet =
false;
86 bool m_dashboardIdHasBeenSet =
false;
89 bool m_scheduleIdHasBeenSet =
false;
const Aws::String & GetDashboardId() const
AWS_QUICKSIGHT_API StartDashboardSnapshotJobScheduleRequest()
void SetAwsAccountId(const char *value)
StartDashboardSnapshotJobScheduleRequest & WithScheduleId(const Aws::String &value)
void SetAwsAccountId(Aws::String &&value)
StartDashboardSnapshotJobScheduleRequest & WithDashboardId(const char *value)
void SetScheduleId(Aws::String &&value)
StartDashboardSnapshotJobScheduleRequest & WithDashboardId(Aws::String &&value)
bool ScheduleIdHasBeenSet() const
void SetAwsAccountId(const Aws::String &value)
StartDashboardSnapshotJobScheduleRequest & WithDashboardId(const Aws::String &value)
bool DashboardIdHasBeenSet() const
StartDashboardSnapshotJobScheduleRequest & WithScheduleId(const char *value)
StartDashboardSnapshotJobScheduleRequest & WithAwsAccountId(const Aws::String &value)
StartDashboardSnapshotJobScheduleRequest & WithAwsAccountId(const char *value)
void SetScheduleId(const char *value)
bool AwsAccountIdHasBeenSet() const
const Aws::String & GetScheduleId() const
void SetDashboardId(const Aws::String &value)
void SetDashboardId(Aws::String &&value)
void SetDashboardId(const char *value)
virtual const char * GetServiceRequestName() const override
StartDashboardSnapshotJobScheduleRequest & WithScheduleId(Aws::String &&value)
const Aws::String & GetAwsAccountId() const
void SetScheduleId(const Aws::String &value)
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
StartDashboardSnapshotJobScheduleRequest & WithAwsAccountId(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String