7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSightRequest.h>
9#include <aws/quicksight/QuickSight_EXPORTS.h>
43 template <
typename AwsAccountIdT = Aws::String>
45 m_awsAccountIdHasBeenSet =
true;
46 m_awsAccountId = std::forward<AwsAccountIdT>(value);
48 template <
typename AwsAccountIdT = Aws::String>
61 template <
typename ThemeIdT = Aws::String>
63 m_themeIdHasBeenSet =
true;
64 m_themeId = std::forward<ThemeIdT>(value);
66 template <
typename ThemeIdT = Aws::String>
82 m_versionNumberHasBeenSet =
true;
83 m_versionNumber = value;
101 template <
typename AliasNameT = Aws::String>
103 m_aliasNameHasBeenSet =
true;
104 m_aliasName = std::forward<AliasNameT>(value);
106 template <
typename AliasNameT = Aws::String>
117 long long m_versionNumber{0};
120 bool m_awsAccountIdHasBeenSet =
false;
121 bool m_themeIdHasBeenSet =
false;
122 bool m_versionNumberHasBeenSet =
false;
123 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