7#include <aws/apigateway/APIGatewayRequest.h>
8#include <aws/apigateway/APIGateway_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
41 template <
typename RestApiIdT = Aws::String>
43 m_restApiIdHasBeenSet =
true;
44 m_restApiId = std::forward<RestApiIdT>(value);
46 template <
typename RestApiIdT = Aws::String>
59 template <
typename ResourceIdT = Aws::String>
61 m_resourceIdHasBeenSet =
true;
62 m_resourceId = std::forward<ResourceIdT>(value);
64 template <
typename ResourceIdT = Aws::String>
77 template <
typename HttpMethodT = Aws::String>
79 m_httpMethodHasBeenSet =
true;
80 m_httpMethod = std::forward<HttpMethodT>(value);
82 template <
typename HttpMethodT = Aws::String>
94 bool m_restApiIdHasBeenSet =
false;
95 bool m_resourceIdHasBeenSet =
false;
96 bool m_httpMethodHasBeenSet =
false;
void SetResourceId(ResourceIdT &&value)
bool RestApiIdHasBeenSet() const
void SetRestApiId(RestApiIdT &&value)
const Aws::String & GetHttpMethod() const
GetIntegrationRequest & WithRestApiId(RestApiIdT &&value)
AWS_APIGATEWAY_API GetIntegrationRequest()=default
const Aws::String & GetRestApiId() const
AWS_APIGATEWAY_API Aws::String SerializePayload() const override
GetIntegrationRequest & WithResourceId(ResourceIdT &&value)
GetIntegrationRequest & WithHttpMethod(HttpMethodT &&value)
virtual const char * GetServiceRequestName() const override
bool ResourceIdHasBeenSet() const
void SetHttpMethod(HttpMethodT &&value)
bool HttpMethodHasBeenSet() const
const Aws::String & GetResourceId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String