7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
41 template<
typename TopicIdT = Aws::String>
42 void SetTopicId(TopicIdT&& value) { m_topicIdHasBeenSet =
true; m_topicId = std::forward<TopicIdT>(value); }
43 template<
typename TopicIdT = Aws::String>
52 template<
typename TopicArnT = Aws::String>
53 void SetTopicArn(TopicArnT&& value) { m_topicArnHasBeenSet =
true; m_topicArn = std::forward<TopicArnT>(value); }
54 template<
typename TopicArnT = Aws::String>
63 template<
typename DatasetArnT = Aws::String>
64 void SetDatasetArn(DatasetArnT&& value) { m_datasetArnHasBeenSet =
true; m_datasetArn = std::forward<DatasetArnT>(value); }
65 template<
typename DatasetArnT = Aws::String>
74 inline void SetStatus(
int value) { m_statusHasBeenSet =
true; m_status = value; }
81 template<
typename RequestIdT = Aws::String>
82 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
83 template<
typename RequestIdT = Aws::String>
89 bool m_topicIdHasBeenSet =
false;
92 bool m_topicArnHasBeenSet =
false;
95 bool m_datasetArnHasBeenSet =
false;
98 bool m_statusHasBeenSet =
false;
101 bool m_requestIdHasBeenSet =
false;
AWS_QUICKSIGHT_API DeleteTopicRefreshScheduleResult()=default
AWS_QUICKSIGHT_API DeleteTopicRefreshScheduleResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetDatasetArn() const
const Aws::String & GetRequestId() const
DeleteTopicRefreshScheduleResult & WithTopicId(TopicIdT &&value)
DeleteTopicRefreshScheduleResult & WithDatasetArn(DatasetArnT &&value)
void SetTopicId(TopicIdT &&value)
void SetDatasetArn(DatasetArnT &&value)
AWS_QUICKSIGHT_API DeleteTopicRefreshScheduleResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetTopicArn() const
DeleteTopicRefreshScheduleResult & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
DeleteTopicRefreshScheduleResult & WithTopicArn(TopicArnT &&value)
const Aws::String & GetTopicId() const
DeleteTopicRefreshScheduleResult & WithStatus(int value)
void SetTopicArn(TopicArnT &&value)
void SetStatus(int value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue