public class ListMultipartUploadsResult extends Object implements Serializable
Contains the Amazon Glacier response to your request.
Constructor and Description |
---|
ListMultipartUploadsResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getMarker()
An opaque string that represents where to continue pagination of the
results.
|
List<UploadListElement> |
getUploadsList()
A list of in-progress multipart uploads.
|
int |
hashCode() |
void |
setMarker(String marker)
An opaque string that represents where to continue pagination of the
results.
|
void |
setUploadsList(Collection<UploadListElement> uploadsList)
A list of in-progress multipart uploads.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListMultipartUploadsResult |
withMarker(String marker)
An opaque string that represents where to continue pagination of the
results.
|
ListMultipartUploadsResult |
withUploadsList(Collection<UploadListElement> uploadsList)
A list of in-progress multipart uploads.
|
ListMultipartUploadsResult |
withUploadsList(UploadListElement... uploadsList)
A list of in-progress multipart uploads.
|
public List<UploadListElement> getUploadsList()
public void setUploadsList(Collection<UploadListElement> uploadsList)
uploadsList
- A list of in-progress multipart uploads.public ListMultipartUploadsResult withUploadsList(UploadListElement... uploadsList)
Returns a reference to this object so that method calls can be chained together.
uploadsList
- A list of in-progress multipart uploads.public ListMultipartUploadsResult withUploadsList(Collection<UploadListElement> uploadsList)
Returns a reference to this object so that method calls can be chained together.
uploadsList
- A list of in-progress multipart uploads.public String getMarker()
null
.null
.public void setMarker(String marker)
null
.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
.public ListMultipartUploadsResult withMarker(String marker)
null
.
Returns a reference to this object so that method calls can be chained together.
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
.public String toString()
toString
in class Object
Object.toString()
Copyright © 2016. All rights reserved.