AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
DescribeRefreshScheduleResult.h
1
6#pragma once
7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/model/RefreshSchedule.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <utility>
11
12namespace Aws
13{
14template<typename RESULT_TYPE>
15class AmazonWebServiceResult;
16
17namespace Utils
18{
19namespace Json
20{
21 class JsonValue;
22} // namespace Json
23} // namespace Utils
24namespace QuickSight
25{
26namespace Model
27{
29 {
30 public:
31 AWS_QUICKSIGHT_API DescribeRefreshScheduleResult();
34
35
37
40 inline const RefreshSchedule& GetRefreshSchedule() const{ return m_refreshSchedule; }
41 inline void SetRefreshSchedule(const RefreshSchedule& value) { m_refreshSchedule = value; }
42 inline void SetRefreshSchedule(RefreshSchedule&& value) { m_refreshSchedule = std::move(value); }
44 inline DescribeRefreshScheduleResult& WithRefreshSchedule(RefreshSchedule&& value) { SetRefreshSchedule(std::move(value)); return *this;}
46
48
51 inline int GetStatus() const{ return m_status; }
52 inline void SetStatus(int value) { m_status = value; }
53 inline DescribeRefreshScheduleResult& WithStatus(int value) { SetStatus(value); return *this;}
55
57
58 inline const Aws::String& GetRequestId() const{ return m_requestId; }
59 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
60 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
61 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
62 inline DescribeRefreshScheduleResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
63 inline DescribeRefreshScheduleResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
64 inline DescribeRefreshScheduleResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
66
68
71 inline const Aws::String& GetArn() const{ return m_arn; }
72 inline void SetArn(const Aws::String& value) { m_arn = value; }
73 inline void SetArn(Aws::String&& value) { m_arn = std::move(value); }
74 inline void SetArn(const char* value) { m_arn.assign(value); }
75 inline DescribeRefreshScheduleResult& WithArn(const Aws::String& value) { SetArn(value); return *this;}
76 inline DescribeRefreshScheduleResult& WithArn(Aws::String&& value) { SetArn(std::move(value)); return *this;}
77 inline DescribeRefreshScheduleResult& WithArn(const char* value) { SetArn(value); return *this;}
79 private:
80
81 RefreshSchedule m_refreshSchedule;
82
83 int m_status;
84
85 Aws::String m_requestId;
86
87 Aws::String m_arn;
88 };
89
90} // namespace Model
91} // namespace QuickSight
92} // namespace Aws
DescribeRefreshScheduleResult & WithArn(Aws::String &&value)
AWS_QUICKSIGHT_API DescribeRefreshScheduleResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeRefreshScheduleResult & WithRequestId(const Aws::String &value)
DescribeRefreshScheduleResult & WithArn(const char *value)
DescribeRefreshScheduleResult & WithRefreshSchedule(RefreshSchedule &&value)
DescribeRefreshScheduleResult & WithRefreshSchedule(const RefreshSchedule &value)
DescribeRefreshScheduleResult & WithRequestId(Aws::String &&value)
AWS_QUICKSIGHT_API DescribeRefreshScheduleResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeRefreshScheduleResult & WithRequestId(const char *value)
DescribeRefreshScheduleResult & WithArn(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue