7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
13template <
typename RESULT_TYPE>
14class AmazonWebServiceResult;
35 m_statusHasBeenSet =
true;
47 template <
typename RequestIdT = Aws::String>
49 m_requestIdHasBeenSet =
true;
50 m_requestId = std::forward<RequestIdT>(value);
52 template <
typename RequestIdT = Aws::String>
64 template <
typename ScheduleIdT = Aws::String>
66 m_scheduleIdHasBeenSet =
true;
67 m_scheduleId = std::forward<ScheduleIdT>(value);
69 template <
typename ScheduleIdT = Aws::String>
81 template <
typename ArnT = Aws::String>
83 m_arnHasBeenSet =
true;
84 m_arn = std::forward<ArnT>(value);
86 template <
typename ArnT = Aws::String>
88 SetArn(std::forward<ArnT>(value));
100 bool m_statusHasBeenSet =
false;
101 bool m_requestIdHasBeenSet =
false;
102 bool m_scheduleIdHasBeenSet =
false;
103 bool m_arnHasBeenSet =
false;
DeleteRefreshScheduleResult & WithRequestId(RequestIdT &&value)
AWS_QUICKSIGHT_API DeleteRefreshScheduleResult()=default
AWS_QUICKSIGHT_API DeleteRefreshScheduleResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetScheduleId() const
AWS_QUICKSIGHT_API DeleteRefreshScheduleResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
void SetScheduleId(ScheduleIdT &&value)
void SetRequestId(RequestIdT &&value)
DeleteRefreshScheduleResult & WithScheduleId(ScheduleIdT &&value)
void SetArn(ArnT &&value)
DeleteRefreshScheduleResult & WithArn(ArnT &&value)
DeleteRefreshScheduleResult & WithStatus(int value)
const Aws::String & GetArn() const
void SetStatus(int value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue