7#include <aws/apigateway/APIGateway_EXPORTS.h>
8#include <aws/apigateway/APIGatewayRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/apigateway/model/GatewayResponseType.h>
47 template<
typename RestApiIdT = Aws::String>
48 void SetRestApiId(RestApiIdT&& value) { m_restApiIdHasBeenSet =
true; m_restApiId = std::forward<RestApiIdT>(value); }
49 template<
typename RestApiIdT = Aws::String>
65 bool m_restApiIdHasBeenSet =
false;
68 bool m_responseTypeHasBeenSet =
false;
GatewayResponseType GetResponseType() const
void SetResponseType(GatewayResponseType value)
AWS_APIGATEWAY_API Aws::String SerializePayload() const override
DeleteGatewayResponseRequest & WithRestApiId(RestApiIdT &&value)
void SetRestApiId(RestApiIdT &&value)
AWS_APIGATEWAY_API DeleteGatewayResponseRequest()=default
bool RestApiIdHasBeenSet() const
const Aws::String & GetRestApiId() const
DeleteGatewayResponseRequest & WithResponseType(GatewayResponseType value)
bool ResponseTypeHasBeenSet() const
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String