public class ListMultipartUploadsResult
extends java.lang.Object
implements java.io.Serializable
Contains the Amazon Glacier response to your request.
| コンストラクタと説明 |
|---|
ListMultipartUploadsResult() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getMarker()
An opaque string that represents where to continue pagination of the
results.
|
java.util.List<UploadListElement> |
getUploadsList()
A list of in-progress multipart uploads.
|
int |
hashCode() |
void |
setMarker(java.lang.String marker)
An opaque string that represents where to continue pagination of the
results.
|
void |
setUploadsList(java.util.Collection<UploadListElement> uploadsList)
A list of in-progress multipart uploads.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListMultipartUploadsResult |
withMarker(java.lang.String marker)
An opaque string that represents where to continue pagination of the
results.
|
ListMultipartUploadsResult |
withUploadsList(java.util.Collection<UploadListElement> uploadsList)
A list of in-progress multipart uploads.
|
ListMultipartUploadsResult |
withUploadsList(UploadListElement... uploadsList)
A list of in-progress multipart uploads.
|
public java.util.List<UploadListElement> getUploadsList()
public void setUploadsList(java.util.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(java.util.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 java.lang.String getMarker()
null.null.public void setMarker(java.lang.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(java.lang.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 java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object