7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/QuickSightRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
41 template<
typename AwsAccountIdT = Aws::String>
42 void SetAwsAccountId(AwsAccountIdT&& value) { m_awsAccountIdHasBeenSet =
true; m_awsAccountId = std::forward<AwsAccountIdT>(value); }
43 template<
typename AwsAccountIdT = Aws::String>
53 template<
typename DataSetIdT = Aws::String>
54 void SetDataSetId(DataSetIdT&& value) { m_dataSetIdHasBeenSet =
true; m_dataSetId = std::forward<DataSetIdT>(value); }
55 template<
typename DataSetIdT = Aws::String>
65 template<
typename ScheduleIdT = Aws::String>
66 void SetScheduleId(ScheduleIdT&& value) { m_scheduleIdHasBeenSet =
true; m_scheduleId = std::forward<ScheduleIdT>(value); }
67 template<
typename ScheduleIdT = Aws::String>
73 bool m_awsAccountIdHasBeenSet =
false;
76 bool m_dataSetIdHasBeenSet =
false;
79 bool m_scheduleIdHasBeenSet =
false;
DescribeRefreshScheduleRequest & WithDataSetId(DataSetIdT &&value)
DescribeRefreshScheduleRequest & WithAwsAccountId(AwsAccountIdT &&value)
virtual const char * GetServiceRequestName() const override
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
bool DataSetIdHasBeenSet() const
const Aws::String & GetAwsAccountId() const
void SetScheduleId(ScheduleIdT &&value)
void SetDataSetId(DataSetIdT &&value)
DescribeRefreshScheduleRequest & WithScheduleId(ScheduleIdT &&value)
const Aws::String & GetDataSetId() const
AWS_QUICKSIGHT_API DescribeRefreshScheduleRequest()=default
const Aws::String & GetScheduleId() const
bool ScheduleIdHasBeenSet() const
void SetAwsAccountId(AwsAccountIdT &&value)
bool AwsAccountIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String