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 ApiKeyT = Aws::String>
45 void SetApiKey(ApiKeyT&& value) { m_apiKeyHasBeenSet =
true; m_apiKey = std::forward<ApiKeyT>(value); }
46 template<
typename ApiKeyT = Aws::String>
52 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