@Generated(value="software.amazon.awssdk:codegen") public final class CompleteMultipartUploadResponse extends S3Response implements ToCopyableBuilder<CompleteMultipartUploadResponse.Builder,CompleteMultipartUploadResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CompleteMultipartUploadResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
bucket()
|
static CompleteMultipartUploadResponse.Builder |
builder() |
boolean |
equals(Object obj) |
String |
eTag()
Entity tag of the object.
|
String |
expiration()
If the object expiration is configured, this will contain the expiration date (expiry-date) and rule ID
(rule-id).
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
key()
|
String |
location()
|
RequestCharged |
requestCharged()
Returns the value of the RequestCharged property for this object.
|
String |
requestChargedAsString()
Returns the value of the RequestCharged property for this object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CompleteMultipartUploadResponse.Builder> |
serializableBuilderClass() |
ServerSideEncryption |
serverSideEncryption()
The Server-side encryption algorithm used when storing this object in S3 (e.g., AES256, aws:kms).
|
String |
serverSideEncryptionAsString()
The Server-side encryption algorithm used when storing this object in S3 (e.g., AES256, aws:kms).
|
String |
ssekmsKeyId()
If present, specifies the ID of the AWS Key Management Service (KMS) master encryption key that was used for the
object.
|
CompleteMultipartUploadResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
versionId()
Version of the object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String location()
public String bucket()
public String key()
public String expiration()
If the object expiration is configured, this will contain the expiration date (expiry-date) and rule ID (rule-id). The value of rule-id is URL encoded.
public String eTag()
Entity tag of the object.
public ServerSideEncryption serverSideEncryption()
The Server-side encryption algorithm used when storing this object in S3 (e.g., AES256, aws:kms).
If the service returns an enum value that is not available in the current SDK version,
serverSideEncryption will return ServerSideEncryption.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from serverSideEncryptionAsString().
ServerSideEncryptionpublic String serverSideEncryptionAsString()
The Server-side encryption algorithm used when storing this object in S3 (e.g., AES256, aws:kms).
If the service returns an enum value that is not available in the current SDK version,
serverSideEncryption will return ServerSideEncryption.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from serverSideEncryptionAsString().
ServerSideEncryptionpublic String versionId()
Version of the object.
public String ssekmsKeyId()
If present, specifies the ID of the AWS Key Management Service (KMS) master encryption key that was used for the object.
public RequestCharged requestCharged()
If the service returns an enum value that is not available in the current SDK version, requestCharged
will return RequestCharged.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from requestChargedAsString().
RequestChargedpublic String requestChargedAsString()
If the service returns an enum value that is not available in the current SDK version, requestCharged
will return RequestCharged.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from requestChargedAsString().
RequestChargedpublic CompleteMultipartUploadResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CompleteMultipartUploadResponse.Builder,CompleteMultipartUploadResponse>toBuilder in class AwsResponsepublic static CompleteMultipartUploadResponse.Builder builder()
public static Class<? extends CompleteMultipartUploadResponse.Builder> serializableBuilderClass()
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2019. All rights reserved.