类 CopyObjectResponse

    • 构造器详细资料

      • CopyObjectResponse

        public CopyObjectResponse()
    • 方法详细资料

      • getETag

        public String getETag()
        Gets the ETag value for the new object that was created in the associated CopyObjectRequest.
        返回:
        The ETag value for the new object.
      • setETag

        public void setETag​(String eTag)
        Sets the ETag value for the new object that was created from the associated copy object request.
        参数:
        eTag - The ETag value for the new object.
      • getLastModified

        public Date getLastModified()
        Gets the date the newly copied object was last modified.
        返回:
        The date the newly copied object was last modified.
      • setLastModified

        public void setLastModified​(Date lastModified)
        Sets the date the newly copied object was last modified.
        参数:
        lastModified - The date the new, copied object was last modified.