AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
DeleteThemeResult.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 DeleteThemeResult();
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 DeleteThemeResult& WithArn(const Aws::String& value) { SetArn(value); return *this;}
44 inline DeleteThemeResult& WithArn(Aws::String&& value) { SetArn(std::move(value)); return *this;}
45 inline DeleteThemeResult& WithArn(const char* value) { SetArn(value); return *this;}
47
49
50 inline const Aws::String& GetRequestId() const{ return m_requestId; }
51 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
52 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
53 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
54 inline DeleteThemeResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
55 inline DeleteThemeResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
56 inline DeleteThemeResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
58
60
63 inline int GetStatus() const{ return m_status; }
64 inline void SetStatus(int value) { m_status = value; }
65 inline DeleteThemeResult& WithStatus(int value) { SetStatus(value); return *this;}
67
69
72 inline const Aws::String& GetThemeId() const{ return m_themeId; }
73 inline void SetThemeId(const Aws::String& value) { m_themeId = value; }
74 inline void SetThemeId(Aws::String&& value) { m_themeId = std::move(value); }
75 inline void SetThemeId(const char* value) { m_themeId.assign(value); }
76 inline DeleteThemeResult& WithThemeId(const Aws::String& value) { SetThemeId(value); return *this;}
77 inline DeleteThemeResult& WithThemeId(Aws::String&& value) { SetThemeId(std::move(value)); return *this;}
78 inline DeleteThemeResult& WithThemeId(const char* value) { SetThemeId(value); return *this;}
80 private:
81
82 Aws::String m_arn;
83
84 Aws::String m_requestId;
85
86 int m_status;
87
88 Aws::String m_themeId;
89 };
90
91} // namespace Model
92} // namespace QuickSight
93} // namespace Aws
DeleteThemeResult & WithThemeId(Aws::String &&value)
DeleteThemeResult & WithArn(Aws::String &&value)
DeleteThemeResult & WithArn(const char *value)
DeleteThemeResult & WithThemeId(const Aws::String &value)
void SetThemeId(const Aws::String &value)
DeleteThemeResult & WithRequestId(Aws::String &&value)
void SetArn(const Aws::String &value)
DeleteThemeResult & WithStatus(int value)
DeleteThemeResult & WithArn(const Aws::String &value)
AWS_QUICKSIGHT_API DeleteThemeResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(const Aws::String &value)
DeleteThemeResult & WithThemeId(const char *value)
DeleteThemeResult & WithRequestId(const char *value)
AWS_QUICKSIGHT_API DeleteThemeResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DeleteThemeResult & WithRequestId(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue