@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()
Returns the value of the Bucket property for this object.
|
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()
Returns the value of the Key property for this object.
|
String |
location()
Returns the value of the Location property for this object.
|
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() |
String |
versionId()
Version of the object.
|
responseMetadata
sdkHttpResponse
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public 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()
.
ServerSideEncryption
public 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()
.
ServerSideEncryption
public 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()
.
RequestCharged
public 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()
.
RequestCharged
public CompleteMultipartUploadResponse.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<CompleteMultipartUploadResponse.Builder,CompleteMultipartUploadResponse>
toBuilder
in class AwsResponse
public static CompleteMultipartUploadResponse.Builder builder()
public static Class<? extends CompleteMultipartUploadResponse.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkResponse
Copyright © 2019. All rights reserved.