@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListReadSetUploadPartsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListReadSetUploadPartsRequest() |
Modifier and Type | Method and Description |
---|---|
ListReadSetUploadPartsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
ReadSetUploadPartListFilter |
getFilter()
Attributes used to filter for a specific subset of read set part uploads.
|
Integer |
getMaxResults()
The maximum number of read set upload parts returned in a page.
|
String |
getNextToken()
Next token returned in the response of a previous ListReadSetUploadPartsRequest call.
|
String |
getPartSource()
The source file for the upload part.
|
String |
getSequenceStoreId()
The Sequence Store ID used for the multipart uploads.
|
String |
getUploadId()
The ID for the initiated multipart upload.
|
int |
hashCode() |
void |
setFilter(ReadSetUploadPartListFilter filter)
Attributes used to filter for a specific subset of read set part uploads.
|
void |
setMaxResults(Integer maxResults)
The maximum number of read set upload parts returned in a page.
|
void |
setNextToken(String nextToken)
Next token returned in the response of a previous ListReadSetUploadPartsRequest call.
|
void |
setPartSource(String partSource)
The source file for the upload part.
|
void |
setSequenceStoreId(String sequenceStoreId)
The Sequence Store ID used for the multipart uploads.
|
void |
setUploadId(String uploadId)
The ID for the initiated multipart upload.
|
String |
toString()
Returns a string representation of this object.
|
ListReadSetUploadPartsRequest |
withFilter(ReadSetUploadPartListFilter filter)
Attributes used to filter for a specific subset of read set part uploads.
|
ListReadSetUploadPartsRequest |
withMaxResults(Integer maxResults)
The maximum number of read set upload parts returned in a page.
|
ListReadSetUploadPartsRequest |
withNextToken(String nextToken)
Next token returned in the response of a previous ListReadSetUploadPartsRequest call.
|
ListReadSetUploadPartsRequest |
withPartSource(ReadSetPartSource partSource)
The source file for the upload part.
|
ListReadSetUploadPartsRequest |
withPartSource(String partSource)
The source file for the upload part.
|
ListReadSetUploadPartsRequest |
withSequenceStoreId(String sequenceStoreId)
The Sequence Store ID used for the multipart uploads.
|
ListReadSetUploadPartsRequest |
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 void setSequenceStoreId(String sequenceStoreId)
The Sequence Store ID used for the multipart uploads.
sequenceStoreId
- The Sequence Store ID used for the multipart uploads.public String getSequenceStoreId()
The Sequence Store ID used for the multipart uploads.
public ListReadSetUploadPartsRequest withSequenceStoreId(String sequenceStoreId)
The Sequence Store ID used for the multipart uploads.
sequenceStoreId
- The Sequence Store ID used for the multipart uploads.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 ListReadSetUploadPartsRequest 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 the upload part.
partSource
- The source file for the upload part.ReadSetPartSource
public String getPartSource()
The source file for the upload part.
ReadSetPartSource
public ListReadSetUploadPartsRequest withPartSource(String partSource)
The source file for the upload part.
partSource
- The source file for the upload part.ReadSetPartSource
public ListReadSetUploadPartsRequest withPartSource(ReadSetPartSource partSource)
The source file for the upload part.
partSource
- The source file for the upload part.ReadSetPartSource
public void setMaxResults(Integer maxResults)
The maximum number of read set upload parts returned in a page.
maxResults
- The maximum number of read set upload parts returned in a page.public Integer getMaxResults()
The maximum number of read set upload parts returned in a page.
public ListReadSetUploadPartsRequest withMaxResults(Integer maxResults)
The maximum number of read set upload parts returned in a page.
maxResults
- The maximum number of read set upload parts returned in a page.public void setNextToken(String nextToken)
Next token returned in the response of a previous ListReadSetUploadPartsRequest call. Used to get the next page of results.
nextToken
- Next token returned in the response of a previous ListReadSetUploadPartsRequest call. Used to get the next
page of results.public String getNextToken()
Next token returned in the response of a previous ListReadSetUploadPartsRequest call. Used to get the next page of results.
public ListReadSetUploadPartsRequest withNextToken(String nextToken)
Next token returned in the response of a previous ListReadSetUploadPartsRequest call. Used to get the next page of results.
nextToken
- Next token returned in the response of a previous ListReadSetUploadPartsRequest call. Used to get the next
page of results.public void setFilter(ReadSetUploadPartListFilter filter)
Attributes used to filter for a specific subset of read set part uploads.
filter
- Attributes used to filter for a specific subset of read set part uploads.public ReadSetUploadPartListFilter getFilter()
Attributes used to filter for a specific subset of read set part uploads.
public ListReadSetUploadPartsRequest withFilter(ReadSetUploadPartListFilter filter)
Attributes used to filter for a specific subset of read set part uploads.
filter
- Attributes used to filter for a specific subset of read set part uploads.public String toString()
toString
in class Object
Object.toString()
public ListReadSetUploadPartsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()