AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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();
33
34
36
39 inline int GetStatus() const{ return m_status; }
40 inline void SetStatus(int value) { 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 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
48 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
49 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
50 inline UpdateRefreshScheduleResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
51 inline UpdateRefreshScheduleResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
52 inline UpdateRefreshScheduleResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
54
56
59 inline const Aws::String& GetScheduleId() const{ return m_scheduleId; }
60 inline void SetScheduleId(const Aws::String& value) { m_scheduleId = value; }
61 inline void SetScheduleId(Aws::String&& value) { m_scheduleId = std::move(value); }
62 inline void SetScheduleId(const char* value) { m_scheduleId.assign(value); }
63 inline UpdateRefreshScheduleResult& WithScheduleId(const Aws::String& value) { SetScheduleId(value); return *this;}
64 inline UpdateRefreshScheduleResult& WithScheduleId(Aws::String&& value) { SetScheduleId(std::move(value)); return *this;}
65 inline UpdateRefreshScheduleResult& WithScheduleId(const char* value) { SetScheduleId(value); return *this;}
67
69
72 inline const Aws::String& GetArn() const{ return m_arn; }
73 inline void SetArn(const Aws::String& value) { m_arn = value; }
74 inline void SetArn(Aws::String&& value) { m_arn = std::move(value); }
75 inline void SetArn(const char* value) { m_arn.assign(value); }
76 inline UpdateRefreshScheduleResult& WithArn(const Aws::String& value) { SetArn(value); return *this;}
77 inline UpdateRefreshScheduleResult& WithArn(Aws::String&& value) { SetArn(std::move(value)); return *this;}
78 inline UpdateRefreshScheduleResult& WithArn(const char* value) { SetArn(value); return *this;}
80 private:
81
82 int m_status;
83
84 Aws::String m_requestId;
85
86 Aws::String m_scheduleId;
87
88 Aws::String m_arn;
89 };
90
91} // namespace Model
92} // namespace QuickSight
93} // namespace Aws
UpdateRefreshScheduleResult & WithRequestId(const char *value)
AWS_QUICKSIGHT_API UpdateRefreshScheduleResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateRefreshScheduleResult & WithRequestId(Aws::String &&value)
UpdateRefreshScheduleResult & WithRequestId(const Aws::String &value)
UpdateRefreshScheduleResult & WithArn(Aws::String &&value)
UpdateRefreshScheduleResult & WithScheduleId(const Aws::String &value)
UpdateRefreshScheduleResult & WithArn(const char *value)
UpdateRefreshScheduleResult & WithArn(const Aws::String &value)
AWS_QUICKSIGHT_API UpdateRefreshScheduleResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateRefreshScheduleResult & WithScheduleId(Aws::String &&value)
UpdateRefreshScheduleResult & WithScheduleId(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue