@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InitiateMultipartUploadResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The Amazon Glacier response to your request.
Constructor and Description |
---|
InitiateMultipartUploadResult() |
Modifier and Type | Method and Description |
---|---|
InitiateMultipartUploadResult |
clone() |
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.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setLocation(String location)
The relative URI path of the multipart upload ID Amazon Glacier created.
location
- The relative URI path of the multipart upload ID Amazon Glacier created.public String getLocation()
The relative URI path of the multipart upload ID Amazon Glacier created.
public InitiateMultipartUploadResult withLocation(String location)
The relative URI path of the multipart upload ID Amazon Glacier created.
location
- The relative URI path of the multipart upload ID Amazon Glacier created.public void setUploadId(String uploadId)
The ID of the multipart upload. This value is also included as part of the location.
uploadId
- The ID of the multipart upload. This value is also included as part of the location.public String getUploadId()
The ID of the multipart upload. This value is also included as part of the location.
public InitiateMultipartUploadResult withUploadId(String uploadId)
The ID of the multipart upload. This value is also included as part of the location.
uploadId
- The ID of the multipart upload. This value is also included as part of the location.public String toString()
toString
in class Object
Object.toString()
public InitiateMultipartUploadResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.