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; }
83 template<
typename AliasNameT = Aws::String>
84 void SetAliasName(AliasNameT&& value) { m_aliasNameHasBeenSet =
true; m_aliasName = std::forward<AliasNameT>(value); }
85 template<
typename AliasNameT = Aws::String>
91 bool m_awsAccountIdHasBeenSet =
false;
94 bool m_dashboardIdHasBeenSet =
false;
96 long long m_versionNumber{0};
97 bool m_versionNumberHasBeenSet =
false;
100 bool m_aliasNameHasBeenSet =
false;
long long GetVersionNumber() const
DescribeDashboardDefinitionRequest & WithVersionNumber(long long value)
DescribeDashboardDefinitionRequest & WithAliasName(AliasNameT &&value)
AWS_QUICKSIGHT_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
virtual const char * GetServiceRequestName() const override
void SetDashboardId(DashboardIdT &&value)
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
void SetVersionNumber(long long value)
DescribeDashboardDefinitionRequest & WithAwsAccountId(AwsAccountIdT &&value)
bool DashboardIdHasBeenSet() const
const Aws::String & GetAwsAccountId() const
const Aws::String & GetDashboardId() const
void SetAliasName(AliasNameT &&value)
bool AwsAccountIdHasBeenSet() const
bool AliasNameHasBeenSet() const
DescribeDashboardDefinitionRequest & WithDashboardId(DashboardIdT &&value)
AWS_QUICKSIGHT_API DescribeDashboardDefinitionRequest()=default
const Aws::String & GetAliasName() const
bool VersionNumberHasBeenSet() const
void SetAwsAccountId(AwsAccountIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String