AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
UpdateTopicResult.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 UpdateTopicResult();
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 UpdateTopicResult& WithTopicId(const Aws::String& value) { SetTopicId(value); return *this;}
45 inline UpdateTopicResult& WithTopicId(Aws::String&& value) { SetTopicId(std::move(value)); return *this;}
46 inline UpdateTopicResult& WithTopicId(const char* value) { SetTopicId(value); return *this;}
48
50
53 inline const Aws::String& GetArn() const{ return m_arn; }
54 inline void SetArn(const Aws::String& value) { m_arn = value; }
55 inline void SetArn(Aws::String&& value) { m_arn = std::move(value); }
56 inline void SetArn(const char* value) { m_arn.assign(value); }
57 inline UpdateTopicResult& WithArn(const Aws::String& value) { SetArn(value); return *this;}
58 inline UpdateTopicResult& WithArn(Aws::String&& value) { SetArn(std::move(value)); return *this;}
59 inline UpdateTopicResult& WithArn(const char* value) { SetArn(value); return *this;}
61
63
66 inline const Aws::String& GetRefreshArn() const{ return m_refreshArn; }
67 inline void SetRefreshArn(const Aws::String& value) { m_refreshArn = value; }
68 inline void SetRefreshArn(Aws::String&& value) { m_refreshArn = std::move(value); }
69 inline void SetRefreshArn(const char* value) { m_refreshArn.assign(value); }
70 inline UpdateTopicResult& WithRefreshArn(const Aws::String& value) { SetRefreshArn(value); return *this;}
71 inline UpdateTopicResult& WithRefreshArn(Aws::String&& value) { SetRefreshArn(std::move(value)); return *this;}
72 inline UpdateTopicResult& WithRefreshArn(const char* value) { SetRefreshArn(value); return *this;}
74
76
77 inline const Aws::String& GetRequestId() const{ return m_requestId; }
78 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
79 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
80 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
81 inline UpdateTopicResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
82 inline UpdateTopicResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
83 inline UpdateTopicResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
85
87
90 inline int GetStatus() const{ return m_status; }
91 inline void SetStatus(int value) { m_status = value; }
92 inline UpdateTopicResult& WithStatus(int value) { SetStatus(value); return *this;}
94 private:
95
96 Aws::String m_topicId;
97
98 Aws::String m_arn;
99
100 Aws::String m_refreshArn;
101
102 Aws::String m_requestId;
103
104 int m_status;
105 };
106
107} // namespace Model
108} // namespace QuickSight
109} // namespace Aws
UpdateTopicResult & WithArn(Aws::String &&value)
UpdateTopicResult & WithTopicId(Aws::String &&value)
void SetRequestId(const Aws::String &value)
AWS_QUICKSIGHT_API UpdateTopicResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRefreshArn() const
UpdateTopicResult & WithRequestId(const Aws::String &value)
void SetTopicId(const Aws::String &value)
UpdateTopicResult & WithRequestId(Aws::String &&value)
UpdateTopicResult & WithRefreshArn(const Aws::String &value)
UpdateTopicResult & WithTopicId(const Aws::String &value)
UpdateTopicResult & WithStatus(int value)
UpdateTopicResult & WithTopicId(const char *value)
void SetArn(const Aws::String &value)
UpdateTopicResult & WithArn(const char *value)
UpdateTopicResult & WithRefreshArn(Aws::String &&value)
void SetRefreshArn(const Aws::String &value)
UpdateTopicResult & WithRequestId(const char *value)
UpdateTopicResult & WithArn(const Aws::String &value)
AWS_QUICKSIGHT_API UpdateTopicResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateTopicResult & WithRefreshArn(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue