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/TopicRefreshSchedule.h>
43 template<
typename AwsAccountIdT = Aws::String>
44 void SetAwsAccountId(AwsAccountIdT&& value) { m_awsAccountIdHasBeenSet =
true; m_awsAccountId = std::forward<AwsAccountIdT>(value); }
45 template<
typename AwsAccountIdT = Aws::String>
56 template<
typename TopicIdT = Aws::String>
57 void SetTopicId(TopicIdT&& value) { m_topicIdHasBeenSet =
true; m_topicId = std::forward<TopicIdT>(value); }
58 template<
typename TopicIdT = Aws::String>
68 template<
typename DatasetIdT = Aws::String>
69 void SetDatasetId(DatasetIdT&& value) { m_datasetIdHasBeenSet =
true; m_datasetId = std::forward<DatasetIdT>(value); }
70 template<
typename DatasetIdT = Aws::String>
80 template<
typename RefreshScheduleT = TopicRefreshSchedule>
81 void SetRefreshSchedule(RefreshScheduleT&& value) { m_refreshScheduleHasBeenSet =
true; m_refreshSchedule = std::forward<RefreshScheduleT>(value); }
82 template<
typename RefreshScheduleT = TopicRefreshSchedule>
88 bool m_awsAccountIdHasBeenSet =
false;
91 bool m_topicIdHasBeenSet =
false;
94 bool m_datasetIdHasBeenSet =
false;
97 bool m_refreshScheduleHasBeenSet =
false;
UpdateTopicRefreshScheduleRequest & WithAwsAccountId(AwsAccountIdT &&value)
const Aws::String & GetTopicId() const
AWS_QUICKSIGHT_API UpdateTopicRefreshScheduleRequest()=default
void SetTopicId(TopicIdT &&value)
void SetDatasetId(DatasetIdT &&value)
bool RefreshScheduleHasBeenSet() const
void SetRefreshSchedule(RefreshScheduleT &&value)
UpdateTopicRefreshScheduleRequest & WithDatasetId(DatasetIdT &&value)
const Aws::String & GetDatasetId() const
UpdateTopicRefreshScheduleRequest & WithTopicId(TopicIdT &&value)
const Aws::String & GetAwsAccountId() const
void SetAwsAccountId(AwsAccountIdT &&value)
bool AwsAccountIdHasBeenSet() const
UpdateTopicRefreshScheduleRequest & WithRefreshSchedule(RefreshScheduleT &&value)
bool DatasetIdHasBeenSet() const
bool TopicIdHasBeenSet() const
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
const TopicRefreshSchedule & GetRefreshSchedule() const
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String