public class InitiateMultipartUploadResult extends SSEResultBase implements Serializable, VIDResult
| Constructor and Description |
|---|
InitiateMultipartUploadResult() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBucketName()
Returns the name of the bucket in which the new multipart upload was
initiated.
|
String |
getDateStr()
get date header for this upload
|
String |
getKey()
Returns the object key for which the multipart upload was initiated.
|
String |
getRequestId()
get requestid for this upload
|
String |
getUploadId()
Returns the initiated multipart upload ID.
|
void |
setBucketName(String bucketName)
Sets the name of the bucket in which the new multipart upload was
initiated.
|
void |
setDateStr(String dateStr)
set date str for this upload
|
void |
setKey(String key)
Sets the object key for which the multipart upload was initiated.
|
void |
setRequestId(String requestId)
set requestId for this upload
|
void |
setUploadId(String uploadId)
Sets the initiated multipart upload ID.
|
getServerSideEncryption, getSSEAlgorithm, getSSECustomerAlgorithm, getSSECustomerKeyMd5, setSSEAlgorithm, setSSECustomerAlgorithm, setSSECustomerKeyMd5public String getBucketName()
public void setBucketName(String bucketName)
bucketName - The name of the bucket in which the new multipart upload was
initiated.public String getKey()
public void setKey(String key)
key - The object key for which the multipart upload was initiated.public String getUploadId()
public void setUploadId(String uploadId)
uploadId - The initiated multipart upload ID.public String getDateStr()
VIDResultgetDateStr in interface VIDResultpublic void setDateStr(String dateStr)
VIDResultsetDateStr in interface VIDResultdateStr - date str headerpublic String getRequestId()
VIDResultgetRequestId in interface VIDResultpublic void setRequestId(String requestId)
VIDResultsetRequestId in interface VIDResultrequestId - the requestId for the uploadCopyright © 2025. All rights reserved.