@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutChunkRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, SignerTypeAware
NOOP| Constructor and Description |
|---|
PutChunkRequest() |
| Modifier and Type | Method and Description |
|---|---|
PutChunkRequest |
clone() |
boolean |
equals(Object obj) |
String |
getBackupJobId()
Backup job Id for the in-progress backup.
|
String |
getChecksum()
Data checksum
|
String |
getChecksumAlgorithm()
Checksum algorithm
|
Long |
getChunkIndex()
Describes this chunk's position relative to the other chunks
|
InputStream |
getData()
Data to be uploaded
|
Long |
getLength()
Data length
|
String |
getSignerType() |
String |
getUploadId()
Upload Id for the in-progress upload.
|
int |
hashCode() |
void |
setBackupJobId(String backupJobId)
Backup job Id for the in-progress backup.
|
void |
setChecksum(String checksum)
Data checksum
|
void |
setChecksumAlgorithm(String checksumAlgorithm)
Checksum algorithm
|
void |
setChunkIndex(Long chunkIndex)
Describes this chunk's position relative to the other chunks
|
void |
setData(InputStream data)
Data to be uploaded
|
void |
setLength(Long length)
Data length
|
void |
setUploadId(String uploadId)
Upload Id for the in-progress upload.
|
String |
toString()
Returns a string representation of this object.
|
PutChunkRequest |
withBackupJobId(String backupJobId)
Backup job Id for the in-progress backup.
|
PutChunkRequest |
withChecksum(String checksum)
Data checksum
|
PutChunkRequest |
withChecksumAlgorithm(DataChecksumAlgorithm checksumAlgorithm)
Checksum algorithm
|
PutChunkRequest |
withChecksumAlgorithm(String checksumAlgorithm)
Checksum algorithm
|
PutChunkRequest |
withChunkIndex(Long chunkIndex)
Describes this chunk's position relative to the other chunks
|
PutChunkRequest |
withData(InputStream data)
Data to be uploaded
|
PutChunkRequest |
withLength(Long length)
Data length
|
PutChunkRequest |
withUploadId(String uploadId)
Upload Id for the in-progress upload.
|
addHandlerContext, copyBaseTo, 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 setBackupJobId(String backupJobId)
backupJobId - Backup job Id for the in-progress backup.public String getBackupJobId()
public PutChunkRequest withBackupJobId(String backupJobId)
backupJobId - Backup job Id for the in-progress backup.public void setUploadId(String uploadId)
uploadId - Upload Id for the in-progress upload.public String getUploadId()
public PutChunkRequest withUploadId(String uploadId)
uploadId - Upload Id for the in-progress upload.public void setChunkIndex(Long chunkIndex)
chunkIndex - Describes this chunk's position relative to the other chunkspublic Long getChunkIndex()
public PutChunkRequest withChunkIndex(Long chunkIndex)
chunkIndex - Describes this chunk's position relative to the other chunkspublic void setData(InputStream data)
data - Data to be uploadedpublic InputStream getData()
public PutChunkRequest withData(InputStream data)
data - Data to be uploadedpublic void setLength(Long length)
length - Data lengthpublic Long getLength()
public PutChunkRequest withLength(Long length)
length - Data lengthpublic void setChecksum(String checksum)
checksum - Data checksumpublic String getChecksum()
public PutChunkRequest withChecksum(String checksum)
checksum - Data checksumpublic void setChecksumAlgorithm(String checksumAlgorithm)
checksumAlgorithm - Checksum algorithmDataChecksumAlgorithmpublic String getChecksumAlgorithm()
DataChecksumAlgorithmpublic PutChunkRequest withChecksumAlgorithm(String checksumAlgorithm)
checksumAlgorithm - Checksum algorithmDataChecksumAlgorithmpublic PutChunkRequest withChecksumAlgorithm(DataChecksumAlgorithm checksumAlgorithm)
checksumAlgorithm - Checksum algorithmDataChecksumAlgorithmpublic String toString()
toString in class ObjectObject.toString()public PutChunkRequest clone()
clone in class AmazonWebServiceRequestpublic String getSignerType()
getSignerType in interface SignerTypeAwareCopyright © 2022. All rights reserved.