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>
61 template<
typename NextTokenT = Aws::String>
62 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
63 template<
typename NextTokenT = Aws::String>
73 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
79 bool m_awsAccountIdHasBeenSet =
false;
82 bool m_nextTokenHasBeenSet =
false;
85 bool m_maxResultsHasBeenSet =
false;
ListDashboardsRequest & WithNextToken(NextTokenT &&value)
void SetAwsAccountId(AwsAccountIdT &&value)
const Aws::String & GetNextToken() const
virtual const char * GetServiceRequestName() const override
bool MaxResultsHasBeenSet() const
ListDashboardsRequest & WithAwsAccountId(AwsAccountIdT &&value)
AWS_QUICKSIGHT_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
int GetMaxResults() const
ListDashboardsRequest & WithMaxResults(int value)
void SetNextToken(NextTokenT &&value)
bool AwsAccountIdHasBeenSet() const
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
const Aws::String & GetAwsAccountId() const
AWS_QUICKSIGHT_API ListDashboardsRequest()=default
bool NextTokenHasBeenSet() const
void SetMaxResults(int value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String