public class CompleteMultipartUploadRequest extends Object
Constructor and Description |
---|
CompleteMultipartUploadRequest() |
CompleteMultipartUploadRequest(String bucketName,
String objectKey,
String uploadId,
List<PartEtag> partEtag)
Constructor
|
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.
|
List<PartEtag> |
getPartEtag()
Obtain the to-be-combined part list.
|
String |
getUploadId()
Obtain the multipart upload ID.
|
void |
setBucketName(String bucketName)
Set the name for the bucket to which the multipart upload belongs.
|
void |
setObjectKey(String objectKey)
Set the name for the object involved in the multipart upload.
|
void |
setPartEtag(List<PartEtag> partEtags)
Set the to-be-combined part list.
|
void |
setUploadId(String uploadId)
Set the multipart upload ID.
|
String |
toString() |
public String getUploadId()
public void setUploadId(String uploadId)
uploadId
- Multipart upload IDpublic String getBucketName()
public void setBucketName(String bucketName)
bucketName
- Name of the bucket to which the multipart upload belongspublic String getObjectKey()
public void setObjectKey(String objectKey)
objectKey
- Name of the object involved in the multipart uploadpublic List<PartEtag> getPartEtag()
public void setPartEtag(List<PartEtag> partEtags)
partEtags
- List of parts to be combinedCopyright © 2019. All rights reserved.