56 inline void SetApiKey(
const char* value) { m_apiKeyHasBeenSet =
true; m_apiKey.assign(value); }
117 bool m_apiKeyHasBeenSet;
119 bool m_patchOperationsHasBeenSet;
void SetApiKey(const char *value)
void SetPatchOperations(Aws::Vector< PatchOperation > &&value)
void SetApiKey(const Aws::String &value)
void SetApiKey(Aws::String &&value)
std::vector< T, Aws::Allocator< T > > Vector
UpdateApiKeyRequest & AddPatchOperations(PatchOperation &&value)
UpdateApiKeyRequest & WithApiKey(Aws::String &&value)
const Aws::Vector< PatchOperation > & GetPatchOperations() const
const Aws::String & GetApiKey() const
UpdateApiKeyRequest & AddPatchOperations(const PatchOperation &value)
UpdateApiKeyRequest & WithPatchOperations(const Aws::Vector< PatchOperation > &value)
void SetPatchOperations(const Aws::Vector< PatchOperation > &value)
UpdateApiKeyRequest & WithApiKey(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
#define AWS_APIGATEWAY_API
UpdateApiKeyRequest & WithApiKey(const Aws::String &value)
JSON (JavaScript Object Notation).
UpdateApiKeyRequest & WithPatchOperations(Aws::Vector< PatchOperation > &&value)