AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
DeleteTopicResult.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 DeleteTopicResult();
33
34
36
39 inline const Aws::String& GetArn() const{ return m_arn; }
40 inline void SetArn(const Aws::String& value) { m_arn = value; }
41 inline void SetArn(Aws::String&& value) { m_arn = std::move(value); }
42 inline void SetArn(const char* value) { m_arn.assign(value); }
43 inline DeleteTopicResult& WithArn(const Aws::String& value) { SetArn(value); return *this;}
44 inline DeleteTopicResult& WithArn(Aws::String&& value) { SetArn(std::move(value)); return *this;}
45 inline DeleteTopicResult& WithArn(const char* value) { SetArn(value); return *this;}
47
49
53 inline const Aws::String& GetTopicId() const{ return m_topicId; }
54 inline void SetTopicId(const Aws::String& value) { m_topicId = value; }
55 inline void SetTopicId(Aws::String&& value) { m_topicId = std::move(value); }
56 inline void SetTopicId(const char* value) { m_topicId.assign(value); }
57 inline DeleteTopicResult& WithTopicId(const Aws::String& value) { SetTopicId(value); return *this;}
58 inline DeleteTopicResult& WithTopicId(Aws::String&& value) { SetTopicId(std::move(value)); return *this;}
59 inline DeleteTopicResult& WithTopicId(const char* value) { SetTopicId(value); return *this;}
61
63
64 inline const Aws::String& GetRequestId() const{ return m_requestId; }
65 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
66 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
67 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
68 inline DeleteTopicResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
69 inline DeleteTopicResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
70 inline DeleteTopicResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
72
74
77 inline int GetStatus() const{ return m_status; }
78 inline void SetStatus(int value) { m_status = value; }
79 inline DeleteTopicResult& WithStatus(int value) { SetStatus(value); return *this;}
81 private:
82
83 Aws::String m_arn;
84
85 Aws::String m_topicId;
86
87 Aws::String m_requestId;
88
89 int m_status;
90 };
91
92} // namespace Model
93} // namespace QuickSight
94} // namespace Aws
DeleteTopicResult & WithArn(const char *value)
DeleteTopicResult & WithArn(const Aws::String &value)
void SetRequestId(const Aws::String &value)
DeleteTopicResult & WithArn(Aws::String &&value)
DeleteTopicResult & WithRequestId(const char *value)
DeleteTopicResult & WithTopicId(Aws::String &&value)
DeleteTopicResult & WithStatus(int value)
DeleteTopicResult & WithTopicId(const Aws::String &value)
void SetArn(const Aws::String &value)
DeleteTopicResult & WithTopicId(const char *value)
AWS_QUICKSIGHT_API DeleteTopicResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DeleteTopicResult & WithRequestId(const Aws::String &value)
DeleteTopicResult & WithRequestId(Aws::String &&value)
AWS_QUICKSIGHT_API DeleteTopicResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetTopicId(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue