7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/quicksight/QuickSight_EXPORTS.h>
10#include <aws/quicksight/model/TopicRefreshSchedule.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
38 template <
typename TopicIdT = Aws::String>
40 m_topicIdHasBeenSet =
true;
41 m_topicId = std::forward<TopicIdT>(value);
43 template <
typename TopicIdT = Aws::String>
55 template <
typename TopicArnT = Aws::String>
57 m_topicArnHasBeenSet =
true;
58 m_topicArn = std::forward<TopicArnT>(value);
60 template <
typename TopicArnT = Aws::String>
72 template <
typename DatasetArnT = Aws::String>
74 m_datasetArnHasBeenSet =
true;
75 m_datasetArn = std::forward<DatasetArnT>(value);
77 template <
typename DatasetArnT = Aws::String>
89 template <
typename RefreshScheduleT = TopicRefreshSchedule>
91 m_refreshScheduleHasBeenSet =
true;
92 m_refreshSchedule = std::forward<RefreshScheduleT>(value);
94 template <
typename RefreshScheduleT = TopicRefreshSchedule>
107 m_statusHasBeenSet =
true;
119 template <
typename RequestIdT = Aws::String>
121 m_requestIdHasBeenSet =
true;
122 m_requestId = std::forward<RequestIdT>(value);
124 template <
typename RequestIdT = Aws::String>
145 bool m_topicIdHasBeenSet =
false;
146 bool m_topicArnHasBeenSet =
false;
147 bool m_datasetArnHasBeenSet =
false;
148 bool m_refreshScheduleHasBeenSet =
false;
149 bool m_statusHasBeenSet =
false;
150 bool m_requestIdHasBeenSet =
false;
AWS_QUICKSIGHT_API DescribeTopicRefreshScheduleResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_QUICKSIGHT_API DescribeTopicRefreshScheduleResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeTopicRefreshScheduleResult & WithStatus(int value)
const TopicRefreshSchedule & GetRefreshSchedule() const
void SetStatus(int value)
void SetDatasetArn(DatasetArnT &&value)
void SetTopicId(TopicIdT &&value)
void SetRefreshSchedule(RefreshScheduleT &&value)
void SetTopicArn(TopicArnT &&value)
const Aws::String & GetRequestId() const
DescribeTopicRefreshScheduleResult & WithRefreshSchedule(RefreshScheduleT &&value)
DescribeTopicRefreshScheduleResult & WithTopicId(TopicIdT &&value)
DescribeTopicRefreshScheduleResult & WithRequestId(RequestIdT &&value)
DescribeTopicRefreshScheduleResult & WithDatasetArn(DatasetArnT &&value)
void SetRequestId(RequestIdT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
DescribeTopicRefreshScheduleResult & WithTopicArn(TopicArnT &&value)
const Aws::String & GetTopicArn() const
AWS_QUICKSIGHT_API DescribeTopicRefreshScheduleResult()=default
const Aws::String & GetTopicId() const
const Aws::String & GetDatasetArn() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue