public class InitiateLayerUploadResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private java.lang.Long |
partSize
The size, in bytes, that Amazon ECR expects future layer part uploads to
be.
|
private java.lang.String |
uploadId
The upload ID for the layer upload.
|
Constructor and Description |
---|
InitiateLayerUploadResult() |
Modifier and Type | Method and Description |
---|---|
InitiateLayerUploadResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.Long |
getPartSize()
The size, in bytes, that Amazon ECR expects future layer part uploads to
be.
|
java.lang.String |
getUploadId()
The upload ID for the layer upload.
|
int |
hashCode() |
void |
setPartSize(java.lang.Long partSize)
The size, in bytes, that Amazon ECR expects future layer part uploads to
be.
|
void |
setUploadId(java.lang.String uploadId)
The upload ID for the layer upload.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
InitiateLayerUploadResult |
withPartSize(java.lang.Long partSize)
The size, in bytes, that Amazon ECR expects future layer part uploads to
be.
|
InitiateLayerUploadResult |
withUploadId(java.lang.String uploadId)
The upload ID for the layer upload.
|
private java.lang.String uploadId
The upload ID for the layer upload. This parameter is passed to further UploadLayerPart and CompleteLayerUpload operations.
private java.lang.Long partSize
The size, in bytes, that Amazon ECR expects future layer part uploads to be.
public void setUploadId(java.lang.String uploadId)
The upload ID for the layer upload. This parameter is passed to further UploadLayerPart and CompleteLayerUpload operations.
uploadId
- The upload ID for the layer upload. This parameter is passed to
further UploadLayerPart and CompleteLayerUpload
operations.public java.lang.String getUploadId()
The upload ID for the layer upload. This parameter is passed to further UploadLayerPart and CompleteLayerUpload operations.
public InitiateLayerUploadResult withUploadId(java.lang.String uploadId)
The upload ID for the layer upload. This parameter is passed to further UploadLayerPart and CompleteLayerUpload operations.
uploadId
- The upload ID for the layer upload. This parameter is passed to
further UploadLayerPart and CompleteLayerUpload
operations.public void setPartSize(java.lang.Long partSize)
The size, in bytes, that Amazon ECR expects future layer part uploads to be.
partSize
- The size, in bytes, that Amazon ECR expects future layer part
uploads to be.public java.lang.Long getPartSize()
The size, in bytes, that Amazon ECR expects future layer part uploads to be.
public InitiateLayerUploadResult withPartSize(java.lang.Long partSize)
The size, in bytes, that Amazon ECR expects future layer part uploads to be.
partSize
- The size, in bytes, that Amazon ECR expects future layer part
uploads to be.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public InitiateLayerUploadResult clone()
clone
in class java.lang.Object