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 ApiIdT = Aws::String>
44 m_apiIdHasBeenSet =
true;
45 m_apiId = std::forward<ApiIdT>(value);
47 template <
typename ApiIdT = Aws::String>
49 SetApiId(std::forward<ApiIdT>(value));
60 template <
typename MaxResultsT = Aws::String>
62 m_maxResultsHasBeenSet =
true;
63 m_maxResults = std::forward<MaxResultsT>(value);
65 template <
typename MaxResultsT = Aws::String>
79 template <
typename NextTokenT = Aws::String>
81 m_nextTokenHasBeenSet =
true;
82 m_nextToken = std::forward<NextTokenT>(value);
84 template <
typename NextTokenT = Aws::String>
96 bool m_apiIdHasBeenSet =
false;
97 bool m_maxResultsHasBeenSet =
false;
98 bool m_nextTokenHasBeenSet =
false;
void SetApiId(ApiIdT &&value)
bool NextTokenHasBeenSet() const
bool MaxResultsHasBeenSet() const
GetAuthorizersRequest & WithNextToken(NextTokenT &&value)
bool ApiIdHasBeenSet() const
AWS_APIGATEWAYV2_API Aws::String SerializePayload() const override
const Aws::String & GetMaxResults() const
AWS_APIGATEWAYV2_API GetAuthorizersRequest()=default
const Aws::String & GetNextToken() const
void SetMaxResults(MaxResultsT &&value)
GetAuthorizersRequest & WithMaxResults(MaxResultsT &&value)
const Aws::String & GetApiId() const
void SetNextToken(NextTokenT &&value)
GetAuthorizersRequest & WithApiId(ApiIdT &&value)
AWS_APIGATEWAYV2_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String