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>
57 template<
typename ResourceIdT = Aws::String>
58 void SetResourceId(ResourceIdT&& value) { m_resourceIdHasBeenSet =
true; m_resourceId = std::forward<ResourceIdT>(value); }
59 template<
typename ResourceIdT = Aws::String>
69 template<
typename HttpMethodT = Aws::String>
70 void SetHttpMethod(HttpMethodT&& value) { m_httpMethodHasBeenSet =
true; m_httpMethod = std::forward<HttpMethodT>(value); }
71 template<
typename HttpMethodT = Aws::String>
77 bool m_restApiIdHasBeenSet =
false;
80 bool m_resourceIdHasBeenSet =
false;
83 bool m_httpMethodHasBeenSet =
false;
const Aws::String & GetRestApiId() const
GetMethodRequest & WithResourceId(ResourceIdT &&value)
void SetResourceId(ResourceIdT &&value)
const Aws::String & GetResourceId() const
bool ResourceIdHasBeenSet() const
AWS_APIGATEWAY_API GetMethodRequest()=default
bool RestApiIdHasBeenSet() const
void SetHttpMethod(HttpMethodT &&value)
void SetRestApiId(RestApiIdT &&value)
bool HttpMethodHasBeenSet() const
const Aws::String & GetHttpMethod() const
GetMethodRequest & WithHttpMethod(HttpMethodT &&value)
virtual const char * GetServiceRequestName() const override
AWS_APIGATEWAY_API Aws::String SerializePayload() const override
GetMethodRequest & WithRestApiId(RestApiIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String