7#include <aws/apigateway/APIGateway_EXPORTS.h>
8#include <aws/apigateway/APIGatewayRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
45 template<
typename RestApiIdT = Aws::String>
46 void SetRestApiId(RestApiIdT&& value) { m_restApiIdHasBeenSet =
true; m_restApiId = std::forward<RestApiIdT>(value); }
47 template<
typename RestApiIdT = Aws::String>
53 bool m_restApiIdHasBeenSet =
false;
GetRestApiRequest & WithRestApiId(RestApiIdT &&value)
const Aws::String & GetRestApiId() const
AWS_APIGATEWAY_API GetRestApiRequest()=default
void SetRestApiId(RestApiIdT &&value)
bool RestApiIdHasBeenSet() const
virtual const char * GetServiceRequestName() const override
AWS_APIGATEWAY_API Aws::String SerializePayload() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String