public class ListPartsResult
extends java.lang.Object
implements java.io.Serializable
Contains the Amazon Glacier response to your request.
| コンストラクタと説明 |
|---|
ListPartsResult() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getArchiveDescription()
The description of the archive that was specified in the Initiate
Multipart Upload request.
|
java.lang.String |
getCreationDate()
The UTC time at which the multipart upload was initiated.
|
java.lang.String |
getMarker()
An opaque string that represents where to continue pagination of the
results.
|
java.lang.String |
getMultipartUploadId()
The ID of the upload to which the parts are associated.
|
java.util.List<PartListElement> |
getParts()
A list of the part sizes of the multipart upload.
|
java.lang.Long |
getPartSizeInBytes()
The part size in bytes.
|
java.lang.String |
getVaultARN()
The Amazon Resource Name (ARN) of the vault to which the multipart
upload was initiated.
|
int |
hashCode() |
void |
setArchiveDescription(java.lang.String archiveDescription)
The description of the archive that was specified in the Initiate
Multipart Upload request.
|
void |
setCreationDate(java.lang.String creationDate)
The UTC time at which the multipart upload was initiated.
|
void |
setMarker(java.lang.String marker)
An opaque string that represents where to continue pagination of the
results.
|
void |
setMultipartUploadId(java.lang.String multipartUploadId)
The ID of the upload to which the parts are associated.
|
void |
setParts(java.util.Collection<PartListElement> parts)
A list of the part sizes of the multipart upload.
|
void |
setPartSizeInBytes(java.lang.Long partSizeInBytes)
The part size in bytes.
|
void |
setVaultARN(java.lang.String vaultARN)
The Amazon Resource Name (ARN) of the vault to which the multipart
upload was initiated.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListPartsResult |
withArchiveDescription(java.lang.String archiveDescription)
The description of the archive that was specified in the Initiate
Multipart Upload request.
|
ListPartsResult |
withCreationDate(java.lang.String creationDate)
The UTC time at which the multipart upload was initiated.
|
ListPartsResult |
withMarker(java.lang.String marker)
An opaque string that represents where to continue pagination of the
results.
|
ListPartsResult |
withMultipartUploadId(java.lang.String multipartUploadId)
The ID of the upload to which the parts are associated.
|
ListPartsResult |
withParts(java.util.Collection<PartListElement> parts)
A list of the part sizes of the multipart upload.
|
ListPartsResult |
withParts(PartListElement... parts)
A list of the part sizes of the multipart upload.
|
ListPartsResult |
withPartSizeInBytes(java.lang.Long partSizeInBytes)
The part size in bytes.
|
ListPartsResult |
withVaultARN(java.lang.String vaultARN)
The Amazon Resource Name (ARN) of the vault to which the multipart
upload was initiated.
|
public java.lang.String getMultipartUploadId()
public void setMultipartUploadId(java.lang.String multipartUploadId)
multipartUploadId - The ID of the upload to which the parts are associated.public ListPartsResult withMultipartUploadId(java.lang.String multipartUploadId)
Returns a reference to this object so that method calls can be chained together.
multipartUploadId - The ID of the upload to which the parts are associated.public java.lang.String getVaultARN()
public void setVaultARN(java.lang.String vaultARN)
vaultARN - The Amazon Resource Name (ARN) of the vault to which the multipart
upload was initiated.public ListPartsResult withVaultARN(java.lang.String vaultARN)
Returns a reference to this object so that method calls can be chained together.
vaultARN - The Amazon Resource Name (ARN) of the vault to which the multipart
upload was initiated.public java.lang.String getArchiveDescription()
public void setArchiveDescription(java.lang.String archiveDescription)
archiveDescription - The description of the archive that was specified in the Initiate
Multipart Upload request.public ListPartsResult withArchiveDescription(java.lang.String archiveDescription)
Returns a reference to this object so that method calls can be chained together.
archiveDescription - The description of the archive that was specified in the Initiate
Multipart Upload request.public java.lang.Long getPartSizeInBytes()
public void setPartSizeInBytes(java.lang.Long partSizeInBytes)
partSizeInBytes - The part size in bytes.public ListPartsResult withPartSizeInBytes(java.lang.Long partSizeInBytes)
Returns a reference to this object so that method calls can be chained together.
partSizeInBytes - The part size in bytes.public java.lang.String getCreationDate()
public void setCreationDate(java.lang.String creationDate)
creationDate - The UTC time at which the multipart upload was initiated.public ListPartsResult withCreationDate(java.lang.String creationDate)
Returns a reference to this object so that method calls can be chained together.
creationDate - The UTC time at which the multipart upload was initiated.public java.util.List<PartListElement> getParts()
public void setParts(java.util.Collection<PartListElement> parts)
parts - A list of the part sizes of the multipart upload.public ListPartsResult withParts(PartListElement... parts)
Returns a reference to this object so that method calls can be chained together.
parts - A list of the part sizes of the multipart upload.public ListPartsResult withParts(java.util.Collection<PartListElement> parts)
Returns a reference to this object so that method calls can be chained together.
parts - A list of the part sizes of the multipart upload.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 Parts request to obtain more
jobs in the list. If there are no more parts, this value is
null.public ListPartsResult 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 Parts request to obtain more
jobs in the list. If there are no more parts, 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