AWS SDK for C++

AWS SDK for C++ Version 1.11.748

Loading...
Searching...
No Matches
DeleteRefreshScheduleResult.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
9
10#include <utility>
11
12namespace Aws {
13template <typename RESULT_TYPE>
14class AmazonWebServiceResult;
15
16namespace Utils {
17namespace Json {
18class JsonValue;
19} // namespace Json
20} // namespace Utils
21namespace QuickSight {
22namespace Model {
24 public:
25 AWS_QUICKSIGHT_API DeleteRefreshScheduleResult() = default;
28
30
33 inline int GetStatus() const { return m_status; }
34 inline void SetStatus(int value) {
35 m_statusHasBeenSet = true;
36 m_status = value;
37 }
39 SetStatus(value);
40 return *this;
41 }
43
45
46 inline const Aws::String& GetRequestId() const { return m_requestId; }
47 template <typename RequestIdT = Aws::String>
48 void SetRequestId(RequestIdT&& value) {
49 m_requestIdHasBeenSet = true;
50 m_requestId = std::forward<RequestIdT>(value);
51 }
52 template <typename RequestIdT = Aws::String>
54 SetRequestId(std::forward<RequestIdT>(value));
55 return *this;
56 }
58
60
63 inline const Aws::String& GetScheduleId() const { return m_scheduleId; }
64 template <typename ScheduleIdT = Aws::String>
65 void SetScheduleId(ScheduleIdT&& value) {
66 m_scheduleIdHasBeenSet = true;
67 m_scheduleId = std::forward<ScheduleIdT>(value);
68 }
69 template <typename ScheduleIdT = Aws::String>
71 SetScheduleId(std::forward<ScheduleIdT>(value));
72 return *this;
73 }
75
77
80 inline const Aws::String& GetArn() const { return m_arn; }
81 template <typename ArnT = Aws::String>
82 void SetArn(ArnT&& value) {
83 m_arnHasBeenSet = true;
84 m_arn = std::forward<ArnT>(value);
85 }
86 template <typename ArnT = Aws::String>
88 SetArn(std::forward<ArnT>(value));
89 return *this;
90 }
92 private:
93 int m_status{0};
94
95 Aws::String m_requestId;
96
97 Aws::String m_scheduleId;
98
99 Aws::String m_arn;
100 bool m_statusHasBeenSet = false;
101 bool m_requestIdHasBeenSet = false;
102 bool m_scheduleIdHasBeenSet = false;
103 bool m_arnHasBeenSet = false;
104};
105
106} // namespace Model
107} // namespace QuickSight
108} // namespace Aws
DeleteRefreshScheduleResult & WithRequestId(RequestIdT &&value)
AWS_QUICKSIGHT_API DeleteRefreshScheduleResult()=default
AWS_QUICKSIGHT_API DeleteRefreshScheduleResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_QUICKSIGHT_API DeleteRefreshScheduleResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DeleteRefreshScheduleResult & WithScheduleId(ScheduleIdT &&value)
DeleteRefreshScheduleResult & WithArn(ArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue