7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/quicksight/QuickSight_EXPORTS.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
36 template <
typename TopicIdT = Aws::String>
38 m_topicIdHasBeenSet =
true;
39 m_topicId = std::forward<TopicIdT>(value);
41 template <
typename TopicIdT = Aws::String>
53 template <
typename TopicArnT = Aws::String>
55 m_topicArnHasBeenSet =
true;
56 m_topicArn = std::forward<TopicArnT>(value);
58 template <
typename TopicArnT = Aws::String>
70 template <
typename DatasetArnT = Aws::String>
72 m_datasetArnHasBeenSet =
true;
73 m_datasetArn = std::forward<DatasetArnT>(value);
75 template <
typename DatasetArnT = Aws::String>
88 m_statusHasBeenSet =
true;
100 template <
typename RequestIdT = Aws::String>
102 m_requestIdHasBeenSet =
true;
103 m_requestId = std::forward<RequestIdT>(value);
105 template <
typename RequestIdT = Aws::String>
124 bool m_topicIdHasBeenSet =
false;
125 bool m_topicArnHasBeenSet =
false;
126 bool m_datasetArnHasBeenSet =
false;
127 bool m_statusHasBeenSet =
false;
128 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetRequestId() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetStatus(int value)
const Aws::String & GetTopicArn() const
UpdateTopicRefreshScheduleResult & WithTopicArn(TopicArnT &&value)
AWS_QUICKSIGHT_API UpdateTopicRefreshScheduleResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetTopicId(TopicIdT &&value)
const Aws::String & GetDatasetArn() const
UpdateTopicRefreshScheduleResult & WithTopicId(TopicIdT &&value)
AWS_QUICKSIGHT_API UpdateTopicRefreshScheduleResult()=default
const Aws::String & GetTopicId() const
void SetTopicArn(TopicArnT &&value)
void SetRequestId(RequestIdT &&value)
UpdateTopicRefreshScheduleResult & WithDatasetArn(DatasetArnT &&value)
AWS_QUICKSIGHT_API UpdateTopicRefreshScheduleResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateTopicRefreshScheduleResult & WithStatus(int value)
UpdateTopicRefreshScheduleResult & WithRequestId(RequestIdT &&value)
void SetDatasetArn(DatasetArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue