AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
DescribeTopicRefreshScheduleResult.h
1
6#pragma once
7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/quicksight/model/TopicRefreshSchedule.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:
34
35
37
42 inline const Aws::String& GetTopicId() const{ return m_topicId; }
43 inline void SetTopicId(const Aws::String& value) { m_topicId = value; }
44 inline void SetTopicId(Aws::String&& value) { m_topicId = std::move(value); }
45 inline void SetTopicId(const char* value) { m_topicId.assign(value); }
46 inline DescribeTopicRefreshScheduleResult& WithTopicId(const Aws::String& value) { SetTopicId(value); return *this;}
47 inline DescribeTopicRefreshScheduleResult& WithTopicId(Aws::String&& value) { SetTopicId(std::move(value)); return *this;}
48 inline DescribeTopicRefreshScheduleResult& WithTopicId(const char* value) { SetTopicId(value); return *this;}
50
52
55 inline const Aws::String& GetTopicArn() const{ return m_topicArn; }
56 inline void SetTopicArn(const Aws::String& value) { m_topicArn = value; }
57 inline void SetTopicArn(Aws::String&& value) { m_topicArn = std::move(value); }
58 inline void SetTopicArn(const char* value) { m_topicArn.assign(value); }
59 inline DescribeTopicRefreshScheduleResult& WithTopicArn(const Aws::String& value) { SetTopicArn(value); return *this;}
60 inline DescribeTopicRefreshScheduleResult& WithTopicArn(Aws::String&& value) { SetTopicArn(std::move(value)); return *this;}
61 inline DescribeTopicRefreshScheduleResult& WithTopicArn(const char* value) { SetTopicArn(value); return *this;}
63
65
68 inline const Aws::String& GetDatasetArn() const{ return m_datasetArn; }
69 inline void SetDatasetArn(const Aws::String& value) { m_datasetArn = value; }
70 inline void SetDatasetArn(Aws::String&& value) { m_datasetArn = std::move(value); }
71 inline void SetDatasetArn(const char* value) { m_datasetArn.assign(value); }
72 inline DescribeTopicRefreshScheduleResult& WithDatasetArn(const Aws::String& value) { SetDatasetArn(value); return *this;}
73 inline DescribeTopicRefreshScheduleResult& WithDatasetArn(Aws::String&& value) { SetDatasetArn(std::move(value)); return *this;}
74 inline DescribeTopicRefreshScheduleResult& WithDatasetArn(const char* value) { SetDatasetArn(value); return *this;}
76
78
81 inline const TopicRefreshSchedule& GetRefreshSchedule() const{ return m_refreshSchedule; }
82 inline void SetRefreshSchedule(const TopicRefreshSchedule& value) { m_refreshSchedule = value; }
83 inline void SetRefreshSchedule(TopicRefreshSchedule&& value) { m_refreshSchedule = std::move(value); }
87
89
92 inline int GetStatus() const{ return m_status; }
93 inline void SetStatus(int value) { m_status = value; }
94 inline DescribeTopicRefreshScheduleResult& WithStatus(int value) { SetStatus(value); return *this;}
96
98
99 inline const Aws::String& GetRequestId() const{ return m_requestId; }
100 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
101 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
102 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
103 inline DescribeTopicRefreshScheduleResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
104 inline DescribeTopicRefreshScheduleResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
105 inline DescribeTopicRefreshScheduleResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
107 private:
108
109 Aws::String m_topicId;
110
111 Aws::String m_topicArn;
112
113 Aws::String m_datasetArn;
114
115 TopicRefreshSchedule m_refreshSchedule;
116
117 int m_status;
118
119 Aws::String m_requestId;
120 };
121
122} // namespace Model
123} // namespace QuickSight
124} // namespace Aws
AWS_QUICKSIGHT_API DescribeTopicRefreshScheduleResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeTopicRefreshScheduleResult & WithTopicId(const char *value)
AWS_QUICKSIGHT_API DescribeTopicRefreshScheduleResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeTopicRefreshScheduleResult & WithTopicArn(const char *value)
DescribeTopicRefreshScheduleResult & WithTopicArn(const Aws::String &value)
DescribeTopicRefreshScheduleResult & WithDatasetArn(const char *value)
DescribeTopicRefreshScheduleResult & WithTopicId(const Aws::String &value)
DescribeTopicRefreshScheduleResult & WithTopicId(Aws::String &&value)
DescribeTopicRefreshScheduleResult & WithRequestId(Aws::String &&value)
DescribeTopicRefreshScheduleResult & WithDatasetArn(Aws::String &&value)
DescribeTopicRefreshScheduleResult & WithRequestId(const Aws::String &value)
DescribeTopicRefreshScheduleResult & WithRequestId(const char *value)
DescribeTopicRefreshScheduleResult & WithRefreshSchedule(const TopicRefreshSchedule &value)
DescribeTopicRefreshScheduleResult & WithDatasetArn(const Aws::String &value)
DescribeTopicRefreshScheduleResult & WithRefreshSchedule(TopicRefreshSchedule &&value)
DescribeTopicRefreshScheduleResult & WithTopicArn(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue