@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbortMultipartReadSetUploadRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
AbortMultipartReadSetUploadRequest() |
| Modifier and Type | Method and Description |
|---|---|
AbortMultipartReadSetUploadRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
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 |
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.
|
AbortMultipartReadSetUploadRequest |
withSequenceStoreId(String sequenceStoreId)
The sequence store ID for the store involved in the multipart upload.
|
AbortMultipartReadSetUploadRequest |
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, withSdkRequestTimeoutpublic 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 AbortMultipartReadSetUploadRequest 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 AbortMultipartReadSetUploadRequest withUploadId(String uploadId)
The ID for the multipart upload.
uploadId - The ID for the multipart upload.public String toString()
toString in class ObjectObject.toString()public AbortMultipartReadSetUploadRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()