7#include <aws/apigateway/APIGateway_EXPORTS.h>
8#include <aws/apigateway/APIGatewayRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
45 template<
typename RestApiIdT = Aws::String>
46 void SetRestApiId(RestApiIdT&& value) { m_restApiIdHasBeenSet =
true; m_restApiId = std::forward<RestApiIdT>(value); }
47 template<
typename RestApiIdT = Aws::String>
57 template<
typename AuthorizerIdT = Aws::String>
58 void SetAuthorizerId(AuthorizerIdT&& value) { m_authorizerIdHasBeenSet =
true; m_authorizerId = std::forward<AuthorizerIdT>(value); }
59 template<
typename AuthorizerIdT = Aws::String>
65 bool m_restApiIdHasBeenSet =
false;
68 bool m_authorizerIdHasBeenSet =
false;
AWS_APIGATEWAY_API Aws::String SerializePayload() const override
bool RestApiIdHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetRestApiId(RestApiIdT &&value)
void SetAuthorizerId(AuthorizerIdT &&value)
DeleteAuthorizerRequest & WithRestApiId(RestApiIdT &&value)
DeleteAuthorizerRequest & WithAuthorizerId(AuthorizerIdT &&value)
bool AuthorizerIdHasBeenSet() const
AWS_APIGATEWAY_API DeleteAuthorizerRequest()=default
const Aws::String & GetRestApiId() const
const Aws::String & GetAuthorizerId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String