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/TopicRefreshDetails.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
37 template <
typename RefreshDetailsT = TopicRefreshDetails>
39 m_refreshDetailsHasBeenSet =
true;
40 m_refreshDetails = std::forward<RefreshDetailsT>(value);
42 template <
typename RefreshDetailsT = TopicRefreshDetails>
52 template <
typename RequestIdT = Aws::String>
54 m_requestIdHasBeenSet =
true;
55 m_requestId = std::forward<RequestIdT>(value);
57 template <
typename RequestIdT = Aws::String>
70 m_statusHasBeenSet =
true;
87 bool m_refreshDetailsHasBeenSet =
false;
88 bool m_requestIdHasBeenSet =
false;
89 bool m_statusHasBeenSet =
false;
void SetStatus(int value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
DescribeTopicRefreshResult & WithRequestId(RequestIdT &&value)
const TopicRefreshDetails & GetRefreshDetails() const
AWS_QUICKSIGHT_API DescribeTopicRefreshResult()=default
void SetRefreshDetails(RefreshDetailsT &&value)
void SetRequestId(RequestIdT &&value)
AWS_QUICKSIGHT_API DescribeTopicRefreshResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeTopicRefreshResult & WithRefreshDetails(RefreshDetailsT &&value)
DescribeTopicRefreshResult & WithStatus(int value)
const Aws::String & GetRequestId() const
AWS_QUICKSIGHT_API DescribeTopicRefreshResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue