7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/QuickSightRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
30 inline virtual const char*
GetServiceRequestName()
const override {
return "DescribeDashboardsQAConfiguration"; }
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>
50 bool m_awsAccountIdHasBeenSet =
false;
AWS_QUICKSIGHT_API DescribeDashboardsQAConfigurationRequest()=default
void SetAwsAccountId(AwsAccountIdT &&value)
bool AwsAccountIdHasBeenSet() const
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
DescribeDashboardsQAConfigurationRequest & WithAwsAccountId(AwsAccountIdT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetAwsAccountId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String