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>
66 inline void SetVersionNumber(
long long value) { m_versionNumberHasBeenSet =
true; m_versionNumber = value; }
72 bool m_awsAccountIdHasBeenSet =
false;
75 bool m_dashboardIdHasBeenSet =
false;
77 long long m_versionNumber{0};
78 bool m_versionNumberHasBeenSet =
false;
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
UpdateDashboardPublishedVersionRequest & WithAwsAccountId(AwsAccountIdT &&value)
bool VersionNumberHasBeenSet() const
const Aws::String & GetAwsAccountId() const
AWS_QUICKSIGHT_API UpdateDashboardPublishedVersionRequest()=default
void SetAwsAccountId(AwsAccountIdT &&value)
long long GetVersionNumber() const
virtual const char * GetServiceRequestName() const override
UpdateDashboardPublishedVersionRequest & WithDashboardId(DashboardIdT &&value)
const Aws::String & GetDashboardId() const
UpdateDashboardPublishedVersionRequest & WithVersionNumber(long long value)
bool DashboardIdHasBeenSet() const
void SetVersionNumber(long long value)
bool AwsAccountIdHasBeenSet() const
void SetDashboardId(DashboardIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String