7#include <aws/apigatewayv2/ApiGatewayV2Request.h>
8#include <aws/apigatewayv2/ApiGatewayV2_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace ApiGatewayV2 {
37 template <
typename ApiIdT = Aws::String>
39 m_apiIdHasBeenSet =
true;
40 m_apiId = std::forward<ApiIdT>(value);
42 template <
typename ApiIdT = Aws::String>
44 SetApiId(std::forward<ApiIdT>(value));
50 bool m_apiIdHasBeenSet =
false;
const Aws::String & GetApiId() const
GetApiRequest & WithApiId(ApiIdT &&value)
bool ApiIdHasBeenSet() const
AWS_APIGATEWAYV2_API GetApiRequest()=default
void SetApiId(ApiIdT &&value)
AWS_APIGATEWAYV2_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String