AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
UpdateTopicRefreshScheduleResult.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:
33
34
36
40 inline const Aws::String& GetTopicId() const{ return m_topicId; }
41 inline void SetTopicId(const Aws::String& value) { m_topicId = value; }
42 inline void SetTopicId(Aws::String&& value) { m_topicId = std::move(value); }
43 inline void SetTopicId(const char* value) { m_topicId.assign(value); }
44 inline UpdateTopicRefreshScheduleResult& WithTopicId(const Aws::String& value) { SetTopicId(value); return *this;}
45 inline UpdateTopicRefreshScheduleResult& WithTopicId(Aws::String&& value) { SetTopicId(std::move(value)); return *this;}
46 inline UpdateTopicRefreshScheduleResult& WithTopicId(const char* value) { SetTopicId(value); return *this;}
48
50
53 inline const Aws::String& GetTopicArn() const{ return m_topicArn; }
54 inline void SetTopicArn(const Aws::String& value) { m_topicArn = value; }
55 inline void SetTopicArn(Aws::String&& value) { m_topicArn = std::move(value); }
56 inline void SetTopicArn(const char* value) { m_topicArn.assign(value); }
57 inline UpdateTopicRefreshScheduleResult& WithTopicArn(const Aws::String& value) { SetTopicArn(value); return *this;}
58 inline UpdateTopicRefreshScheduleResult& WithTopicArn(Aws::String&& value) { SetTopicArn(std::move(value)); return *this;}
59 inline UpdateTopicRefreshScheduleResult& WithTopicArn(const char* value) { SetTopicArn(value); return *this;}
61
63
66 inline const Aws::String& GetDatasetArn() const{ return m_datasetArn; }
67 inline void SetDatasetArn(const Aws::String& value) { m_datasetArn = value; }
68 inline void SetDatasetArn(Aws::String&& value) { m_datasetArn = std::move(value); }
69 inline void SetDatasetArn(const char* value) { m_datasetArn.assign(value); }
70 inline UpdateTopicRefreshScheduleResult& WithDatasetArn(const Aws::String& value) { SetDatasetArn(value); return *this;}
71 inline UpdateTopicRefreshScheduleResult& WithDatasetArn(Aws::String&& value) { SetDatasetArn(std::move(value)); return *this;}
72 inline UpdateTopicRefreshScheduleResult& WithDatasetArn(const char* value) { SetDatasetArn(value); return *this;}
74
76
79 inline int GetStatus() const{ return m_status; }
80 inline void SetStatus(int value) { m_status = value; }
81 inline UpdateTopicRefreshScheduleResult& WithStatus(int value) { SetStatus(value); return *this;}
83
85
86 inline const Aws::String& GetRequestId() const{ return m_requestId; }
87 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
88 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
89 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
90 inline UpdateTopicRefreshScheduleResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
91 inline UpdateTopicRefreshScheduleResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
92 inline UpdateTopicRefreshScheduleResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
94 private:
95
96 Aws::String m_topicId;
97
98 Aws::String m_topicArn;
99
100 Aws::String m_datasetArn;
101
102 int m_status;
103
104 Aws::String m_requestId;
105 };
106
107} // namespace Model
108} // namespace QuickSight
109} // namespace Aws
UpdateTopicRefreshScheduleResult & WithTopicArn(const Aws::String &value)
UpdateTopicRefreshScheduleResult & WithDatasetArn(const Aws::String &value)
UpdateTopicRefreshScheduleResult & WithRequestId(Aws::String &&value)
UpdateTopicRefreshScheduleResult & WithTopicId(Aws::String &&value)
AWS_QUICKSIGHT_API UpdateTopicRefreshScheduleResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateTopicRefreshScheduleResult & WithTopicArn(const char *value)
UpdateTopicRefreshScheduleResult & WithDatasetArn(const char *value)
UpdateTopicRefreshScheduleResult & WithTopicId(const Aws::String &value)
UpdateTopicRefreshScheduleResult & WithRequestId(const char *value)
UpdateTopicRefreshScheduleResult & WithTopicArn(Aws::String &&value)
UpdateTopicRefreshScheduleResult & WithRequestId(const Aws::String &value)
UpdateTopicRefreshScheduleResult & WithDatasetArn(Aws::String &&value)
UpdateTopicRefreshScheduleResult & WithTopicId(const char *value)
AWS_QUICKSIGHT_API UpdateTopicRefreshScheduleResult & 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