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/RefreshSchedule.h>
42 template<
typename DataSetIdT = Aws::String>
43 void SetDataSetId(DataSetIdT&& value) { m_dataSetIdHasBeenSet =
true; m_dataSetId = std::forward<DataSetIdT>(value); }
44 template<
typename DataSetIdT = Aws::String>
54 template<
typename AwsAccountIdT = Aws::String>
55 void SetAwsAccountId(AwsAccountIdT&& value) { m_awsAccountIdHasBeenSet =
true; m_awsAccountId = std::forward<AwsAccountIdT>(value); }
56 template<
typename AwsAccountIdT = Aws::String>
66 template<
typename ScheduleT = RefreshSchedule>
67 void SetSchedule(ScheduleT&& value) { m_scheduleHasBeenSet =
true; m_schedule = std::forward<ScheduleT>(value); }
68 template<
typename ScheduleT = RefreshSchedule>
74 bool m_dataSetIdHasBeenSet =
false;
77 bool m_awsAccountIdHasBeenSet =
false;
80 bool m_scheduleHasBeenSet =
false;
bool AwsAccountIdHasBeenSet() const
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
CreateRefreshScheduleRequest & WithSchedule(ScheduleT &&value)
void SetAwsAccountId(AwsAccountIdT &&value)
const Aws::String & GetAwsAccountId() const
void SetSchedule(ScheduleT &&value)
CreateRefreshScheduleRequest & WithAwsAccountId(AwsAccountIdT &&value)
bool DataSetIdHasBeenSet() const
bool ScheduleHasBeenSet() const
void SetDataSetId(DataSetIdT &&value)
CreateRefreshScheduleRequest & WithDataSetId(DataSetIdT &&value)
virtual const char * GetServiceRequestName() const override
const RefreshSchedule & GetSchedule() const
const Aws::String & GetDataSetId() const
AWS_QUICKSIGHT_API CreateRefreshScheduleRequest()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String