|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.glacier.model.ListMultipartUploadsResult
public class ListMultipartUploadsResult
Contains the Amazon Glacier response to your request.
Constructor Summary | |
---|---|
ListMultipartUploadsResult()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ListMultipartUploadsResult()
Method Detail |
---|
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()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |