public class AbortMultipartUploadRequest extends GenericRequest
| 构造器和说明 |
|---|
AbortMultipartUploadRequest() |
AbortMultipartUploadRequest(String bucketName,
String objectKey,
String uploadId)
Constructor
|
| 限定符和类型 | 方法和说明 |
|---|---|
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.
|
void |
setBucketName(String bucketName)
Name of the bucket to which the multipart upload belongs
|
void |
setObjectKey(String objectKey)
Set the name of the object involved in the multipart upload.
|
void |
setUploadId(String uploadId)
Set the multipart upload ID.
|
String |
toString() |
isRequesterPays, setRequesterPayspublic 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 String toString()
toString 在类中 GenericRequestCopyright © 2021. All rights reserved.