public class InitiateMultipartUploadResult extends HeaderResponse
Constructor and Description |
---|
InitiateMultipartUploadResult(String bucketName,
String objectKey,
String uploadId) |
Modifier and Type | Method and Description |
---|---|
String |
getBucketName()
Obtain the name of the bucket to which the multipart upload belongs.
|
String |
getObjectKey()
Obtain the name of the object involved in the multipart upload.
|
String |
getUploadId()
Obtain the multipart upload ID.
|
String |
toString() |
getRequestId, getResponseHeaders, getStatusCode
public String getUploadId()
public String getBucketName()
public String getObjectKey()
public String toString()
toString
in class HeaderResponse
Copyright © 2019. All rights reserved.