@Generated(value="software.amazon.awssdk:codegen") public final class ReadSetUploadPartListItem extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ReadSetUploadPartListItem.Builder,ReadSetUploadPartListItem>
The metadata of a single part of a file that was added to a multipart upload. A list of these parts is returned in the response to the ListReadSetUploadParts API.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ReadSetUploadPartListItem.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ReadSetUploadPartListItem.Builder |
builder() |
String |
checksum()
A unique identifier used to confirm that parts are being added to the correct upload.
|
Instant |
creationTime()
The time stamp for when a direct upload was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastUpdatedTime()
The time stamp for the most recent update to an uploaded part.
|
Integer |
partNumber()
The number identifying the part in an upload.
|
Long |
partSize()
The size of the the part in an upload.
|
ReadSetPartSource |
partSource()
The origin of the part being direct uploaded.
|
String |
partSourceAsString()
The origin of the part being direct uploaded.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ReadSetUploadPartListItem.Builder> |
serializableBuilderClass() |
ReadSetUploadPartListItem.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer partNumber()
The number identifying the part in an upload.
public final Long partSize()
The size of the the part in an upload.
public final ReadSetPartSource partSource()
The origin of the part being direct uploaded.
If the service returns an enum value that is not available in the current SDK version, partSource will
return ReadSetPartSource.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
partSourceAsString().
ReadSetPartSourcepublic final String partSourceAsString()
The origin of the part being direct uploaded.
If the service returns an enum value that is not available in the current SDK version, partSource will
return ReadSetPartSource.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
partSourceAsString().
ReadSetPartSourcepublic final String checksum()
A unique identifier used to confirm that parts are being added to the correct upload.
public final Instant creationTime()
The time stamp for when a direct upload was created.
public final Instant lastUpdatedTime()
The time stamp for the most recent update to an uploaded part.
public ReadSetUploadPartListItem.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ReadSetUploadPartListItem.Builder,ReadSetUploadPartListItem>public static ReadSetUploadPartListItem.Builder builder()
public static Class<? extends ReadSetUploadPartListItem.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.