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;
52 inline void SetStatus(
int value) { m_status = value; }
61 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
74 inline void SetArn(
const char* value) { m_arn.assign(value); }
DescribeRefreshScheduleResult & WithArn(Aws::String &&value)
void SetArn(Aws::String &&value)
AWS_QUICKSIGHT_API DescribeRefreshScheduleResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const RefreshSchedule & GetRefreshSchedule() const
DescribeRefreshScheduleResult & WithRequestId(const Aws::String &value)
DescribeRefreshScheduleResult & WithArn(const char *value)
void SetRefreshSchedule(RefreshSchedule &&value)
const Aws::String & GetArn() const
const Aws::String & GetRequestId() const
DescribeRefreshScheduleResult & WithRefreshSchedule(RefreshSchedule &&value)
void SetArn(const char *value)
void SetRequestId(const Aws::String &value)
DescribeRefreshScheduleResult & WithStatus(int value)
AWS_QUICKSIGHT_API DescribeRefreshScheduleResult()
void SetStatus(int value)
DescribeRefreshScheduleResult & WithRefreshSchedule(const RefreshSchedule &value)
void SetRequestId(const char *value)
DescribeRefreshScheduleResult & WithRequestId(Aws::String &&value)
void SetArn(const Aws::String &value)
AWS_QUICKSIGHT_API DescribeRefreshScheduleResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeRefreshScheduleResult & WithRequestId(const char *value)
void SetRequestId(Aws::String &&value)
void SetRefreshSchedule(const RefreshSchedule &value)
DescribeRefreshScheduleResult & WithArn(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue