Class CompleteReadSetUploadPartListItem
- java.lang.Object
-
- software.amazon.awssdk.services.omics.model.CompleteReadSetUploadPartListItem
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<CompleteReadSetUploadPartListItem.Builder,CompleteReadSetUploadPartListItem>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCompleteReadSetUploadPartListItem.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CompleteReadSetUploadPartListItem.Builderbuilder()Stringchecksum()A unique identifier used to confirm that parts are being added to the correct upload.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegerpartNumber()A number identifying the part in a read set upload.ReadSetPartSourcepartSource()The source file of the part being uploaded.StringpartSourceAsString()The source file of the part being uploaded.List<SdkField<?>>sdkFields()static Class<? extends CompleteReadSetUploadPartListItem.Builder>serializableBuilderClass()CompleteReadSetUploadPartListItem.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
partNumber
public final Integer partNumber()
A number identifying the part in a read set upload.
- Returns:
- A number identifying the part in a read set upload.
-
partSource
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,
partSourcewill returnReadSetPartSource.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frompartSourceAsString().- Returns:
- The source file of the part being uploaded.
- See Also:
ReadSetPartSource
-
partSourceAsString
public 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,
partSourcewill returnReadSetPartSource.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frompartSourceAsString().- Returns:
- The source file of the part being uploaded.
- See Also:
ReadSetPartSource
-
checksum
public final String checksum()
A unique identifier used to confirm that parts are being added to the correct upload.
- Returns:
- A unique identifier used to confirm that parts are being added to the correct upload.
-
toBuilder
public CompleteReadSetUploadPartListItem.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CompleteReadSetUploadPartListItem.Builder,CompleteReadSetUploadPartListItem>
-
builder
public static CompleteReadSetUploadPartListItem.Builder builder()
-
serializableBuilderClass
public static Class<? extends CompleteReadSetUploadPartListItem.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-