public class InitiateMultipartUploadResult extends Object implements ServerSideEncryptionResult
构造器和说明 |
---|
InitiateMultipartUploadResult() |
InitiateMultipartUploadResult(Map<String,String> jsonMap) |
限定符和类型 | 方法和说明 |
---|---|
String |
getBucketName()
Returns the name of the bucket in which the new multipart upload was
initiated.
|
String |
getKey()
Returns the object key for which the multipart upload was initiated.
|
String |
getServerSideEncryption()
Returns the server-side encryption algorithm for the newly created
object, or null if none was used.
|
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 |
setKey(String key)
Sets the object key for which the multipart upload was initiated.
|
void |
setServerSideEncryption(String serverSideEncryption)
Sets the server-side encryption algorithm for the newly created object.
|
void |
setUploadId(String uploadId)
Sets the initiated multipart upload ID.
|
public 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 getServerSideEncryption()
public void setServerSideEncryption(String serverSideEncryption)
setServerSideEncryption
在接口中 ServerSideEncryptionResult
serverSideEncryption
- The server-side encryption algorithm for the new object.Copyright © 2016. All rights reserved.