7#include <aws/apigateway/APIGateway_EXPORTS.h>
8#include <aws/apigateway/APIGatewayRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
46 inline void SetApiKey(
const char* value) { m_apiKeyHasBeenSet =
true; m_apiKey.assign(value); }
54 bool m_apiKeyHasBeenSet =
false;
void SetApiKey(const Aws::String &value)
AWS_APIGATEWAY_API DeleteApiKeyRequest()
DeleteApiKeyRequest & WithApiKey(Aws::String &&value)
virtual const char * GetServiceRequestName() const override
DeleteApiKeyRequest & WithApiKey(const char *value)
const Aws::String & GetApiKey() const
AWS_APIGATEWAY_API Aws::String SerializePayload() const override
void SetApiKey(const char *value)
void SetApiKey(Aws::String &&value)
bool ApiKeyHasBeenSet() const
DeleteApiKeyRequest & WithApiKey(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String