Class InitiateMultipartUploadResult
java.lang.Object
com.amazonaws.services.glacier.model.InitiateMultipartUploadResult
- All Implemented Interfaces:
Serializable
,Cloneable
The Amazon Glacier response to your request.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The relative URI path of the multipart upload ID Amazon Glacier created.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.toString()
Returns a string representation of this object; useful for testing and debugging.withLocation
(String location) The relative URI path of the multipart upload ID Amazon Glacier created.withUploadId
(String uploadId) The ID of the multipart upload.
-
Constructor Details
-
InitiateMultipartUploadResult
public InitiateMultipartUploadResult()
-
-
Method Details
-
setLocation
The relative URI path of the multipart upload ID Amazon Glacier created.
- Parameters:
location
- The relative URI path of the multipart upload ID Amazon Glacier created.
-
getLocation
The relative URI path of the multipart upload ID Amazon Glacier created.
- Returns:
- The relative URI path of the multipart upload ID Amazon Glacier created.
-
withLocation
The relative URI path of the multipart upload ID Amazon Glacier created.
- Parameters:
location
- The relative URI path of the multipart upload ID Amazon Glacier created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setUploadId
The ID of the multipart upload. This value is also included as part of the location.
- Parameters:
uploadId
- The ID of the multipart upload. This value is also included as part of the location.
-
getUploadId
The ID of the multipart upload. This value is also included as part of the location.
- Returns:
- The ID of the multipart upload. This value is also included as part of the location.
-
withUploadId
The ID of the multipart upload. This value is also included as part of the location.
- Parameters:
uploadId
- The ID of the multipart upload. This value is also included as part of the location.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-