AWS SDK for C++

AWS SDK for C++ Version 1.11.606

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() = default;
33
34
36
39 inline const Aws::String& GetAliasName() const { return m_aliasName; }
40 template<typename AliasNameT = Aws::String>
41 void SetAliasName(AliasNameT&& value) { m_aliasNameHasBeenSet = true; m_aliasName = std::forward<AliasNameT>(value); }
42 template<typename AliasNameT = Aws::String>
43 DeleteThemeAliasResult& WithAliasName(AliasNameT&& value) { SetAliasName(std::forward<AliasNameT>(value)); return *this;}
45
47
51 inline const Aws::String& GetArn() const { return m_arn; }
52 template<typename ArnT = Aws::String>
53 void SetArn(ArnT&& value) { m_arnHasBeenSet = true; m_arn = std::forward<ArnT>(value); }
54 template<typename ArnT = Aws::String>
55 DeleteThemeAliasResult& WithArn(ArnT&& value) { SetArn(std::forward<ArnT>(value)); return *this;}
57
59
60 inline const Aws::String& GetRequestId() const { return m_requestId; }
61 template<typename RequestIdT = Aws::String>
62 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet = true; m_requestId = std::forward<RequestIdT>(value); }
63 template<typename RequestIdT = Aws::String>
64 DeleteThemeAliasResult& WithRequestId(RequestIdT&& value) { SetRequestId(std::forward<RequestIdT>(value)); return *this;}
66
68
71 inline int GetStatus() const { return m_status; }
72 inline void SetStatus(int value) { m_statusHasBeenSet = true; m_status = value; }
73 inline DeleteThemeAliasResult& WithStatus(int value) { SetStatus(value); return *this;}
75
77
80 inline const Aws::String& GetThemeId() const { return m_themeId; }
81 template<typename ThemeIdT = Aws::String>
82 void SetThemeId(ThemeIdT&& value) { m_themeIdHasBeenSet = true; m_themeId = std::forward<ThemeIdT>(value); }
83 template<typename ThemeIdT = Aws::String>
84 DeleteThemeAliasResult& WithThemeId(ThemeIdT&& value) { SetThemeId(std::forward<ThemeIdT>(value)); return *this;}
86 private:
87
88 Aws::String m_aliasName;
89 bool m_aliasNameHasBeenSet = false;
90
91 Aws::String m_arn;
92 bool m_arnHasBeenSet = false;
93
94 Aws::String m_requestId;
95 bool m_requestIdHasBeenSet = false;
96
97 int m_status{0};
98 bool m_statusHasBeenSet = false;
99
100 Aws::String m_themeId;
101 bool m_themeIdHasBeenSet = false;
102 };
103
104} // namespace Model
105} // namespace QuickSight
106} // 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