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>
47 template<
typename ApiKeyT = Aws::String>
48 void SetApiKey(ApiKeyT&& value) { m_apiKeyHasBeenSet =
true; m_apiKey = std::forward<ApiKeyT>(value); }
49 template<
typename ApiKeyT = Aws::String>
61 template<
typename PatchOperationsT = Aws::Vector<PatchOperation>>
62 void SetPatchOperations(PatchOperationsT&& value) { m_patchOperationsHasBeenSet =
true; m_patchOperations = std::forward<PatchOperationsT>(value); }
63 template<
typename PatchOperationsT = Aws::Vector<PatchOperation>>
65 template<
typename PatchOperationsT = PatchOperation>
71 bool m_apiKeyHasBeenSet =
false;
74 bool m_patchOperationsHasBeenSet =
false;
AWS_APIGATEWAY_API Aws::String SerializePayload() const override
AWS_APIGATEWAY_API UpdateApiKeyRequest()=default
const Aws::Vector< PatchOperation > & GetPatchOperations() const
bool PatchOperationsHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetPatchOperations(PatchOperationsT &&value)
UpdateApiKeyRequest & WithPatchOperations(PatchOperationsT &&value)
bool ApiKeyHasBeenSet() const
UpdateApiKeyRequest & AddPatchOperations(PatchOperationsT &&value)
UpdateApiKeyRequest & WithApiKey(ApiKeyT &&value)
void SetApiKey(ApiKeyT &&value)
const Aws::String & GetApiKey() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector