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 DashboardIdT = Aws::String>
55 void SetDashboardId(DashboardIdT&& value) { m_dashboardIdHasBeenSet =
true; m_dashboardId = std::forward<DashboardIdT>(value); }
56 template<
typename DashboardIdT = Aws::String>
62 bool m_awsAccountIdHasBeenSet =
false;
65 bool m_dashboardIdHasBeenSet =
false;
bool DashboardIdHasBeenSet() const
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
void SetAwsAccountId(AwsAccountIdT &&value)
DescribeDashboardPermissionsRequest & WithAwsAccountId(AwsAccountIdT &&value)
const Aws::String & GetDashboardId() const
virtual const char * GetServiceRequestName() const override
void SetDashboardId(DashboardIdT &&value)
AWS_QUICKSIGHT_API DescribeDashboardPermissionsRequest()=default
const Aws::String & GetAwsAccountId() const
DescribeDashboardPermissionsRequest & WithDashboardId(DashboardIdT &&value)
bool AwsAccountIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String