7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSightRequest.h>
9#include <aws/quicksight/QuickSight_EXPORTS.h>
37 template <
typename DataSetIdT = Aws::String>
39 m_dataSetIdHasBeenSet =
true;
40 m_dataSetId = std::forward<DataSetIdT>(value);
42 template <
typename DataSetIdT = Aws::String>
55 template <
typename AwsAccountIdT = Aws::String>
57 m_awsAccountIdHasBeenSet =
true;
58 m_awsAccountId = std::forward<AwsAccountIdT>(value);
60 template <
typename AwsAccountIdT = Aws::String>
73 template <
typename ScheduleIdT = Aws::String>
75 m_scheduleIdHasBeenSet =
true;
76 m_scheduleId = std::forward<ScheduleIdT>(value);
78 template <
typename ScheduleIdT = Aws::String>
90 bool m_dataSetIdHasBeenSet =
false;
91 bool m_awsAccountIdHasBeenSet =
false;
92 bool m_scheduleIdHasBeenSet =
false;
void SetScheduleId(ScheduleIdT &&value)
bool DataSetIdHasBeenSet() const
bool AwsAccountIdHasBeenSet() const
DeleteRefreshScheduleRequest & WithAwsAccountId(AwsAccountIdT &&value)
const Aws::String & GetAwsAccountId() const
bool ScheduleIdHasBeenSet() const
DeleteRefreshScheduleRequest & WithDataSetId(DataSetIdT &&value)
DeleteRefreshScheduleRequest & WithScheduleId(ScheduleIdT &&value)
const Aws::String & GetDataSetId() const
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
const Aws::String & GetScheduleId() const
AWS_QUICKSIGHT_API DeleteRefreshScheduleRequest()=default
void SetAwsAccountId(AwsAccountIdT &&value)
void SetDataSetId(DataSetIdT &&value)
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String