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;
95 long long m_versionNumber{0};
96 bool m_awsAccountIdHasBeenSet =
false;
97 bool m_themeIdHasBeenSet =
false;
98 bool m_versionNumberHasBeenSet =
false;
DeleteThemeRequest & WithAwsAccountId(AwsAccountIdT &&value)
DeleteThemeRequest & WithVersionNumber(long long value)
AWS_QUICKSIGHT_API DeleteThemeRequest()=default
bool AwsAccountIdHasBeenSet() const
bool VersionNumberHasBeenSet() const
AWS_QUICKSIGHT_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
void SetAwsAccountId(AwsAccountIdT &&value)
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
bool ThemeIdHasBeenSet() const
void SetThemeId(ThemeIdT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetThemeId() const
DeleteThemeRequest & WithThemeId(ThemeIdT &&value)
long long GetVersionNumber() const
void SetVersionNumber(long long value)
const Aws::String & GetAwsAccountId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String