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>
42 template <
typename RestApiIdT = Aws::String>
44 m_restApiIdHasBeenSet =
true;
45 m_restApiId = std::forward<RestApiIdT>(value);
47 template <
typename RestApiIdT = Aws::String>
61 m_responseTypeHasBeenSet =
true;
62 m_responseType = value;
73 bool m_restApiIdHasBeenSet =
false;
74 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