AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
DeleteThemeAliasResult.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 DeleteThemeAliasResult();
33
34
36
39 inline const Aws::String& GetAliasName() const{ return m_aliasName; }
40 inline void SetAliasName(const Aws::String& value) { m_aliasName = value; }
41 inline void SetAliasName(Aws::String&& value) { m_aliasName = std::move(value); }
42 inline void SetAliasName(const char* value) { m_aliasName.assign(value); }
43 inline DeleteThemeAliasResult& WithAliasName(const Aws::String& value) { SetAliasName(value); return *this;}
44 inline DeleteThemeAliasResult& WithAliasName(Aws::String&& value) { SetAliasName(std::move(value)); return *this;}
45 inline DeleteThemeAliasResult& WithAliasName(const char* value) { SetAliasName(value); return *this;}
47
49
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 DeleteThemeAliasResult& WithArn(const Aws::String& value) { SetArn(value); return *this;}
58 inline DeleteThemeAliasResult& WithArn(Aws::String&& value) { SetArn(std::move(value)); return *this;}
59 inline DeleteThemeAliasResult& WithArn(const char* value) { SetArn(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 DeleteThemeAliasResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
69 inline DeleteThemeAliasResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
70 inline DeleteThemeAliasResult& 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 DeleteThemeAliasResult& WithStatus(int value) { SetStatus(value); return *this;}
81
83
86 inline const Aws::String& GetThemeId() const{ return m_themeId; }
87 inline void SetThemeId(const Aws::String& value) { m_themeId = value; }
88 inline void SetThemeId(Aws::String&& value) { m_themeId = std::move(value); }
89 inline void SetThemeId(const char* value) { m_themeId.assign(value); }
90 inline DeleteThemeAliasResult& WithThemeId(const Aws::String& value) { SetThemeId(value); return *this;}
91 inline DeleteThemeAliasResult& WithThemeId(Aws::String&& value) { SetThemeId(std::move(value)); return *this;}
92 inline DeleteThemeAliasResult& WithThemeId(const char* value) { SetThemeId(value); return *this;}
94 private:
95
96 Aws::String m_aliasName;
97
98 Aws::String m_arn;
99
100 Aws::String m_requestId;
101
102 int m_status;
103
104 Aws::String m_themeId;
105 };
106
107} // namespace Model
108} // namespace QuickSight
109} // namespace Aws
DeleteThemeAliasResult & WithRequestId(const Aws::String &value)
DeleteThemeAliasResult & WithArn(const char *value)
DeleteThemeAliasResult & WithRequestId(const char *value)
DeleteThemeAliasResult & WithThemeId(const char *value)
AWS_QUICKSIGHT_API DeleteThemeAliasResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DeleteThemeAliasResult & WithAliasName(const char *value)
DeleteThemeAliasResult & WithStatus(int value)
DeleteThemeAliasResult & WithAliasName(const Aws::String &value)
DeleteThemeAliasResult & WithThemeId(const Aws::String &value)
DeleteThemeAliasResult & WithThemeId(Aws::String &&value)
AWS_QUICKSIGHT_API DeleteThemeAliasResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DeleteThemeAliasResult & WithArn(Aws::String &&value)
DeleteThemeAliasResult & WithArn(const Aws::String &value)
DeleteThemeAliasResult & WithRequestId(Aws::String &&value)
DeleteThemeAliasResult & WithAliasName(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue