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; }
80 bool m_awsAccountIdHasBeenSet =
false;
83 bool m_themeIdHasBeenSet =
false;
85 long long m_versionNumber{0};
86 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