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