|
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.CompleteMultipartUploadResult
public class CompleteMultipartUploadResult
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 .
Constructor Summary | |
---|---|
CompleteMultipartUploadResult()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getArchiveId()
The ID of the archive. |
String |
getChecksum()
The checksum of the archive computed by Amazon Glacier. |
String |
getLocation()
The relative URI path of the newly added archive resource. |
int |
hashCode()
|
void |
setArchiveId(String archiveId)
The ID of the archive. |
void |
setChecksum(String checksum)
The checksum of the archive computed by Amazon Glacier. |
void |
setLocation(String location)
The relative URI path of the newly added archive resource. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
CompleteMultipartUploadResult |
withArchiveId(String archiveId)
The ID of the archive. |
CompleteMultipartUploadResult |
withChecksum(String checksum)
The checksum of the archive computed by Amazon Glacier. |
CompleteMultipartUploadResult |
withLocation(String location)
The relative URI path of the newly added archive resource. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CompleteMultipartUploadResult()
Method Detail |
---|
public String getLocation()
public void setLocation(String location)
location
- The relative URI path of the newly added archive resource.public CompleteMultipartUploadResult withLocation(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 String getChecksum()
public void setChecksum(String checksum)
checksum
- The checksum of the archive computed by Amazon Glacier.public CompleteMultipartUploadResult withChecksum(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 String getArchiveId()
public void setArchiveId(String archiveId)
archiveId
- The ID of the archive. This value is also included as part of the
location.public CompleteMultipartUploadResult withArchiveId(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 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 |