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/TopicRefreshSchedule.h>
39 template <
typename AwsAccountIdT = Aws::String>
41 m_awsAccountIdHasBeenSet =
true;
42 m_awsAccountId = std::forward<AwsAccountIdT>(value);
44 template <
typename AwsAccountIdT = Aws::String>
58 template <
typename TopicIdT = Aws::String>
60 m_topicIdHasBeenSet =
true;
61 m_topicId = std::forward<TopicIdT>(value);
63 template <
typename TopicIdT = Aws::String>
76 template <
typename DatasetIdT = Aws::String>
78 m_datasetIdHasBeenSet =
true;
79 m_datasetId = std::forward<DatasetIdT>(value);
81 template <
typename DatasetIdT = Aws::String>
94 template <
typename RefreshScheduleT = TopicRefreshSchedule>
96 m_refreshScheduleHasBeenSet =
true;
97 m_refreshSchedule = std::forward<RefreshScheduleT>(value);
99 template <
typename RefreshScheduleT = TopicRefreshSchedule>
113 bool m_awsAccountIdHasBeenSet =
false;
114 bool m_topicIdHasBeenSet =
false;
115 bool m_datasetIdHasBeenSet =
false;
116 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