@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListMultipartReadSetUploadsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListMultipartReadSetUploadsRequest() |
Modifier and Type | Method and Description |
---|---|
ListMultipartReadSetUploadsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of multipart uploads returned in a page.
|
String |
getNextToken()
Next token returned in the response of a previous ListMultipartReadSetUploads call.
|
String |
getSequenceStoreId()
The Sequence Store ID used for the multipart uploads.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of multipart uploads returned in a page.
|
void |
setNextToken(String nextToken)
Next token returned in the response of a previous ListMultipartReadSetUploads call.
|
void |
setSequenceStoreId(String sequenceStoreId)
The Sequence Store ID used for the multipart uploads.
|
String |
toString()
Returns a string representation of this object.
|
ListMultipartReadSetUploadsRequest |
withMaxResults(Integer maxResults)
The maximum number of multipart uploads returned in a page.
|
ListMultipartReadSetUploadsRequest |
withNextToken(String nextToken)
Next token returned in the response of a previous ListMultipartReadSetUploads call.
|
ListMultipartReadSetUploadsRequest |
withSequenceStoreId(String sequenceStoreId)
The Sequence Store ID used for the multipart uploads.
|
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 ListMultipartReadSetUploadsRequest withSequenceStoreId(String sequenceStoreId)
The Sequence Store ID used for the multipart uploads.
sequenceStoreId
- The Sequence Store ID used for the multipart uploads.public void setMaxResults(Integer maxResults)
The maximum number of multipart uploads returned in a page.
maxResults
- The maximum number of multipart uploads returned in a page.public Integer getMaxResults()
The maximum number of multipart uploads returned in a page.
public ListMultipartReadSetUploadsRequest withMaxResults(Integer maxResults)
The maximum number of multipart uploads returned in a page.
maxResults
- The maximum number of multipart uploads returned in a page.public void setNextToken(String nextToken)
Next token returned in the response of a previous ListMultipartReadSetUploads call. Used to get the next page of results.
nextToken
- Next token returned in the response of a previous ListMultipartReadSetUploads call. Used to get the next
page of results.public String getNextToken()
Next token returned in the response of a previous ListMultipartReadSetUploads call. Used to get the next page of results.
public ListMultipartReadSetUploadsRequest withNextToken(String nextToken)
Next token returned in the response of a previous ListMultipartReadSetUploads call. Used to get the next page of results.
nextToken
- Next token returned in the response of a previous ListMultipartReadSetUploads call. Used to get the next
page of results.public String toString()
toString
in class Object
Object.toString()
public ListMultipartReadSetUploadsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()