7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
13template <
typename RESULT_TYPE>
14class AmazonWebServiceResult;
34 template <
typename AliasNameT = Aws::String>
36 m_aliasNameHasBeenSet =
true;
37 m_aliasName = std::forward<AliasNameT>(value);
39 template <
typename AliasNameT = Aws::String>
52 template <
typename ArnT = Aws::String>
54 m_arnHasBeenSet =
true;
55 m_arn = std::forward<ArnT>(value);
57 template <
typename ArnT = Aws::String>
59 SetArn(std::forward<ArnT>(value));
67 template <
typename RequestIdT = Aws::String>
69 m_requestIdHasBeenSet =
true;
70 m_requestId = std::forward<RequestIdT>(value);
72 template <
typename RequestIdT = Aws::String>
85 m_statusHasBeenSet =
true;
99 template <
typename ThemeIdT = Aws::String>
101 m_themeIdHasBeenSet =
true;
102 m_themeId = std::forward<ThemeIdT>(value);
104 template <
typename ThemeIdT = Aws::String>
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;
DeleteThemeAliasResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetAliasName() const
const Aws::String & GetArn() const
void SetArn(ArnT &&value)
AWS_QUICKSIGHT_API DeleteThemeAliasResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetThemeId(ThemeIdT &&value)
DeleteThemeAliasResult & WithStatus(int value)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
void SetStatus(int value)
DeleteThemeAliasResult & WithArn(ArnT &&value)
AWS_QUICKSIGHT_API DeleteThemeAliasResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetThemeId() const
DeleteThemeAliasResult & WithThemeId(ThemeIdT &&value)
DeleteThemeAliasResult & WithAliasName(AliasNameT &&value)
void SetAliasName(AliasNameT &&value)
AWS_QUICKSIGHT_API DeleteThemeAliasResult()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue