@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UploadReadSetPartRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, SignerTypeAware
NOOP | Constructor and Description |
|---|
UploadReadSetPartRequest () |
| Modifier and Type | Method and Description |
|---|---|
UploadReadSetPartRequest |
clone ()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals (Object obj) |
Integer |
getPartNumber ()
The number of the part being uploaded.
|
String |
getPartSource ()
The source file for an upload part.
|
InputStream |
getPayload ()
The read set data to upload for a part.
|
String |
getSequenceStoreId ()
The Sequence Store ID used for the multipart upload.
|
String |
getSignerType () |
String |
getUploadId ()
The ID for the initiated multipart upload.
|
int |
hashCode () |
void |
setPartNumber (Integer partNumber)
The number of the part being uploaded.
|
void |
setPartSource (String partSource)
The source file for an upload part.
|
void |
setPayload (InputStream payload)
The read set data to upload for a part.
|
void |
setSequenceStoreId (String sequenceStoreId)
The Sequence Store ID used for the multipart upload.
|
void |
setUploadId (String uploadId)
The ID for the initiated multipart upload.
|
String |
toString ()
Returns a string representation of this object.
|
UploadReadSetPartRequest |
withPartNumber (Integer partNumber)
The number of the part being uploaded.
|
UploadReadSetPartRequest |
withPartSource (ReadSetPartSource partSource)
The source file for an upload part.
|
UploadReadSetPartRequest |
withPartSource (String partSource)
The source file for an upload part.
|
UploadReadSetPartRequest |
withPayload (InputStream payload)
The read set data to upload for a part.
|
UploadReadSetPartRequest |
withSequenceStoreId (String sequenceStoreId)
The Sequence Store ID used for the multipart upload.
|
UploadReadSetPartRequest |
withUploadId (String uploadId)
The ID for the initiated multipart upload.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout public UploadReadSetPartRequest()
public void setSequenceStoreId(String sequenceStoreId)
The Sequence Store ID used for the multipart upload.
sequenceStoreId - The Sequence Store ID used for the multipart upload.public String getSequenceStoreId()
The Sequence Store ID used for the multipart upload.
public UploadReadSetPartRequest withSequenceStoreId(String sequenceStoreId)
The Sequence Store ID used for the multipart upload.
sequenceStoreId - The Sequence Store ID used for the multipart upload.public void setUploadId(String uploadId)
The ID for the initiated multipart upload.
uploadId - The ID for the initiated multipart upload.public String getUploadId()
The ID for the initiated multipart upload.
public UploadReadSetPartRequest withUploadId(String uploadId)
The ID for the initiated multipart upload.
uploadId - The ID for the initiated multipart upload.public void setPartSource(String partSource)
The source file for an upload part.
partSource - The source file for an upload part.ReadSetPartSource public String getPartSource()
The source file for an upload part.
ReadSetPartSource public UploadReadSetPartRequest withPartSource(String partSource)
The source file for an upload part.
partSource - The source file for an upload part.ReadSetPartSource public UploadReadSetPartRequest withPartSource(ReadSetPartSource partSource)
The source file for an upload part.
partSource - The source file for an upload part.ReadSetPartSource public void setPartNumber(Integer partNumber)
The number of the part being uploaded.
partNumber - The number of the part being uploaded.public Integer getPartNumber()
The number of the part being uploaded.
public UploadReadSetPartRequest withPartNumber(Integer partNumber)
The number of the part being uploaded.
partNumber - The number of the part being uploaded.public void setPayload(InputStream payload)
The read set data to upload for a part.
payload - The read set data to upload for a part.public InputStream getPayload()
The read set data to upload for a part.
public UploadReadSetPartRequest withPayload(InputStream payload)
The read set data to upload for a part.
payload - The read set data to upload for a part.public String toString()
toString in class Object Object.toString() public UploadReadSetPartRequest clone()
AmazonWebServiceRequest clone in class AmazonWebServiceRequest Object.clone() public String getSignerType()
getSignerType in interface SignerTypeAware