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>
68 template<
typename AliasNameT = Aws::String>
69 void SetAliasName(AliasNameT&& value) { m_aliasNameHasBeenSet =
true; m_aliasName = std::forward<AliasNameT>(value); }
70 template<
typename AliasNameT = Aws::String>
80 inline void SetThemeVersionNumber(
long long value) { m_themeVersionNumberHasBeenSet =
true; m_themeVersionNumber = value; }
86 bool m_awsAccountIdHasBeenSet =
false;
89 bool m_themeIdHasBeenSet =
false;
92 bool m_aliasNameHasBeenSet =
false;
94 long long m_themeVersionNumber{0};
95 bool m_themeVersionNumberHasBeenSet =
false;
const Aws::String & GetAliasName() const
bool ThemeIdHasBeenSet() const
virtual const char * GetServiceRequestName() const override
CreateThemeAliasRequest & WithThemeId(ThemeIdT &&value)
const Aws::String & GetAwsAccountId() const
CreateThemeAliasRequest & WithThemeVersionNumber(long long value)
bool AwsAccountIdHasBeenSet() const
bool AliasNameHasBeenSet() const
const Aws::String & GetThemeId() const
bool ThemeVersionNumberHasBeenSet() const
CreateThemeAliasRequest & WithAwsAccountId(AwsAccountIdT &&value)
void SetAliasName(AliasNameT &&value)
long long GetThemeVersionNumber() const
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
CreateThemeAliasRequest & WithAliasName(AliasNameT &&value)
AWS_QUICKSIGHT_API CreateThemeAliasRequest()=default
void SetThemeVersionNumber(long long value)
void SetAwsAccountId(AwsAccountIdT &&value)
void SetThemeId(ThemeIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String