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>
78 inline void SetThemeVersionNumber(
long long value) { m_themeVersionNumberHasBeenSet =
true; m_themeVersionNumber = value; }
84 bool m_awsAccountIdHasBeenSet =
false;
87 bool m_themeIdHasBeenSet =
false;
90 bool m_aliasNameHasBeenSet =
false;
92 long long m_themeVersionNumber{0};
93 bool m_themeVersionNumberHasBeenSet =
false;
UpdateThemeAliasRequest & WithThemeVersionNumber(long long value)
long long GetThemeVersionNumber() const
void SetThemeId(ThemeIdT &&value)
void SetAliasName(AliasNameT &&value)
virtual const char * GetServiceRequestName() const override
UpdateThemeAliasRequest & WithAliasName(AliasNameT &&value)
void SetThemeVersionNumber(long long value)
UpdateThemeAliasRequest & WithAwsAccountId(AwsAccountIdT &&value)
bool AliasNameHasBeenSet() const
AWS_QUICKSIGHT_API UpdateThemeAliasRequest()=default
UpdateThemeAliasRequest & WithThemeId(ThemeIdT &&value)
const Aws::String & GetAwsAccountId() const
bool ThemeVersionNumberHasBeenSet() const
bool AwsAccountIdHasBeenSet() const
const Aws::String & GetAliasName() const
bool ThemeIdHasBeenSet() const
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
void SetAwsAccountId(AwsAccountIdT &&value)
const Aws::String & GetThemeId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String