7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/QuickSightRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename AwsAccountIdT = Aws::String>
49 void SetAwsAccountId(AwsAccountIdT&& value) { m_awsAccountIdHasBeenSet =
true; m_awsAccountId = std::forward<AwsAccountIdT>(value); }
50 template<
typename AwsAccountIdT = Aws::String>
60 template<
typename ThemeIdT = Aws::String>
61 void SetThemeId(ThemeIdT&& value) { m_themeIdHasBeenSet =
true; m_themeId = std::forward<ThemeIdT>(value); }
62 template<
typename ThemeIdT = Aws::String>
74 inline void SetVersionNumber(
long long value) { m_versionNumberHasBeenSet =
true; m_versionNumber = value; }
88 template<
typename AliasNameT = Aws::String>
89 void SetAliasName(AliasNameT&& value) { m_aliasNameHasBeenSet =
true; m_aliasName = std::forward<AliasNameT>(value); }
90 template<
typename AliasNameT = Aws::String>
96 bool m_awsAccountIdHasBeenSet =
false;
99 bool m_themeIdHasBeenSet =
false;
101 long long m_versionNumber{0};
102 bool m_versionNumberHasBeenSet =
false;
105 bool m_aliasNameHasBeenSet =
false;
bool AwsAccountIdHasBeenSet() const
void SetAliasName(AliasNameT &&value)
DescribeThemeRequest & WithAliasName(AliasNameT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetAliasName() const
long long GetVersionNumber() const
DescribeThemeRequest & WithAwsAccountId(AwsAccountIdT &&value)
DescribeThemeRequest & WithVersionNumber(long long value)
AWS_QUICKSIGHT_API DescribeThemeRequest()=default
bool ThemeIdHasBeenSet() const
void SetThemeId(ThemeIdT &&value)
const Aws::String & GetThemeId() const
AWS_QUICKSIGHT_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
bool AliasNameHasBeenSet() const
bool VersionNumberHasBeenSet() const
const Aws::String & GetAwsAccountId() const
void SetAwsAccountId(AwsAccountIdT &&value)
DescribeThemeRequest & WithThemeId(ThemeIdT &&value)
void SetVersionNumber(long long value)
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String