public class CompleteMultipartUploadResult
extends java.lang.Object
implements java.io.Serializable
Contains the Amazon Glacier response to your request.
For information about the underlying REST API, go to Upload Archive . For conceptual information, go to Working with Archives in Amazon Glacier .
| コンストラクタと説明 |
|---|
CompleteMultipartUploadResult() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getArchiveId()
The ID of the archive.
|
java.lang.String |
getChecksum()
The checksum of the archive computed by Amazon Glacier.
|
java.lang.String |
getLocation()
The relative URI path of the newly added archive resource.
|
int |
hashCode() |
void |
setArchiveId(java.lang.String archiveId)
The ID of the archive.
|
void |
setChecksum(java.lang.String checksum)
The checksum of the archive computed by Amazon Glacier.
|
void |
setLocation(java.lang.String location)
The relative URI path of the newly added archive resource.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CompleteMultipartUploadResult |
withArchiveId(java.lang.String archiveId)
The ID of the archive.
|
CompleteMultipartUploadResult |
withChecksum(java.lang.String checksum)
The checksum of the archive computed by Amazon Glacier.
|
CompleteMultipartUploadResult |
withLocation(java.lang.String location)
The relative URI path of the newly added archive resource.
|
public java.lang.String getLocation()
public void setLocation(java.lang.String location)
location - The relative URI path of the newly added archive resource.public CompleteMultipartUploadResult withLocation(java.lang.String location)
Returns a reference to this object so that method calls can be chained together.
location - The relative URI path of the newly added archive resource.public java.lang.String getChecksum()
public void setChecksum(java.lang.String checksum)
checksum - The checksum of the archive computed by Amazon Glacier.public CompleteMultipartUploadResult withChecksum(java.lang.String checksum)
Returns a reference to this object so that method calls can be chained together.
checksum - The checksum of the archive computed by Amazon Glacier.public java.lang.String getArchiveId()
public void setArchiveId(java.lang.String archiveId)
archiveId - The ID of the archive. This value is also included as part of the
location.public CompleteMultipartUploadResult withArchiveId(java.lang.String archiveId)
Returns a reference to this object so that method calls can be chained together.
archiveId - The ID of the archive. This value is also included as part of the
location.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