public class CompleteMultipartUploadResult extends HeaderResponse
Constructor and Description |
---|
CompleteMultipartUploadResult(String bucketName,
String objectKey,
String etag,
String location,
String versionId,
String objectUrl) |
Modifier and Type | Method and Description |
---|---|
String |
getBucketName()
Obtain the name of the bucket to which the multipart upload belongs.
|
String |
getEtag()
Obtain the ETag of the object involved in the multipart upload.
|
String |
getLocation()
Obtain the URI of the object after part combination.
|
String |
getObjectKey()
Obtain the name of the object involved in the multipart upload.
|
String |
getObjectUrl()
Obtain the full path to the object after part combination.
|
String |
getVersionId()
Obtain the version ID of the object after part combination.
|
String |
toString() |
getRequestId, getResponseHeaders, getStatusCode
public String getBucketName()
public String getObjectKey()
public String getEtag()
public String getLocation()
public String getVersionId()
public String getObjectUrl()
public String toString()
toString
in class HeaderResponse
Copyright © 2019. All rights reserved.