7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/model/TopicRefreshDetails.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
42 template<
typename RefreshDetailsT = TopicRefreshDetails>
43 void SetRefreshDetails(RefreshDetailsT&& value) { m_refreshDetailsHasBeenSet =
true; m_refreshDetails = std::forward<RefreshDetailsT>(value); }
44 template<
typename RefreshDetailsT = TopicRefreshDetails>
51 template<
typename RequestIdT = Aws::String>
52 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
53 template<
typename RequestIdT = Aws::String>
62 inline void SetStatus(
int value) { m_statusHasBeenSet =
true; m_status = value; }
68 bool m_refreshDetailsHasBeenSet =
false;
71 bool m_requestIdHasBeenSet =
false;
74 bool m_statusHasBeenSet =
false;
void SetStatus(int value)
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