Class ListMultipartUploadsResult
- All Implemented Interfaces:
Serializable
,Cloneable
Contains the Amazon Glacier response to your request.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
An opaque string that represents where to continue pagination of the results.A list of in-progress multipart uploads.int
hashCode()
void
An opaque string that represents where to continue pagination of the results.void
setUploadsList
(Collection<UploadListElement> uploadsList) A list of in-progress multipart uploads.toString()
Returns a string representation of this object; useful for testing and debugging.withMarker
(String marker) An opaque string that represents where to continue pagination of the results.withUploadsList
(UploadListElement... uploadsList) A list of in-progress multipart uploads.withUploadsList
(Collection<UploadListElement> uploadsList) A list of in-progress multipart uploads.
-
Constructor Details
-
ListMultipartUploadsResult
public ListMultipartUploadsResult()
-
-
Method Details
-
getUploadsList
A list of in-progress multipart uploads.
- Returns:
- A list of in-progress multipart uploads.
-
setUploadsList
A list of in-progress multipart uploads.
- Parameters:
uploadsList
- A list of in-progress multipart uploads.
-
withUploadsList
A list of in-progress multipart uploads.
NOTE: This method appends the values to the existing list (if any). Use
setUploadsList(java.util.Collection)
orwithUploadsList(java.util.Collection)
if you want to override the existing values.- Parameters:
uploadsList
- A list of in-progress multipart uploads.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withUploadsList
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
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 isnull
.
-
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
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 isnull
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-