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>
45 inline void SetAwsAccountId(
const char* value) { m_awsAccountIdHasBeenSet =
true; m_awsAccountId.assign(value); }
60 inline void SetTopicId(
const char* value) { m_topicIdHasBeenSet =
true; m_topicId.assign(value); }
74 inline void SetDatasetId(
const char* value) { m_datasetIdHasBeenSet =
true; m_datasetId.assign(value); }
94 bool m_awsAccountIdHasBeenSet =
false;
97 bool m_topicIdHasBeenSet =
false;
100 bool m_datasetIdHasBeenSet =
false;
103 bool m_refreshScheduleHasBeenSet =
false;
void SetDatasetId(const Aws::String &value)
UpdateTopicRefreshScheduleRequest & WithTopicId(Aws::String &&value)
UpdateTopicRefreshScheduleRequest & WithRefreshSchedule(TopicRefreshSchedule &&value)
void SetDatasetId(Aws::String &&value)
const Aws::String & GetTopicId() const
UpdateTopicRefreshScheduleRequest & WithAwsAccountId(const Aws::String &value)
void SetAwsAccountId(const char *value)
AWS_QUICKSIGHT_API UpdateTopicRefreshScheduleRequest()
UpdateTopicRefreshScheduleRequest & WithAwsAccountId(const char *value)
UpdateTopicRefreshScheduleRequest & WithDatasetId(Aws::String &&value)
void SetDatasetId(const char *value)
UpdateTopicRefreshScheduleRequest & WithRefreshSchedule(const TopicRefreshSchedule &value)
void SetRefreshSchedule(const TopicRefreshSchedule &value)
void SetTopicId(Aws::String &&value)
void SetTopicId(const char *value)
UpdateTopicRefreshScheduleRequest & WithTopicId(const char *value)
void SetTopicId(const Aws::String &value)
bool RefreshScheduleHasBeenSet() const
void SetRefreshSchedule(TopicRefreshSchedule &&value)
UpdateTopicRefreshScheduleRequest & WithAwsAccountId(Aws::String &&value)
void SetAwsAccountId(Aws::String &&value)
UpdateTopicRefreshScheduleRequest & WithDatasetId(const Aws::String &value)
const Aws::String & GetDatasetId() const
const Aws::String & GetAwsAccountId() const
bool AwsAccountIdHasBeenSet() const
UpdateTopicRefreshScheduleRequest & WithDatasetId(const char *value)
bool DatasetIdHasBeenSet() const
bool TopicIdHasBeenSet() const
UpdateTopicRefreshScheduleRequest & WithTopicId(const Aws::String &value)
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
const TopicRefreshSchedule & GetRefreshSchedule() const
void SetAwsAccountId(const Aws::String &value)
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String