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 template<
typename NextTokenT = Aws::String>
74 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
75 template<
typename NextTokenT = Aws::String>
85 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
91 bool m_awsAccountIdHasBeenSet =
false;
94 bool m_dashboardIdHasBeenSet =
false;
97 bool m_nextTokenHasBeenSet =
false;
100 bool m_maxResultsHasBeenSet =
false;
bool DashboardIdHasBeenSet() const
bool NextTokenHasBeenSet() const
bool MaxResultsHasBeenSet() const
AWS_QUICKSIGHT_API ListDashboardVersionsRequest()=default
void SetMaxResults(int value)
void SetNextToken(NextTokenT &&value)
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
void SetDashboardId(DashboardIdT &&value)
void SetAwsAccountId(AwsAccountIdT &&value)
ListDashboardVersionsRequest & WithDashboardId(DashboardIdT &&value)
const Aws::String & GetDashboardId() const
ListDashboardVersionsRequest & WithMaxResults(int value)
int GetMaxResults() const
const Aws::String & GetNextToken() const
virtual const char * GetServiceRequestName() const override
AWS_QUICKSIGHT_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
ListDashboardVersionsRequest & WithAwsAccountId(AwsAccountIdT &&value)
const Aws::String & GetAwsAccountId() const
bool AwsAccountIdHasBeenSet() const
ListDashboardVersionsRequest & WithNextToken(NextTokenT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String