AWS SDK for C++

AWS SDK for C++ Version 1.11.744

Loading...
Searching...
No Matches
DeleteThemeAliasResult.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
9
10#include <utility>
11
12namespace Aws {
13template <typename RESULT_TYPE>
14class AmazonWebServiceResult;
15
16namespace Utils {
17namespace Json {
18class JsonValue;
19} // namespace Json
20} // namespace Utils
21namespace QuickSight {
22namespace Model {
24 public:
25 AWS_QUICKSIGHT_API DeleteThemeAliasResult() = default;
28
30
33 inline const Aws::String& GetAliasName() const { return m_aliasName; }
34 template <typename AliasNameT = Aws::String>
35 void SetAliasName(AliasNameT&& value) {
36 m_aliasNameHasBeenSet = true;
37 m_aliasName = std::forward<AliasNameT>(value);
38 }
39 template <typename AliasNameT = Aws::String>
41 SetAliasName(std::forward<AliasNameT>(value));
42 return *this;
43 }
45
47
51 inline const Aws::String& GetArn() const { return m_arn; }
52 template <typename ArnT = Aws::String>
53 void SetArn(ArnT&& value) {
54 m_arnHasBeenSet = true;
55 m_arn = std::forward<ArnT>(value);
56 }
57 template <typename ArnT = Aws::String>
59 SetArn(std::forward<ArnT>(value));
60 return *this;
61 }
63
65
66 inline const Aws::String& GetRequestId() const { return m_requestId; }
67 template <typename RequestIdT = Aws::String>
68 void SetRequestId(RequestIdT&& value) {
69 m_requestIdHasBeenSet = true;
70 m_requestId = std::forward<RequestIdT>(value);
71 }
72 template <typename RequestIdT = Aws::String>
74 SetRequestId(std::forward<RequestIdT>(value));
75 return *this;
76 }
78
80
83 inline int GetStatus() const { return m_status; }
84 inline void SetStatus(int value) {
85 m_statusHasBeenSet = true;
86 m_status = value;
87 }
89 SetStatus(value);
90 return *this;
91 }
93
95
98 inline const Aws::String& GetThemeId() const { return m_themeId; }
99 template <typename ThemeIdT = Aws::String>
100 void SetThemeId(ThemeIdT&& value) {
101 m_themeIdHasBeenSet = true;
102 m_themeId = std::forward<ThemeIdT>(value);
103 }
104 template <typename ThemeIdT = Aws::String>
106 SetThemeId(std::forward<ThemeIdT>(value));
107 return *this;
108 }
110 private:
111 Aws::String m_aliasName;
112
113 Aws::String m_arn;
114
115 Aws::String m_requestId;
116
117 int m_status{0};
118
119 Aws::String m_themeId;
120 bool m_aliasNameHasBeenSet = false;
121 bool m_arnHasBeenSet = false;
122 bool m_requestIdHasBeenSet = false;
123 bool m_statusHasBeenSet = false;
124 bool m_themeIdHasBeenSet = false;
125};
126
127} // namespace Model
128} // namespace QuickSight
129} // namespace Aws
DeleteThemeAliasResult & WithRequestId(RequestIdT &&value)
AWS_QUICKSIGHT_API DeleteThemeAliasResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DeleteThemeAliasResult & WithStatus(int value)
DeleteThemeAliasResult & WithArn(ArnT &&value)
AWS_QUICKSIGHT_API DeleteThemeAliasResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DeleteThemeAliasResult & WithThemeId(ThemeIdT &&value)
DeleteThemeAliasResult & WithAliasName(AliasNameT &&value)
AWS_QUICKSIGHT_API DeleteThemeAliasResult()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue