7#include <aws/apigateway/APIGatewayRequest.h>
8#include <aws/apigateway/APIGateway_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
40 template <
typename ApiKeyT = Aws::String>
42 m_apiKeyHasBeenSet =
true;
43 m_apiKey = std::forward<ApiKeyT>(value);
45 template <
typename ApiKeyT = Aws::String>
53 bool m_apiKeyHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
const Aws::String & GetApiKey() const
AWS_APIGATEWAY_API DeleteApiKeyRequest()=default
DeleteApiKeyRequest & WithApiKey(ApiKeyT &&value)
AWS_APIGATEWAY_API Aws::String SerializePayload() const override
bool ApiKeyHasBeenSet() const
void SetApiKey(ApiKeyT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String