7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSightRequest.h>
9#include <aws/quicksight/QuickSight_EXPORTS.h>
10#include <aws/quicksight/model/RefreshSchedule.h>
38 template <
typename DataSetIdT = Aws::String>
40 m_dataSetIdHasBeenSet =
true;
41 m_dataSetId = std::forward<DataSetIdT>(value);
43 template <
typename DataSetIdT = Aws::String>
56 template <
typename AwsAccountIdT = Aws::String>
58 m_awsAccountIdHasBeenSet =
true;
59 m_awsAccountId = std::forward<AwsAccountIdT>(value);
61 template <
typename AwsAccountIdT = Aws::String>
74 template <
typename ScheduleT = RefreshSchedule>
76 m_scheduleHasBeenSet =
true;
77 m_schedule = std::forward<ScheduleT>(value);
79 template <
typename ScheduleT = RefreshSchedule>
91 bool m_dataSetIdHasBeenSet =
false;
92 bool m_awsAccountIdHasBeenSet =
false;
93 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