AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
CreateTopicRefreshScheduleResult.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 CreateTopicRefreshScheduleResult() = default;
33
34
36
40 inline const Aws::String& GetTopicId() const { return m_topicId; }
41 template<typename TopicIdT = Aws::String>
42 void SetTopicId(TopicIdT&& value) { m_topicIdHasBeenSet = true; m_topicId = std::forward<TopicIdT>(value); }
43 template<typename TopicIdT = Aws::String>
44 CreateTopicRefreshScheduleResult& WithTopicId(TopicIdT&& value) { SetTopicId(std::forward<TopicIdT>(value)); return *this;}
46
48
51 inline const Aws::String& GetTopicArn() const { return m_topicArn; }
52 template<typename TopicArnT = Aws::String>
53 void SetTopicArn(TopicArnT&& value) { m_topicArnHasBeenSet = true; m_topicArn = std::forward<TopicArnT>(value); }
54 template<typename TopicArnT = Aws::String>
55 CreateTopicRefreshScheduleResult& WithTopicArn(TopicArnT&& value) { SetTopicArn(std::forward<TopicArnT>(value)); return *this;}
57
59
62 inline const Aws::String& GetDatasetArn() const { return m_datasetArn; }
63 template<typename DatasetArnT = Aws::String>
64 void SetDatasetArn(DatasetArnT&& value) { m_datasetArnHasBeenSet = true; m_datasetArn = std::forward<DatasetArnT>(value); }
65 template<typename DatasetArnT = Aws::String>
66 CreateTopicRefreshScheduleResult& WithDatasetArn(DatasetArnT&& value) { SetDatasetArn(std::forward<DatasetArnT>(value)); return *this;}
68
70
73 inline int GetStatus() const { return m_status; }
74 inline void SetStatus(int value) { m_statusHasBeenSet = true; m_status = value; }
75 inline CreateTopicRefreshScheduleResult& WithStatus(int value) { SetStatus(value); return *this;}
77
79
80 inline const Aws::String& GetRequestId() const { return m_requestId; }
81 template<typename RequestIdT = Aws::String>
82 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet = true; m_requestId = std::forward<RequestIdT>(value); }
83 template<typename RequestIdT = Aws::String>
84 CreateTopicRefreshScheduleResult& WithRequestId(RequestIdT&& value) { SetRequestId(std::forward<RequestIdT>(value)); return *this;}
86 private:
87
88 Aws::String m_topicId;
89 bool m_topicIdHasBeenSet = false;
90
91 Aws::String m_topicArn;
92 bool m_topicArnHasBeenSet = false;
93
94 Aws::String m_datasetArn;
95 bool m_datasetArnHasBeenSet = false;
96
97 int m_status{0};
98 bool m_statusHasBeenSet = false;
99
100 Aws::String m_requestId;
101 bool m_requestIdHasBeenSet = false;
102 };
103
104} // namespace Model
105} // namespace QuickSight
106} // 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