7#include <aws/apigatewayv2/ApiGatewayV2Request.h>
8#include <aws/apigatewayv2/ApiGatewayV2_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
17namespace ApiGatewayV2 {
42 template <
typename MaxResultsT = Aws::String>
44 m_maxResultsHasBeenSet =
true;
45 m_maxResults = std::forward<MaxResultsT>(value);
47 template <
typename MaxResultsT = 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>
76 bool m_maxResultsHasBeenSet =
false;
77 bool m_nextTokenHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
AWS_APIGATEWAYV2_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
AWS_APIGATEWAYV2_API GetApisRequest()=default
bool MaxResultsHasBeenSet() const
bool NextTokenHasBeenSet() const
const Aws::String & GetNextToken() const
const Aws::String & GetMaxResults() const
GetApisRequest & WithNextToken(NextTokenT &&value)
void SetNextToken(NextTokenT &&value)
AWS_APIGATEWAYV2_API Aws::String SerializePayload() const override
GetApisRequest & WithMaxResults(MaxResultsT &&value)
void SetMaxResults(MaxResultsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String