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 DatasetArnT = Aws::String>
78 m_datasetArnHasBeenSet =
true;
79 m_datasetArn = std::forward<DatasetArnT>(value);
81 template <
typename DatasetArnT = Aws::String>
94 template <
typename DatasetNameT = Aws::String>
96 m_datasetNameHasBeenSet =
true;
97 m_datasetName = std::forward<DatasetNameT>(value);
99 template <
typename DatasetNameT = Aws::String>
112 template <
typename RefreshScheduleT = TopicRefreshSchedule>
114 m_refreshScheduleHasBeenSet =
true;
115 m_refreshSchedule = std::forward<RefreshScheduleT>(value);
117 template <
typename RefreshScheduleT = TopicRefreshSchedule>
133 bool m_awsAccountIdHasBeenSet =
false;
134 bool m_topicIdHasBeenSet =
false;
135 bool m_datasetArnHasBeenSet =
false;
136 bool m_datasetNameHasBeenSet =
false;
137 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