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