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 DatasetArnT = Aws::String>
69 void SetDatasetArn(DatasetArnT&& value) { m_datasetArnHasBeenSet =
true; m_datasetArn = std::forward<DatasetArnT>(value); }
70 template<
typename DatasetArnT = Aws::String>
80 template<
typename DatasetNameT = Aws::String>
81 void SetDatasetName(DatasetNameT&& value) { m_datasetNameHasBeenSet =
true; m_datasetName = std::forward<DatasetNameT>(value); }
82 template<
typename DatasetNameT = Aws::String>
92 template<
typename RefreshScheduleT = TopicRefreshSchedule>
93 void SetRefreshSchedule(RefreshScheduleT&& value) { m_refreshScheduleHasBeenSet =
true; m_refreshSchedule = std::forward<RefreshScheduleT>(value); }
94 template<
typename RefreshScheduleT = TopicRefreshSchedule>
100 bool m_awsAccountIdHasBeenSet =
false;
103 bool m_topicIdHasBeenSet =
false;
106 bool m_datasetArnHasBeenSet =
false;
109 bool m_datasetNameHasBeenSet =
false;
112 bool m_refreshScheduleHasBeenSet =
false;
bool DatasetArnHasBeenSet() const
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
AWS_QUICKSIGHT_API CreateTopicRefreshScheduleRequest()=default
const Aws::String & GetDatasetArn() const
bool TopicIdHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetAwsAccountId(AwsAccountIdT &&value)
const TopicRefreshSchedule & GetRefreshSchedule() const
bool AwsAccountIdHasBeenSet() const
const Aws::String & GetAwsAccountId() const
void SetDatasetName(DatasetNameT &&value)
CreateTopicRefreshScheduleRequest & WithDatasetArn(DatasetArnT &&value)
bool RefreshScheduleHasBeenSet() const
CreateTopicRefreshScheduleRequest & WithAwsAccountId(AwsAccountIdT &&value)
void SetRefreshSchedule(RefreshScheduleT &&value)
CreateTopicRefreshScheduleRequest & WithRefreshSchedule(RefreshScheduleT &&value)
CreateTopicRefreshScheduleRequest & WithDatasetName(DatasetNameT &&value)
CreateTopicRefreshScheduleRequest & WithTopicId(TopicIdT &&value)
const Aws::String & GetDatasetName() const
const Aws::String & GetTopicId() const
void SetTopicId(TopicIdT &&value)
bool DatasetNameHasBeenSet() const
void SetDatasetArn(DatasetArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String