7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSightRequest.h>
9#include <aws/quicksight/QuickSight_EXPORTS.h>
37 template <
typename AwsAccountIdT = Aws::String>
39 m_awsAccountIdHasBeenSet =
true;
40 m_awsAccountId = std::forward<AwsAccountIdT>(value);
42 template <
typename AwsAccountIdT = Aws::String>
56 template <
typename TopicIdT = Aws::String>
58 m_topicIdHasBeenSet =
true;
59 m_topicId = std::forward<TopicIdT>(value);
61 template <
typename TopicIdT = Aws::String>
74 template <
typename DatasetIdT = Aws::String>
76 m_datasetIdHasBeenSet =
true;
77 m_datasetId = std::forward<DatasetIdT>(value);
79 template <
typename DatasetIdT = Aws::String>
91 bool m_awsAccountIdHasBeenSet =
false;
92 bool m_topicIdHasBeenSet =
false;
93 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