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 TemplateIdT = Aws::String>
55 void SetTemplateId(TemplateIdT&& value) { m_templateIdHasBeenSet =
true; m_templateId = std::forward<TemplateIdT>(value); }
56 template<
typename TemplateIdT = Aws::String>
62 bool m_awsAccountIdHasBeenSet =
false;
65 bool m_templateIdHasBeenSet =
false;
bool TemplateIdHasBeenSet() const
DescribeTemplatePermissionsRequest & WithAwsAccountId(AwsAccountIdT &&value)
const Aws::String & GetTemplateId() const
const Aws::String & GetAwsAccountId() const
void SetAwsAccountId(AwsAccountIdT &&value)
virtual const char * GetServiceRequestName() const override
DescribeTemplatePermissionsRequest & WithTemplateId(TemplateIdT &&value)
AWS_QUICKSIGHT_API DescribeTemplatePermissionsRequest()=default
void SetTemplateId(TemplateIdT &&value)
bool AwsAccountIdHasBeenSet() const
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String