7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
9#include <aws/quicksight/model/RefreshSchedule.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
35 template <
typename RefreshScheduleT = RefreshSchedule>
37 m_refreshScheduleHasBeenSet =
true;
38 m_refreshSchedule = std::forward<RefreshScheduleT>(value);
40 template <
typename RefreshScheduleT = RefreshSchedule>
53 m_statusHasBeenSet =
true;
65 template <
typename RequestIdT = Aws::String>
67 m_requestIdHasBeenSet =
true;
68 m_requestId = std::forward<RequestIdT>(value);
70 template <
typename RequestIdT = Aws::String>
82 template <
typename ArnT = Aws::String>
84 m_arnHasBeenSet =
true;
85 m_arn = std::forward<ArnT>(value);
87 template <
typename ArnT = Aws::String>
89 SetArn(std::forward<ArnT>(value));
101 bool m_refreshScheduleHasBeenSet =
false;
102 bool m_statusHasBeenSet =
false;
103 bool m_requestIdHasBeenSet =
false;
104 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