7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/model/RefreshSchedule.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
41 template<
typename RefreshScheduleT = RefreshSchedule>
42 void SetRefreshSchedule(RefreshScheduleT&& value) { m_refreshScheduleHasBeenSet =
true; m_refreshSchedule = std::forward<RefreshScheduleT>(value); }
43 template<
typename RefreshScheduleT = RefreshSchedule>
52 inline void SetStatus(
int value) { m_statusHasBeenSet =
true; m_status = value; }
59 template<
typename RequestIdT = Aws::String>
60 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
61 template<
typename RequestIdT = Aws::String>
70 template<
typename ArnT = Aws::String>
71 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
72 template<
typename ArnT = Aws::String>
78 bool m_refreshScheduleHasBeenSet =
false;
81 bool m_statusHasBeenSet =
false;
84 bool m_requestIdHasBeenSet =
false;
87 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_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