7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSightRequest.h>
9#include <aws/quicksight/QuickSight_EXPORTS.h>
42 template <
typename AwsAccountIdT = Aws::String>
44 m_awsAccountIdHasBeenSet =
true;
45 m_awsAccountId = std::forward<AwsAccountIdT>(value);
47 template <
typename AwsAccountIdT = Aws::String>
60 template <
typename NextTokenT = Aws::String>
62 m_nextTokenHasBeenSet =
true;
63 m_nextToken = std::forward<NextTokenT>(value);
65 template <
typename NextTokenT = Aws::String>
79 m_maxResultsHasBeenSet =
true;
93 bool m_awsAccountIdHasBeenSet =
false;
94 bool m_nextTokenHasBeenSet =
false;
95 bool m_maxResultsHasBeenSet =
false;
const Aws::String & GetAwsAccountId() const
virtual const char * GetServiceRequestName() const override
AWS_QUICKSIGHT_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
ListAnalysesRequest & WithMaxResults(int value)
ListAnalysesRequest & WithNextToken(NextTokenT &&value)
bool MaxResultsHasBeenSet() const
int GetMaxResults() const
bool AwsAccountIdHasBeenSet() const
void SetNextToken(NextTokenT &&value)
bool NextTokenHasBeenSet() const
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
const Aws::String & GetNextToken() const
AWS_QUICKSIGHT_API ListAnalysesRequest()=default
void SetAwsAccountId(AwsAccountIdT &&value)
ListAnalysesRequest & WithAwsAccountId(AwsAccountIdT &&value)
void SetMaxResults(int value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String