public class ListMultipartUploadsResult extends Object implements Serializable, Cloneable
Contains the Amazon Glacier response to your request.
Constructor and Description |
---|
ListMultipartUploadsResult() |
Modifier and Type | Method and Description |
---|---|
ListMultipartUploadsResult |
clone() |
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()
A list of in-progress multipart uploads.
public void setUploadsList(Collection<UploadListElement> uploadsList)
A list of in-progress multipart uploads.
uploadsList
- A list of in-progress multipart uploads.public ListMultipartUploadsResult withUploadsList(UploadListElement... uploadsList)
A list of in-progress multipart uploads.
NOTE: This method appends the values to the existing list (if
any). Use setUploadsList(java.util.Collection)
or
withUploadsList(java.util.Collection)
if you want to override
the existing values.
uploadsList
- A list of in-progress multipart uploads.public ListMultipartUploadsResult withUploadsList(Collection<UploadListElement> uploadsList)
A list of in-progress multipart uploads.
uploadsList
- A list of in-progress multipart uploads.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
.
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 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
.
null
.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
.
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()
public ListMultipartUploadsResult clone()
Copyright © 2018. All rights reserved.