public class InitiateMultipartUploadResult extends SSEResultBase
| Constructor and Description |
|---|
InitiateMultipartUploadResult() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBucketName()
Returns the name of the bucket in which the new multipart upload was
initiated.
|
java.lang.String |
getKey()
Returns the object key for which the multipart upload was initiated.
|
java.lang.String |
getUploadId()
Returns the initiated multipart upload ID.
|
void |
setBucketName(java.lang.String bucketName)
Sets the name of the bucket in which the new multipart upload was
initiated.
|
void |
setKey(java.lang.String key)
Sets the object key for which the multipart upload was initiated.
|
void |
setUploadId(java.lang.String uploadId)
Sets the initiated multipart upload ID.
|
getServerSideEncryption, getSSEAlgorithm, getSSECustomerAlgorithm, getSSECustomerKeyMd5, setSSEAlgorithm, setSSECustomerAlgorithm, setSSECustomerKeyMd5public java.lang.String getBucketName()
public void setBucketName(java.lang.String bucketName)
bucketName - The name of the bucket in which the new multipart upload was
initiated.public java.lang.String getKey()
public void setKey(java.lang.String key)
key - The object key for which the multipart upload was initiated.public java.lang.String getUploadId()
public void setUploadId(java.lang.String uploadId)
uploadId - The initiated multipart upload ID.