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>
61 template <
typename NextTokenT = Aws::String>
63 m_nextTokenHasBeenSet =
true;
64 m_nextToken = std::forward<NextTokenT>(value);
66 template <
typename NextTokenT = Aws::String>
80 m_maxResultsHasBeenSet =
true;
94 bool m_awsAccountIdHasBeenSet =
false;
95 bool m_nextTokenHasBeenSet =
false;
96 bool m_maxResultsHasBeenSet =
false;
const Aws::String & GetNextToken() const
const Aws::String & GetAwsAccountId() const
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
void SetAwsAccountId(AwsAccountIdT &&value)
bool NextTokenHasBeenSet() const
ListFoldersRequest & WithAwsAccountId(AwsAccountIdT &&value)
virtual const char * GetServiceRequestName() const override
ListFoldersRequest & WithMaxResults(int value)
AWS_QUICKSIGHT_API ListFoldersRequest()=default
void SetMaxResults(int value)
AWS_QUICKSIGHT_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
int GetMaxResults() const
bool AwsAccountIdHasBeenSet() const
ListFoldersRequest & WithNextToken(NextTokenT &&value)
void SetNextToken(NextTokenT &&value)
bool MaxResultsHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String