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/RefreshSchedule.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
36 template <
typename RefreshScheduleT = RefreshSchedule>
38 m_refreshScheduleHasBeenSet =
true;
39 m_refreshSchedule = std::forward<RefreshScheduleT>(value);
41 template <
typename RefreshScheduleT = RefreshSchedule>
54 m_statusHasBeenSet =
true;
66 template <
typename RequestIdT = Aws::String>
68 m_requestIdHasBeenSet =
true;
69 m_requestId = std::forward<RequestIdT>(value);
71 template <
typename RequestIdT = Aws::String>
83 template <
typename ArnT = Aws::String>
85 m_arnHasBeenSet =
true;
86 m_arn = std::forward<ArnT>(value);
88 template <
typename ArnT = Aws::String>
90 SetArn(std::forward<ArnT>(value));
105 bool m_refreshScheduleHasBeenSet =
false;
106 bool m_statusHasBeenSet =
false;
107 bool m_requestIdHasBeenSet =
false;
108 bool m_arnHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
AWS_QUICKSIGHT_API DescribeRefreshScheduleResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeRefreshScheduleResult & WithRequestId(RequestIdT &&value)
const RefreshSchedule & GetRefreshSchedule() const
DescribeRefreshScheduleResult & WithArn(ArnT &&value)
void SetArn(ArnT &&value)
AWS_QUICKSIGHT_API DescribeRefreshScheduleResult()=default
DescribeRefreshScheduleResult & WithRefreshSchedule(RefreshScheduleT &&value)
const Aws::String & GetArn() const
const Aws::String & GetRequestId() const
DescribeRefreshScheduleResult & WithStatus(int value)
void SetStatus(int value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_QUICKSIGHT_API DescribeRefreshScheduleResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRefreshSchedule(RefreshScheduleT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue