AWS SDK for C++

AWS SDK for C++ Version 1.11.748

Loading...
Searching...
No Matches
CreateTopicRefreshScheduleResult.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
9
10#include <utility>
11
12namespace Aws {
13template <typename RESULT_TYPE>
14class AmazonWebServiceResult;
15
16namespace Utils {
17namespace Json {
18class JsonValue;
19} // namespace Json
20} // namespace Utils
21namespace QuickSight {
22namespace Model {
24 public:
25 AWS_QUICKSIGHT_API CreateTopicRefreshScheduleResult() = default;
28
30
34 inline const Aws::String& GetTopicId() const { return m_topicId; }
35 template <typename TopicIdT = Aws::String>
36 void SetTopicId(TopicIdT&& value) {
37 m_topicIdHasBeenSet = true;
38 m_topicId = std::forward<TopicIdT>(value);
39 }
40 template <typename TopicIdT = Aws::String>
42 SetTopicId(std::forward<TopicIdT>(value));
43 return *this;
44 }
46
48
51 inline const Aws::String& GetTopicArn() const { return m_topicArn; }
52 template <typename TopicArnT = Aws::String>
53 void SetTopicArn(TopicArnT&& value) {
54 m_topicArnHasBeenSet = true;
55 m_topicArn = std::forward<TopicArnT>(value);
56 }
57 template <typename TopicArnT = Aws::String>
59 SetTopicArn(std::forward<TopicArnT>(value));
60 return *this;
61 }
63
65
68 inline const Aws::String& GetDatasetArn() const { return m_datasetArn; }
69 template <typename DatasetArnT = Aws::String>
70 void SetDatasetArn(DatasetArnT&& value) {
71 m_datasetArnHasBeenSet = true;
72 m_datasetArn = std::forward<DatasetArnT>(value);
73 }
74 template <typename DatasetArnT = Aws::String>
76 SetDatasetArn(std::forward<DatasetArnT>(value));
77 return *this;
78 }
80
82
85 inline int GetStatus() const { return m_status; }
86 inline void SetStatus(int value) {
87 m_statusHasBeenSet = true;
88 m_status = value;
89 }
91 SetStatus(value);
92 return *this;
93 }
95
97
98 inline const Aws::String& GetRequestId() const { return m_requestId; }
99 template <typename RequestIdT = Aws::String>
100 void SetRequestId(RequestIdT&& value) {
101 m_requestIdHasBeenSet = true;
102 m_requestId = std::forward<RequestIdT>(value);
103 }
104 template <typename RequestIdT = Aws::String>
106 SetRequestId(std::forward<RequestIdT>(value));
107 return *this;
108 }
110 private:
111 Aws::String m_topicId;
112
113 Aws::String m_topicArn;
114
115 Aws::String m_datasetArn;
116
117 int m_status{0};
118
119 Aws::String m_requestId;
120 bool m_topicIdHasBeenSet = false;
121 bool m_topicArnHasBeenSet = false;
122 bool m_datasetArnHasBeenSet = false;
123 bool m_statusHasBeenSet = false;
124 bool m_requestIdHasBeenSet = false;
125};
126
127} // namespace Model
128} // namespace QuickSight
129} // namespace Aws
CreateTopicRefreshScheduleResult & WithDatasetArn(DatasetArnT &&value)
CreateTopicRefreshScheduleResult & WithTopicId(TopicIdT &&value)
AWS_QUICKSIGHT_API CreateTopicRefreshScheduleResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateTopicRefreshScheduleResult & WithRequestId(RequestIdT &&value)
AWS_QUICKSIGHT_API CreateTopicRefreshScheduleResult()=default
CreateTopicRefreshScheduleResult & WithTopicArn(TopicArnT &&value)
AWS_QUICKSIGHT_API CreateTopicRefreshScheduleResult & operator=(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