@Generated(value="software.amazon.awssdk:codegen") public final class MultipartUpload extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MultipartUpload.Builder,MultipartUpload>
| Modifier and Type | Class and Description |
|---|---|
static interface |
MultipartUpload.Builder |
| Modifier and Type | Method and Description |
|---|---|
static MultipartUpload.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
initiated()
Date and time at which the multipart upload was initiated.
|
Initiator |
initiator()
Identifies who initiated the multipart upload.
|
String |
key()
Key of the object for which the multipart upload was initiated.
|
Owner |
owner()
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends MultipartUpload.Builder> |
serializableBuilderClass() |
StorageClass |
storageClass()
The class of storage used to store the object.
|
String |
storageClassAsString()
The class of storage used to store the object.
|
MultipartUpload.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
uploadId()
Upload ID that identifies the multipart upload.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String uploadId()
Upload ID that identifies the multipart upload.
public String key()
Key of the object for which the multipart upload was initiated.
public Instant initiated()
Date and time at which the multipart upload was initiated.
public StorageClass storageClass()
The class of storage used to store the object.
If the service returns an enum value that is not available in the current SDK version, storageClass will
return StorageClass.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
storageClassAsString().
StorageClasspublic String storageClassAsString()
The class of storage used to store the object.
If the service returns an enum value that is not available in the current SDK version, storageClass will
return StorageClass.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
storageClassAsString().
StorageClasspublic Owner owner()
public Initiator initiator()
Identifies who initiated the multipart upload.
public MultipartUpload.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<MultipartUpload.Builder,MultipartUpload>public static MultipartUpload.Builder builder()
public static Class<? extends MultipartUpload.Builder> serializableBuilderClass()
public String toString()
Copyright © 2019. All rights reserved.