7#include <aws/apigateway/APIGateway_EXPORTS.h>
8#include <aws/apigateway/APIGatewayRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/apigateway/model/PatchOperation.h>
49 inline void SetApiKey(
const char* value) { m_apiKeyHasBeenSet =
true; m_apiKey.assign(value); }
73 bool m_apiKeyHasBeenSet =
false;
76 bool m_patchOperationsHasBeenSet =
false;
AWS_APIGATEWAY_API Aws::String SerializePayload() const override
UpdateApiKeyRequest & WithPatchOperations(const Aws::Vector< PatchOperation > &value)
UpdateApiKeyRequest & WithPatchOperations(Aws::Vector< PatchOperation > &&value)
void SetApiKey(Aws::String &&value)
const Aws::Vector< PatchOperation > & GetPatchOperations() const
bool PatchOperationsHasBeenSet() const
virtual const char * GetServiceRequestName() const override
UpdateApiKeyRequest & AddPatchOperations(const PatchOperation &value)
bool ApiKeyHasBeenSet() const
UpdateApiKeyRequest & WithApiKey(Aws::String &&value)
UpdateApiKeyRequest & WithApiKey(const char *value)
UpdateApiKeyRequest & WithApiKey(const Aws::String &value)
void SetPatchOperations(const Aws::Vector< PatchOperation > &value)
UpdateApiKeyRequest & AddPatchOperations(PatchOperation &&value)
AWS_APIGATEWAY_API UpdateApiKeyRequest()
void SetApiKey(const Aws::String &value)
const Aws::String & GetApiKey() const
void SetPatchOperations(Aws::Vector< PatchOperation > &&value)
void SetApiKey(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector