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"; }
42 template<
typename AwsAccountIdT = Aws::String>
43 void SetAwsAccountId(AwsAccountIdT&& value) { m_awsAccountIdHasBeenSet =
true; m_awsAccountId = std::forward<AwsAccountIdT>(value); }
44 template<
typename AwsAccountIdT = Aws::String>
55 template<
typename DashboardIdT = Aws::String>
56 void SetDashboardId(DashboardIdT&& value) { m_dashboardIdHasBeenSet =
true; m_dashboardId = std::forward<DashboardIdT>(value); }
57 template<
typename DashboardIdT = Aws::String>
69 template<
typename ScheduleIdT = Aws::String>
70 void SetScheduleId(ScheduleIdT&& value) { m_scheduleIdHasBeenSet =
true; m_scheduleId = std::forward<ScheduleIdT>(value); }
71 template<
typename ScheduleIdT = Aws::String>
77 bool m_awsAccountIdHasBeenSet =
false;
80 bool m_dashboardIdHasBeenSet =
false;
83 bool m_scheduleIdHasBeenSet =
false;
const Aws::String & GetDashboardId() const
void SetAwsAccountId(AwsAccountIdT &&value)
bool ScheduleIdHasBeenSet() const
StartDashboardSnapshotJobScheduleRequest & WithDashboardId(DashboardIdT &&value)
bool DashboardIdHasBeenSet() const
StartDashboardSnapshotJobScheduleRequest & WithAwsAccountId(AwsAccountIdT &&value)
AWS_QUICKSIGHT_API StartDashboardSnapshotJobScheduleRequest()=default
bool AwsAccountIdHasBeenSet() const
StartDashboardSnapshotJobScheduleRequest & WithScheduleId(ScheduleIdT &&value)
const Aws::String & GetScheduleId() const
void SetScheduleId(ScheduleIdT &&value)
void SetDashboardId(DashboardIdT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetAwsAccountId() const
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String