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>
49 inline void SetRestApiId(
const char* value) { m_restApiIdHasBeenSet =
true; m_restApiId.assign(value); }
69 bool m_restApiIdHasBeenSet =
false;
72 bool m_responseTypeHasBeenSet =
false;
DeleteGatewayResponseRequest & WithResponseType(const GatewayResponseType &value)
AWS_APIGATEWAY_API Aws::String SerializePayload() const override
DeleteGatewayResponseRequest & WithRestApiId(const char *value)
AWS_APIGATEWAY_API DeleteGatewayResponseRequest()
void SetRestApiId(Aws::String &&value)
bool RestApiIdHasBeenSet() const
const Aws::String & GetRestApiId() const
void SetResponseType(const GatewayResponseType &value)
DeleteGatewayResponseRequest & WithRestApiId(const Aws::String &value)
const GatewayResponseType & GetResponseType() const
void SetResponseType(GatewayResponseType &&value)
void SetRestApiId(const Aws::String &value)
void SetRestApiId(const char *value)
bool ResponseTypeHasBeenSet() const
DeleteGatewayResponseRequest & WithRestApiId(Aws::String &&value)
virtual const char * GetServiceRequestName() const override
DeleteGatewayResponseRequest & WithResponseType(GatewayResponseType &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String