7#include <aws/apigateway/APIGatewayRequest.h>
8#include <aws/apigateway/APIGateway_EXPORTS.h>
9#include <aws/apigateway/model/GatewayResponseType.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
43 template <
typename RestApiIdT = Aws::String>
45 m_restApiIdHasBeenSet =
true;
46 m_restApiId = std::forward<RestApiIdT>(value);
48 template <
typename RestApiIdT = Aws::String>
62 m_responseTypeHasBeenSet =
true;
63 m_responseType = value;
74 bool m_restApiIdHasBeenSet =
false;
75 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