@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CompleteMultipartReadSetUploadRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CompleteMultipartReadSetUploadRequest() |
Modifier and Type | Method and Description |
---|---|
CompleteMultipartReadSetUploadRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<CompleteReadSetUploadPartListItem> |
getParts()
The individual uploads or parts of a multipart upload.
|
String |
getSequenceStoreId()
The sequence store ID for the store involved in the multipart upload.
|
String |
getUploadId()
The ID for the multipart upload.
|
int |
hashCode() |
void |
setParts(Collection<CompleteReadSetUploadPartListItem> parts)
The individual uploads or parts of a multipart upload.
|
void |
setSequenceStoreId(String sequenceStoreId)
The sequence store ID for the store involved in the multipart upload.
|
void |
setUploadId(String uploadId)
The ID for the multipart upload.
|
String |
toString()
Returns a string representation of this object.
|
CompleteMultipartReadSetUploadRequest |
withParts(Collection<CompleteReadSetUploadPartListItem> parts)
The individual uploads or parts of a multipart upload.
|
CompleteMultipartReadSetUploadRequest |
withParts(CompleteReadSetUploadPartListItem... parts)
The individual uploads or parts of a multipart upload.
|
CompleteMultipartReadSetUploadRequest |
withSequenceStoreId(String sequenceStoreId)
The sequence store ID for the store involved in the multipart upload.
|
CompleteMultipartReadSetUploadRequest |
withUploadId(String uploadId)
The ID for the 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 CompleteMultipartReadSetUploadRequest()
public void setSequenceStoreId(String sequenceStoreId)
The sequence store ID for the store involved in the multipart upload.
sequenceStoreId
- The sequence store ID for the store involved in the multipart upload.public String getSequenceStoreId()
The sequence store ID for the store involved in the multipart upload.
public CompleteMultipartReadSetUploadRequest withSequenceStoreId(String sequenceStoreId)
The sequence store ID for the store involved in the multipart upload.
sequenceStoreId
- The sequence store ID for the store involved in the multipart upload.public void setUploadId(String uploadId)
The ID for the multipart upload.
uploadId
- The ID for the multipart upload.public String getUploadId()
The ID for the multipart upload.
public CompleteMultipartReadSetUploadRequest withUploadId(String uploadId)
The ID for the multipart upload.
uploadId
- The ID for the multipart upload.public List<CompleteReadSetUploadPartListItem> getParts()
The individual uploads or parts of a multipart upload.
public void setParts(Collection<CompleteReadSetUploadPartListItem> parts)
The individual uploads or parts of a multipart upload.
parts
- The individual uploads or parts of a multipart upload.public CompleteMultipartReadSetUploadRequest withParts(CompleteReadSetUploadPartListItem... parts)
The individual uploads or parts of a multipart upload.
NOTE: This method appends the values to the existing list (if any). Use
setParts(java.util.Collection)
or withParts(java.util.Collection)
if you want to override the
existing values.
parts
- The individual uploads or parts of a multipart upload.public CompleteMultipartReadSetUploadRequest withParts(Collection<CompleteReadSetUploadPartListItem> parts)
The individual uploads or parts of a multipart upload.
parts
- The individual uploads or parts of a multipart upload.public String toString()
toString
in class Object
Object.toString()
public CompleteMultipartReadSetUploadRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()