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>
62 bool m_awsAccountIdHasBeenSet =
false;
65 bool m_themeIdHasBeenSet =
false;
bool ThemeIdHasBeenSet() const
void SetThemeId(ThemeIdT &&value)
virtual const char * GetServiceRequestName() const override
DescribeThemePermissionsRequest & WithThemeId(ThemeIdT &&value)
const Aws::String & GetAwsAccountId() const
AWS_QUICKSIGHT_API DescribeThemePermissionsRequest()=default
DescribeThemePermissionsRequest & WithAwsAccountId(AwsAccountIdT &&value)
const Aws::String & GetThemeId() const
void SetAwsAccountId(AwsAccountIdT &&value)
bool AwsAccountIdHasBeenSet() const
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String