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 SetDatasetArn(
const char* value) { m_datasetArnHasBeenSet =
true; m_datasetArn.assign(value); }
88 inline void SetDatasetName(
const char* value) { m_datasetNameHasBeenSet =
true; m_datasetName.assign(value); }
108 bool m_awsAccountIdHasBeenSet =
false;
111 bool m_topicIdHasBeenSet =
false;
114 bool m_datasetArnHasBeenSet =
false;
117 bool m_datasetNameHasBeenSet =
false;
120 bool m_refreshScheduleHasBeenSet =
false;
bool DatasetArnHasBeenSet() const
void SetDatasetArn(const char *value)
void SetRefreshSchedule(TopicRefreshSchedule &&value)
void SetAwsAccountId(Aws::String &&value)
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
const Aws::String & GetDatasetArn() const
void SetAwsAccountId(const Aws::String &value)
CreateTopicRefreshScheduleRequest & WithRefreshSchedule(const TopicRefreshSchedule &value)
void SetRefreshSchedule(const TopicRefreshSchedule &value)
void SetTopicId(Aws::String &&value)
bool TopicIdHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetTopicId(const Aws::String &value)
CreateTopicRefreshScheduleRequest & WithTopicId(const char *value)
const TopicRefreshSchedule & GetRefreshSchedule() const
bool AwsAccountIdHasBeenSet() const
CreateTopicRefreshScheduleRequest & WithAwsAccountId(const char *value)
const Aws::String & GetAwsAccountId() const
void SetDatasetName(Aws::String &&value)
AWS_QUICKSIGHT_API CreateTopicRefreshScheduleRequest()
CreateTopicRefreshScheduleRequest & WithAwsAccountId(Aws::String &&value)
CreateTopicRefreshScheduleRequest & WithDatasetArn(const char *value)
CreateTopicRefreshScheduleRequest & WithDatasetName(const char *value)
CreateTopicRefreshScheduleRequest & WithDatasetName(const Aws::String &value)
void SetTopicId(const char *value)
void SetDatasetName(const Aws::String &value)
CreateTopicRefreshScheduleRequest & WithDatasetArn(const Aws::String &value)
CreateTopicRefreshScheduleRequest & WithDatasetName(Aws::String &&value)
bool RefreshScheduleHasBeenSet() const
CreateTopicRefreshScheduleRequest & WithAwsAccountId(const Aws::String &value)
CreateTopicRefreshScheduleRequest & WithTopicId(Aws::String &&value)
CreateTopicRefreshScheduleRequest & WithDatasetArn(Aws::String &&value)
void SetAwsAccountId(const char *value)
const Aws::String & GetDatasetName() const
const Aws::String & GetTopicId() const
CreateTopicRefreshScheduleRequest & WithRefreshSchedule(TopicRefreshSchedule &&value)
void SetDatasetArn(Aws::String &&value)
CreateTopicRefreshScheduleRequest & WithTopicId(const Aws::String &value)
void SetDatasetName(const char *value)
bool DatasetNameHasBeenSet() const
void SetDatasetArn(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String