Class MultiObjectDeleteException.DeleteError

    • Constructor Detail

      • DeleteError

        public DeleteError()
    • Method Detail

      • getKey

        public String getKey()
        Returns the key of the object that couldn't be deleted.
      • setKey

        public void setKey​(String key)
      • getVersionId

        public String getVersionId()
        Returns the versionId of the object that couldn't be deleted.
      • setVersionId

        public void setVersionId​(String versionId)
      • getCode

        public String getCode()
        Returns the status code for the failed delete.
      • setCode

        public void setCode​(String code)
      • getMessage

        public String getMessage()
        Returns a description of the failure.
      • setMessage

        public void setMessage​(String message)