AWS SDK for C++

AWS SDK for C++ Version 1.11.606

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:
31 AWS_QUICKSIGHT_API DescribeTopicRefreshScheduleResult() = default;
34
35
37
42 inline const Aws::String& GetTopicId() const { return m_topicId; }
43 template<typename TopicIdT = Aws::String>
44 void SetTopicId(TopicIdT&& value) { m_topicIdHasBeenSet = true; m_topicId = std::forward<TopicIdT>(value); }
45 template<typename TopicIdT = Aws::String>
46 DescribeTopicRefreshScheduleResult& WithTopicId(TopicIdT&& value) { SetTopicId(std::forward<TopicIdT>(value)); return *this;}
48
50
53 inline const Aws::String& GetTopicArn() const { return m_topicArn; }
54 template<typename TopicArnT = Aws::String>
55 void SetTopicArn(TopicArnT&& value) { m_topicArnHasBeenSet = true; m_topicArn = std::forward<TopicArnT>(value); }
56 template<typename TopicArnT = Aws::String>
57 DescribeTopicRefreshScheduleResult& WithTopicArn(TopicArnT&& value) { SetTopicArn(std::forward<TopicArnT>(value)); return *this;}
59
61
64 inline const Aws::String& GetDatasetArn() const { return m_datasetArn; }
65 template<typename DatasetArnT = Aws::String>
66 void SetDatasetArn(DatasetArnT&& value) { m_datasetArnHasBeenSet = true; m_datasetArn = std::forward<DatasetArnT>(value); }
67 template<typename DatasetArnT = Aws::String>
68 DescribeTopicRefreshScheduleResult& WithDatasetArn(DatasetArnT&& value) { SetDatasetArn(std::forward<DatasetArnT>(value)); return *this;}
70
72
75 inline const TopicRefreshSchedule& GetRefreshSchedule() const { return m_refreshSchedule; }
76 template<typename RefreshScheduleT = TopicRefreshSchedule>
77 void SetRefreshSchedule(RefreshScheduleT&& value) { m_refreshScheduleHasBeenSet = true; m_refreshSchedule = std::forward<RefreshScheduleT>(value); }
78 template<typename RefreshScheduleT = TopicRefreshSchedule>
79 DescribeTopicRefreshScheduleResult& WithRefreshSchedule(RefreshScheduleT&& value) { SetRefreshSchedule(std::forward<RefreshScheduleT>(value)); return *this;}
81
83
86 inline int GetStatus() const { return m_status; }
87 inline void SetStatus(int value) { m_statusHasBeenSet = true; m_status = value; }
88 inline DescribeTopicRefreshScheduleResult& WithStatus(int value) { SetStatus(value); return *this;}
90
92
93 inline const Aws::String& GetRequestId() const { return m_requestId; }
94 template<typename RequestIdT = Aws::String>
95 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet = true; m_requestId = std::forward<RequestIdT>(value); }
96 template<typename RequestIdT = Aws::String>
97 DescribeTopicRefreshScheduleResult& WithRequestId(RequestIdT&& value) { SetRequestId(std::forward<RequestIdT>(value)); return *this;}
99 private:
100
101 Aws::String m_topicId;
102 bool m_topicIdHasBeenSet = false;
103
104 Aws::String m_topicArn;
105 bool m_topicArnHasBeenSet = false;
106
107 Aws::String m_datasetArn;
108 bool m_datasetArnHasBeenSet = false;
109
110 TopicRefreshSchedule m_refreshSchedule;
111 bool m_refreshScheduleHasBeenSet = false;
112
113 int m_status{0};
114 bool m_statusHasBeenSet = false;
115
116 Aws::String m_requestId;
117 bool m_requestIdHasBeenSet = false;
118 };
119
120} // namespace Model
121} // namespace QuickSight
122} // namespace Aws
AWS_QUICKSIGHT_API DescribeTopicRefreshScheduleResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_QUICKSIGHT_API DescribeTopicRefreshScheduleResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeTopicRefreshScheduleResult & WithRefreshSchedule(RefreshScheduleT &&value)
DescribeTopicRefreshScheduleResult & WithTopicId(TopicIdT &&value)
DescribeTopicRefreshScheduleResult & WithRequestId(RequestIdT &&value)
DescribeTopicRefreshScheduleResult & WithDatasetArn(DatasetArnT &&value)
DescribeTopicRefreshScheduleResult & WithTopicArn(TopicArnT &&value)
AWS_QUICKSIGHT_API DescribeTopicRefreshScheduleResult()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue