7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/QuickSightRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
41 template<
typename AwsAccountIdT = Aws::String>
42 void SetAwsAccountId(AwsAccountIdT&& value) { m_awsAccountIdHasBeenSet =
true; m_awsAccountId = std::forward<AwsAccountIdT>(value); }
43 template<
typename AwsAccountIdT = Aws::String>
54 template<
typename TopicIdT = Aws::String>
55 void SetTopicId(TopicIdT&& value) { m_topicIdHasBeenSet =
true; m_topicId = std::forward<TopicIdT>(value); }
56 template<
typename TopicIdT = Aws::String>
66 template<
typename DatasetIdT = Aws::String>
67 void SetDatasetId(DatasetIdT&& value) { m_datasetIdHasBeenSet =
true; m_datasetId = std::forward<DatasetIdT>(value); }
68 template<
typename DatasetIdT = Aws::String>
74 bool m_awsAccountIdHasBeenSet =
false;
77 bool m_topicIdHasBeenSet =
false;
80 bool m_datasetIdHasBeenSet =
false;
DeleteTopicRefreshScheduleRequest & WithDatasetId(DatasetIdT &&value)
const Aws::String & GetTopicId() const
const Aws::String & GetDatasetId() const
bool AwsAccountIdHasBeenSet() const
DeleteTopicRefreshScheduleRequest & WithAwsAccountId(AwsAccountIdT &&value)
void SetDatasetId(DatasetIdT &&value)
const Aws::String & GetAwsAccountId() const
bool TopicIdHasBeenSet() const
DeleteTopicRefreshScheduleRequest & WithTopicId(TopicIdT &&value)
bool DatasetIdHasBeenSet() const
void SetAwsAccountId(AwsAccountIdT &&value)
AWS_QUICKSIGHT_API DeleteTopicRefreshScheduleRequest()=default
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
void SetTopicId(TopicIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String