7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSightRequest.h>
9#include <aws/quicksight/QuickSight_EXPORTS.h>
38 template <
typename AwsAccountIdT = Aws::String>
40 m_awsAccountIdHasBeenSet =
true;
41 m_awsAccountId = std::forward<AwsAccountIdT>(value);
43 template <
typename AwsAccountIdT = Aws::String>
56 template <
typename ThemeIdT = Aws::String>
58 m_themeIdHasBeenSet =
true;
59 m_themeId = std::forward<ThemeIdT>(value);
61 template <
typename ThemeIdT = Aws::String>
74 template <
typename AliasNameT = Aws::String>
76 m_aliasNameHasBeenSet =
true;
77 m_aliasName = std::forward<AliasNameT>(value);
79 template <
typename AliasNameT = Aws::String>
93 m_themeVersionNumberHasBeenSet =
true;
94 m_themeVersionNumber = value;
108 long long m_themeVersionNumber{0};
109 bool m_awsAccountIdHasBeenSet =
false;
110 bool m_themeIdHasBeenSet =
false;
111 bool m_aliasNameHasBeenSet =
false;
112 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