7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSightRequest.h>
9#include <aws/quicksight/QuickSight_EXPORTS.h>
38 template <
typename AwsAccountIdT = Aws::String>
40 m_awsAccountIdHasBeenSet =
true;
41 m_awsAccountId = std::forward<AwsAccountIdT>(value);
43 template <
typename AwsAccountIdT = Aws::String>
56 template <
typename TemplateIdT = Aws::String>
58 m_templateIdHasBeenSet =
true;
59 m_templateId = std::forward<TemplateIdT>(value);
61 template <
typename TemplateIdT = Aws::String>
71 bool m_awsAccountIdHasBeenSet =
false;
72 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