7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/QuickSightRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename AwsAccountIdT = Aws::String>
49 void SetAwsAccountId(AwsAccountIdT&& value) { m_awsAccountIdHasBeenSet =
true; m_awsAccountId = std::forward<AwsAccountIdT>(value); }
50 template<
typename AwsAccountIdT = Aws::String>
60 template<
typename DashboardIdT = Aws::String>
61 void SetDashboardId(DashboardIdT&& value) { m_dashboardIdHasBeenSet =
true; m_dashboardId = std::forward<DashboardIdT>(value); }
62 template<
typename DashboardIdT = Aws::String>
73 inline void SetVersionNumber(
long long value) { m_versionNumberHasBeenSet =
true; m_versionNumber = value; }
79 bool m_awsAccountIdHasBeenSet =
false;
82 bool m_dashboardIdHasBeenSet =
false;
84 long long m_versionNumber{0};
85 bool m_versionNumberHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
void SetAwsAccountId(AwsAccountIdT &&value)
bool VersionNumberHasBeenSet() const
AWS_QUICKSIGHT_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
AWS_QUICKSIGHT_API DeleteDashboardRequest()=default
void SetVersionNumber(long long value)
const Aws::String & GetAwsAccountId() const
bool DashboardIdHasBeenSet() const
DeleteDashboardRequest & WithDashboardId(DashboardIdT &&value)
bool AwsAccountIdHasBeenSet() const
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
long long GetVersionNumber() const
const Aws::String & GetDashboardId() const
void SetDashboardId(DashboardIdT &&value)
DeleteDashboardRequest & WithVersionNumber(long long value)
DeleteDashboardRequest & WithAwsAccountId(AwsAccountIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String