7#include <aws/apigateway/APIGatewayRequest.h>
8#include <aws/apigateway/APIGateway_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
41 template <
typename RestApiIdT = Aws::String>
43 m_restApiIdHasBeenSet =
true;
44 m_restApiId = std::forward<RestApiIdT>(value);
46 template <
typename RestApiIdT = Aws::String>
59 template <
typename AuthorizerIdT = Aws::String>
61 m_authorizerIdHasBeenSet =
true;
62 m_authorizerId = std::forward<AuthorizerIdT>(value);
64 template <
typename AuthorizerIdT = Aws::String>
74 bool m_restApiIdHasBeenSet =
false;
75 bool m_authorizerIdHasBeenSet =
false;
AWS_APIGATEWAY_API GetAuthorizerRequest()=default
GetAuthorizerRequest & WithAuthorizerId(AuthorizerIdT &&value)
bool AuthorizerIdHasBeenSet() const
GetAuthorizerRequest & WithRestApiId(RestApiIdT &&value)
void SetRestApiId(RestApiIdT &&value)
const Aws::String & GetAuthorizerId() const
bool RestApiIdHasBeenSet() const
void SetAuthorizerId(AuthorizerIdT &&value)
AWS_APIGATEWAY_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
const Aws::String & GetRestApiId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String