|
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.InitiateMultipartUploadResult
public class InitiateMultipartUploadResult
Contains the Amazon Glacier response to your request.
| Constructor Summary | |
|---|---|
InitiateMultipartUploadResult()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getLocation()
The relative URI path of the multipart upload ID Amazon Glacier created. |
String |
getUploadId()
The ID of the multipart upload. |
int |
hashCode()
|
void |
setLocation(String location)
The relative URI path of the multipart upload ID Amazon Glacier created. |
void |
setUploadId(String uploadId)
The ID of the multipart upload. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
InitiateMultipartUploadResult |
withLocation(String location)
The relative URI path of the multipart upload ID Amazon Glacier created. |
InitiateMultipartUploadResult |
withUploadId(String uploadId)
The ID of the multipart upload. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public InitiateMultipartUploadResult()
| Method Detail |
|---|
public String getLocation()
public void setLocation(String location)
location - The relative URI path of the multipart upload ID Amazon Glacier
created.public InitiateMultipartUploadResult withLocation(String location)
Returns a reference to this object so that method calls can be chained together.
location - The relative URI path of the multipart upload ID Amazon Glacier
created.
public String getUploadId()
public void setUploadId(String uploadId)
uploadId - The ID of the multipart upload. This value is also included as part of
the location.public InitiateMultipartUploadResult withUploadId(String uploadId)
Returns a reference to this object so that method calls can be chained together.
uploadId - The ID of the multipart upload. This value is also included as part of
the location.
public String toString()
toString in class ObjectObject.toString()public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||