Class ListMultipartUploadsResult

    • Constructor Detail

      • ListMultipartUploadsResult

        public ListMultipartUploadsResult()
    • Method Detail

      • getUploadsList

        public List<UploadListElement> getUploadsList()

        A list of in-progress multipart uploads.

        Returns:
        A list of in-progress multipart uploads.
      • setUploadsList

        public void setUploadsList​(Collection<UploadListElement> uploadsList)

        A list of in-progress multipart uploads.

        Parameters:
        uploadsList - A list of in-progress multipart uploads.
      • withUploadsList

        public ListMultipartUploadsResult withUploadsList​(Collection<UploadListElement> uploadsList)

        A list of in-progress multipart uploads.

        Parameters:
        uploadsList - A list of in-progress multipart uploads.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setMarker

        public void setMarker​(String marker)

        An opaque string that represents where to continue pagination of the results. You use the marker in a new List Multipart Uploads request to obtain more uploads in the list. If there are no more uploads, this value is null.

        Parameters:
        marker - An opaque string that represents where to continue pagination of the results. You use the marker in a new List Multipart Uploads request to obtain more uploads in the list. If there are no more uploads, this value is null.
      • getMarker

        public String getMarker()

        An opaque string that represents where to continue pagination of the results. You use the marker in a new List Multipart Uploads request to obtain more uploads in the list. If there are no more uploads, this value is null.

        Returns:
        An opaque string that represents where to continue pagination of the results. You use the marker in a new List Multipart Uploads request to obtain more uploads in the list. If there are no more uploads, this value is null.
      • withMarker

        public ListMultipartUploadsResult withMarker​(String marker)

        An opaque string that represents where to continue pagination of the results. You use the marker in a new List Multipart Uploads request to obtain more uploads in the list. If there are no more uploads, this value is null.

        Parameters:
        marker - An opaque string that represents where to continue pagination of the results. You use the marker in a new List Multipart Uploads request to obtain more uploads in the list. If there are no more uploads, this value is null.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object