@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CompleteReadSetUploadPartListItem extends Object implements Serializable, Cloneable, StructuredPojo
Part of the response to the CompleteReadSetUpload API, including metadata.
| Constructor and Description |
|---|
CompleteReadSetUploadPartListItem() |
| Modifier and Type | Method and Description |
|---|---|
CompleteReadSetUploadPartListItem |
clone() |
boolean |
equals(Object obj) |
String |
getChecksum()
A unique identifier used to confirm that parts are being added to the correct upload.
|
Integer |
getPartNumber()
A number identifying the part in a read set upload.
|
String |
getPartSource()
The source file of the part being uploaded.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setChecksum(String checksum)
A unique identifier used to confirm that parts are being added to the correct upload.
|
void |
setPartNumber(Integer partNumber)
A number identifying the part in a read set upload.
|
void |
setPartSource(String partSource)
The source file of the part being uploaded.
|
String |
toString()
Returns a string representation of this object.
|
CompleteReadSetUploadPartListItem |
withChecksum(String checksum)
A unique identifier used to confirm that parts are being added to the correct upload.
|
CompleteReadSetUploadPartListItem |
withPartNumber(Integer partNumber)
A number identifying the part in a read set upload.
|
CompleteReadSetUploadPartListItem |
withPartSource(ReadSetPartSource partSource)
The source file of the part being uploaded.
|
CompleteReadSetUploadPartListItem |
withPartSource(String partSource)
The source file of the part being uploaded.
|
public void setPartNumber(Integer partNumber)
A number identifying the part in a read set upload.
partNumber - A number identifying the part in a read set upload.public Integer getPartNumber()
A number identifying the part in a read set upload.
public CompleteReadSetUploadPartListItem withPartNumber(Integer partNumber)
A number identifying the part in a read set upload.
partNumber - A number identifying the part in a read set upload.public void setPartSource(String partSource)
The source file of the part being uploaded.
partSource - The source file of the part being uploaded.ReadSetPartSourcepublic String getPartSource()
The source file of the part being uploaded.
ReadSetPartSourcepublic CompleteReadSetUploadPartListItem withPartSource(String partSource)
The source file of the part being uploaded.
partSource - The source file of the part being uploaded.ReadSetPartSourcepublic CompleteReadSetUploadPartListItem withPartSource(ReadSetPartSource partSource)
The source file of the part being uploaded.
partSource - The source file of the part being uploaded.ReadSetPartSourcepublic void setChecksum(String checksum)
A unique identifier used to confirm that parts are being added to the correct upload.
checksum - A unique identifier used to confirm that parts are being added to the correct upload.public String getChecksum()
A unique identifier used to confirm that parts are being added to the correct upload.
public CompleteReadSetUploadPartListItem withChecksum(String checksum)
A unique identifier used to confirm that parts are being added to the correct upload.
checksum - A unique identifier used to confirm that parts are being added to the correct upload.public String toString()
toString in class ObjectObject.toString()public CompleteReadSetUploadPartListItem clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.