7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/QuickSightRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/quicksight/model/DashboardsQAStatus.h>
43 template<
typename AwsAccountIdT = Aws::String>
44 void SetAwsAccountId(AwsAccountIdT&& value) { m_awsAccountIdHasBeenSet =
true; m_awsAccountId = std::forward<AwsAccountIdT>(value); }
45 template<
typename AwsAccountIdT = Aws::String>
61 bool m_awsAccountIdHasBeenSet =
false;
64 bool m_dashboardsQAStatusHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
void SetAwsAccountId(AwsAccountIdT &&value)
void SetDashboardsQAStatus(DashboardsQAStatus value)
bool DashboardsQAStatusHasBeenSet() const
UpdateDashboardsQAConfigurationRequest & WithDashboardsQAStatus(DashboardsQAStatus value)
UpdateDashboardsQAConfigurationRequest & WithAwsAccountId(AwsAccountIdT &&value)
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
DashboardsQAStatus GetDashboardsQAStatus() const
const Aws::String & GetAwsAccountId() const
AWS_QUICKSIGHT_API UpdateDashboardsQAConfigurationRequest()=default
bool AwsAccountIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String