AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
UpdateRefreshScheduleResult.h
1
6#pragma once
7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13template<typename RESULT_TYPE>
14class AmazonWebServiceResult;
15
16namespace Utils
17{
18namespace Json
19{
20 class JsonValue;
21} // namespace Json
22} // namespace Utils
23namespace QuickSight
24{
25namespace Model
26{
28 {
29 public:
30 AWS_QUICKSIGHT_API UpdateRefreshScheduleResult() = default;
33
34
36
39 inline int GetStatus() const { return m_status; }
40 inline void SetStatus(int value) { m_statusHasBeenSet = true; m_status = value; }
41 inline UpdateRefreshScheduleResult& WithStatus(int value) { SetStatus(value); return *this;}
43
45
46 inline const Aws::String& GetRequestId() const { return m_requestId; }
47 template<typename RequestIdT = Aws::String>
48 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet = true; m_requestId = std::forward<RequestIdT>(value); }
49 template<typename RequestIdT = Aws::String>
50 UpdateRefreshScheduleResult& WithRequestId(RequestIdT&& value) { SetRequestId(std::forward<RequestIdT>(value)); return *this;}
52
54
57 inline const Aws::String& GetScheduleId() const { return m_scheduleId; }
58 template<typename ScheduleIdT = Aws::String>
59 void SetScheduleId(ScheduleIdT&& value) { m_scheduleIdHasBeenSet = true; m_scheduleId = std::forward<ScheduleIdT>(value); }
60 template<typename ScheduleIdT = Aws::String>
61 UpdateRefreshScheduleResult& WithScheduleId(ScheduleIdT&& value) { SetScheduleId(std::forward<ScheduleIdT>(value)); return *this;}
63
65
68 inline const Aws::String& GetArn() const { return m_arn; }
69 template<typename ArnT = Aws::String>
70 void SetArn(ArnT&& value) { m_arnHasBeenSet = true; m_arn = std::forward<ArnT>(value); }
71 template<typename ArnT = Aws::String>
72 UpdateRefreshScheduleResult& WithArn(ArnT&& value) { SetArn(std::forward<ArnT>(value)); return *this;}
74 private:
75
76 int m_status{0};
77 bool m_statusHasBeenSet = false;
78
79 Aws::String m_requestId;
80 bool m_requestIdHasBeenSet = false;
81
82 Aws::String m_scheduleId;
83 bool m_scheduleIdHasBeenSet = false;
84
85 Aws::String m_arn;
86 bool m_arnHasBeenSet = false;
87 };
88
89} // namespace Model
90} // namespace QuickSight
91} // namespace Aws
AWS_QUICKSIGHT_API UpdateRefreshScheduleResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateRefreshScheduleResult & WithRequestId(RequestIdT &&value)
AWS_QUICKSIGHT_API UpdateRefreshScheduleResult()=default
UpdateRefreshScheduleResult & WithArn(ArnT &&value)
UpdateRefreshScheduleResult & WithScheduleId(ScheduleIdT &&value)
AWS_QUICKSIGHT_API UpdateRefreshScheduleResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue