@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InitiateLayerUploadResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
InitiateLayerUploadResult() |
Modifier and Type | Method and Description |
---|---|
InitiateLayerUploadResult |
clone() |
boolean |
equals(Object obj) |
Long |
getPartSize()
The size, in bytes, that Amazon ECR expects future layer part uploads to be.
|
String |
getUploadId()
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.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
InitiateLayerUploadResult |
withPartSize(Long partSize)
The size, in bytes, that Amazon ECR expects future layer part uploads to be.
|
InitiateLayerUploadResult |
withUploadId(String uploadId)
The upload ID for the layer upload.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setUploadId(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 String getUploadId()
The upload ID for the layer upload. This parameter is passed to further UploadLayerPart and CompleteLayerUpload operations.
public InitiateLayerUploadResult withUploadId(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(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 Long getPartSize()
The size, in bytes, that Amazon ECR expects future layer part uploads to be.
public InitiateLayerUploadResult withPartSize(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 String toString()
toString
in class Object
Object.toString()
public InitiateLayerUploadResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.