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));
55 template <
typename RouteKeyT = Aws::String>
57 m_routeKeyHasBeenSet =
true;
58 m_routeKey = std::forward<RouteKeyT>(value);
60 template <
typename RouteKeyT = Aws::String>
74 template <
typename StageNameT = Aws::String>
76 m_stageNameHasBeenSet =
true;
77 m_stageName = std::forward<StageNameT>(value);
79 template <
typename StageNameT = Aws::String>
91 bool m_apiIdHasBeenSet =
false;
92 bool m_routeKeyHasBeenSet =
false;
93 bool m_stageNameHasBeenSet =
false;
bool RouteKeyHasBeenSet() const
void SetRouteKey(RouteKeyT &&value)
void SetApiId(ApiIdT &&value)
virtual const char * GetServiceRequestName() const override
AWS_APIGATEWAYV2_API DeleteRouteSettingsRequest()=default
const Aws::String & GetStageName() const
DeleteRouteSettingsRequest & WithStageName(StageNameT &&value)
DeleteRouteSettingsRequest & WithApiId(ApiIdT &&value)
DeleteRouteSettingsRequest & WithRouteKey(RouteKeyT &&value)
void SetStageName(StageNameT &&value)
AWS_APIGATEWAYV2_API Aws::String SerializePayload() const override
const Aws::String & GetApiId() const
const Aws::String & GetRouteKey() const
bool StageNameHasBeenSet() const
bool ApiIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String