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>
46 template<
typename RestApiIdT = Aws::String>
47 void SetRestApiId(RestApiIdT&& value) { m_restApiIdHasBeenSet =
true; m_restApiId = std::forward<RestApiIdT>(value); }
48 template<
typename RestApiIdT = Aws::String>
64 bool m_restApiIdHasBeenSet =
false;
67 bool m_responseTypeHasBeenSet =
false;
void SetRestApiId(RestApiIdT &&value)
bool RestApiIdHasBeenSet() const
AWS_APIGATEWAY_API GetGatewayResponseRequest()=default
GetGatewayResponseRequest & WithRestApiId(RestApiIdT &&value)
GatewayResponseType GetResponseType() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetRestApiId() const
AWS_APIGATEWAY_API Aws::String SerializePayload() const override
void SetResponseType(GatewayResponseType value)
bool ResponseTypeHasBeenSet() const
GetGatewayResponseRequest & WithResponseType(GatewayResponseType value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String