ToCopyableBuilder<UploadPartCopyResponse.Builder,UploadPartCopyResponse>
@Generated("software.amazon.awssdk:codegen") public class UploadPartCopyResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<UploadPartCopyResponse.Builder,UploadPartCopyResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
UploadPartCopyResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static UploadPartCopyResponse.Builder |
builder() |
|
CopyPartResult |
copyPartResult() |
|
String |
copySourceVersionId() |
The version of the source object that was copied, if you have enabled versioning on the source bucket.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
requestCharged() |
|
static Class<? extends UploadPartCopyResponse.Builder> |
serializableBuilderClass() |
|
String |
serverSideEncryption() |
The Server-side encryption algorithm used when storing this object in S3 (e.g., AES256, aws:kms).
|
String |
sseCustomerAlgorithm() |
If server-side encryption with a customer-provided encryption key was requested, the response will include this
header confirming the encryption algorithm used.
|
String |
sseCustomerKeyMD5() |
If server-side encryption with a customer-provided encryption key was requested, the response will include this
header to provide round trip message integrity verification of the customer-provided encryption key.
|
String |
ssekmsKeyId() |
If present, specifies the ID of the AWS Key Management Service (KMS) master encryption key that was used for the
object.
|
UploadPartCopyResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public String copySourceVersionId()
public CopyPartResult copyPartResult()
public String serverSideEncryption()
ServerSideEncryption
public String sseCustomerAlgorithm()
public String sseCustomerKeyMD5()
public String ssekmsKeyId()
public String requestCharged()
RequestCharged
public UploadPartCopyResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<UploadPartCopyResponse.Builder,UploadPartCopyResponse>
public static UploadPartCopyResponse.Builder builder()
public static Class<? extends UploadPartCopyResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.