7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSightRequest.h>
9#include <aws/quicksight/QuickSight_EXPORTS.h>
38 template <
typename AwsAccountIdT = Aws::String>
40 m_awsAccountIdHasBeenSet =
true;
41 m_awsAccountId = std::forward<AwsAccountIdT>(value);
43 template <
typename AwsAccountIdT = Aws::String>
56 template <
typename DashboardIdT = Aws::String>
58 m_dashboardIdHasBeenSet =
true;
59 m_dashboardId = std::forward<DashboardIdT>(value);
61 template <
typename DashboardIdT = Aws::String>
75 m_versionNumberHasBeenSet =
true;
76 m_versionNumber = value;
88 long long m_versionNumber{0};
89 bool m_awsAccountIdHasBeenSet =
false;
90 bool m_dashboardIdHasBeenSet =
false;
91 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