7#include <aws/apigateway/APIGateway_EXPORTS.h>
8#include <aws/apigateway/APIGatewayRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
44 template<
typename RestApiIdT = Aws::String>
45 void SetRestApiId(RestApiIdT&& value) { m_restApiIdHasBeenSet =
true; m_restApiId = std::forward<RestApiIdT>(value); }
46 template<
typename RestApiIdT = Aws::String>
56 template<
typename ResourceIdT = Aws::String>
57 void SetResourceId(ResourceIdT&& value) { m_resourceIdHasBeenSet =
true; m_resourceId = std::forward<ResourceIdT>(value); }
58 template<
typename ResourceIdT = Aws::String>
68 template<
typename HttpMethodT = Aws::String>
69 void SetHttpMethod(HttpMethodT&& value) { m_httpMethodHasBeenSet =
true; m_httpMethod = std::forward<HttpMethodT>(value); }
70 template<
typename HttpMethodT = Aws::String>
76 bool m_restApiIdHasBeenSet =
false;
79 bool m_resourceIdHasBeenSet =
false;
82 bool m_httpMethodHasBeenSet =
false;
const Aws::String & GetHttpMethod() const
void SetRestApiId(RestApiIdT &&value)
void SetResourceId(ResourceIdT &&value)
void SetHttpMethod(HttpMethodT &&value)
AWS_APIGATEWAY_API DeleteMethodRequest()=default
bool HttpMethodHasBeenSet() const
DeleteMethodRequest & WithResourceId(ResourceIdT &&value)
DeleteMethodRequest & WithHttpMethod(HttpMethodT &&value)
bool ResourceIdHasBeenSet() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetRestApiId() const
const Aws::String & GetResourceId() const
AWS_APIGATEWAY_API Aws::String SerializePayload() const override
bool RestApiIdHasBeenSet() const
DeleteMethodRequest & WithRestApiId(RestApiIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String