7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/QuickSightRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
42 template<
typename AwsAccountIdT = Aws::String>
43 void SetAwsAccountId(AwsAccountIdT&& value) { m_awsAccountIdHasBeenSet =
true; m_awsAccountId = std::forward<AwsAccountIdT>(value); }
44 template<
typename AwsAccountIdT = Aws::String>
54 template<
typename ThemeIdT = Aws::String>
55 void SetThemeId(ThemeIdT&& value) { m_themeIdHasBeenSet =
true; m_themeId = std::forward<ThemeIdT>(value); }
56 template<
typename ThemeIdT = Aws::String>
66 template<
typename AliasNameT = Aws::String>
67 void SetAliasName(AliasNameT&& value) { m_aliasNameHasBeenSet =
true; m_aliasName = std::forward<AliasNameT>(value); }
68 template<
typename AliasNameT = Aws::String>
74 bool m_awsAccountIdHasBeenSet =
false;
77 bool m_themeIdHasBeenSet =
false;
80 bool m_aliasNameHasBeenSet =
false;
void SetAwsAccountId(AwsAccountIdT &&value)
bool AwsAccountIdHasBeenSet() const
DeleteThemeAliasRequest & WithAwsAccountId(AwsAccountIdT &&value)
const Aws::String & GetAwsAccountId() const
DeleteThemeAliasRequest & WithAliasName(AliasNameT &&value)
bool AliasNameHasBeenSet() const
void SetAliasName(AliasNameT &&value)
virtual const char * GetServiceRequestName() const override
void SetThemeId(ThemeIdT &&value)
const Aws::String & GetThemeId() const
AWS_QUICKSIGHT_API DeleteThemeAliasRequest()=default
const Aws::String & GetAliasName() const
DeleteThemeAliasRequest & WithThemeId(ThemeIdT &&value)
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
bool ThemeIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String