7#include <aws/apigatewayv2/ApiGatewayV2_EXPORTS.h>
8#include <aws/apigatewayv2/ApiGatewayV2Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
41 template<
typename ApiIdT = Aws::String>
42 void SetApiId(ApiIdT&& value) { m_apiIdHasBeenSet =
true; m_apiId = std::forward<ApiIdT>(value); }
43 template<
typename ApiIdT = Aws::String>
53 template<
typename AuthorizerIdT = Aws::String>
54 void SetAuthorizerId(AuthorizerIdT&& value) { m_authorizerIdHasBeenSet =
true; m_authorizerId = std::forward<AuthorizerIdT>(value); }
55 template<
typename AuthorizerIdT = Aws::String>
61 bool m_apiIdHasBeenSet =
false;
64 bool m_authorizerIdHasBeenSet =
false;
AWS_APIGATEWAYV2_API Aws::String SerializePayload() const override
void SetApiId(ApiIdT &&value)
const Aws::String & GetAuthorizerId() const
void SetAuthorizerId(AuthorizerIdT &&value)
GetAuthorizerRequest & WithAuthorizerId(AuthorizerIdT &&value)
AWS_APIGATEWAYV2_API GetAuthorizerRequest()=default
virtual const char * GetServiceRequestName() const override
const Aws::String & GetApiId() const
bool AuthorizerIdHasBeenSet() const
bool ApiIdHasBeenSet() const
GetAuthorizerRequest & WithApiId(ApiIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String