Package com.amazonaws.services.ecr.model
Class InitiateLayerUploadResult
java.lang.Object
com.amazonaws.services.ecr.model.InitiateLayerUploadResult
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The size, in bytes, that Amazon ECR expects future layer part uploads to be.The upload ID for the layer upload.int
hashCode()
void
setPartSize
(Long partSize) The size, in bytes, that Amazon ECR expects future layer part uploads to be.void
setUploadId
(String uploadId) The upload ID for the layer upload.toString()
Returns a string representation of this object; useful for testing and debugging.withPartSize
(Long partSize) The size, in bytes, that Amazon ECR expects future layer part uploads to be.withUploadId
(String uploadId) The upload ID for the layer upload.
-
Constructor Details
-
InitiateLayerUploadResult
public InitiateLayerUploadResult()
-
-
Method Details
-
setUploadId
The upload ID for the layer upload. This parameter is passed to further UploadLayerPart and CompleteLayerUpload operations.
- Parameters:
uploadId
- The upload ID for the layer upload. This parameter is passed to further UploadLayerPart and CompleteLayerUpload operations.
-
getUploadId
The upload ID for the layer upload. This parameter is passed to further UploadLayerPart and CompleteLayerUpload operations.
- Returns:
- The upload ID for the layer upload. This parameter is passed to further UploadLayerPart and CompleteLayerUpload operations.
-
withUploadId
The upload ID for the layer upload. This parameter is passed to further UploadLayerPart and CompleteLayerUpload operations.
- Parameters:
uploadId
- The upload ID for the layer upload. This parameter is passed to further UploadLayerPart and CompleteLayerUpload operations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setPartSize
The size, in bytes, that Amazon ECR expects future layer part uploads to be.
- Parameters:
partSize
- The size, in bytes, that Amazon ECR expects future layer part uploads to be.
-
getPartSize
The size, in bytes, that Amazon ECR expects future layer part uploads to be.
- Returns:
- The size, in bytes, that Amazon ECR expects future layer part uploads to be.
-
withPartSize
The size, in bytes, that Amazon ECR expects future layer part uploads to be.
- Parameters:
partSize
- The size, in bytes, that Amazon ECR expects future layer part uploads to be.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-