@Generated(value="software.amazon.awssdk:codegen") public final class CompleteReadSetUploadPartListItem extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CompleteReadSetUploadPartListItem.Builder,CompleteReadSetUploadPartListItem>
Part of the response to the CompleteReadSetUpload API, including metadata.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CompleteReadSetUploadPartListItem.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CompleteReadSetUploadPartListItem.Builder |
builder() |
String |
checksum()
A unique identifier used to confirm that parts are being added to the correct upload.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
partNumber()
A number identifying the part in a read set upload.
|
ReadSetPartSource |
partSource()
The source file of the part being uploaded.
|
String |
partSourceAsString()
The source file of the part being uploaded.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CompleteReadSetUploadPartListItem.Builder> |
serializableBuilderClass() |
CompleteReadSetUploadPartListItem.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer partNumber()
A number identifying the part in a read set upload.
public final ReadSetPartSource partSource()
The source file of the part being 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 source file of the part being 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 CompleteReadSetUploadPartListItem.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CompleteReadSetUploadPartListItem.Builder,CompleteReadSetUploadPartListItem>public static CompleteReadSetUploadPartListItem.Builder builder()
public static Class<? extends CompleteReadSetUploadPartListItem.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.