7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/QuickSightRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename AwsAccountIdT = Aws::String>
48 void SetAwsAccountId(AwsAccountIdT&& value) { m_awsAccountIdHasBeenSet =
true; m_awsAccountId = std::forward<AwsAccountIdT>(value); }
49 template<
typename AwsAccountIdT = Aws::String>
59 template<
typename NextTokenT = Aws::String>
60 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
61 template<
typename NextTokenT = Aws::String>
71 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
77 bool m_awsAccountIdHasBeenSet =
false;
80 bool m_nextTokenHasBeenSet =
false;
83 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