@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UploadLayerPartResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UploadLayerPartResult() |
Modifier and Type | Method and Description |
---|---|
UploadLayerPartResult |
clone() |
boolean |
equals(Object obj) |
Long |
getLastByteReceived()
The integer value of the last byte received in the request.
|
String |
getRegistryId()
The registry ID associated with the request.
|
String |
getRepositoryName()
The repository name associated with the request.
|
String |
getUploadId()
The upload ID associated with the request.
|
int |
hashCode() |
void |
setLastByteReceived(Long lastByteReceived)
The integer value of the last byte received in the request.
|
void |
setRegistryId(String registryId)
The registry ID associated with the request.
|
void |
setRepositoryName(String repositoryName)
The repository name associated with the request.
|
void |
setUploadId(String uploadId)
The upload ID associated with the request.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
UploadLayerPartResult |
withLastByteReceived(Long lastByteReceived)
The integer value of the last byte received in the request.
|
UploadLayerPartResult |
withRegistryId(String registryId)
The registry ID associated with the request.
|
UploadLayerPartResult |
withRepositoryName(String repositoryName)
The repository name associated with the request.
|
UploadLayerPartResult |
withUploadId(String uploadId)
The upload ID associated with the request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setRegistryId(String registryId)
The registry ID associated with the request.
registryId
- The registry ID associated with the request.public String getRegistryId()
The registry ID associated with the request.
public UploadLayerPartResult withRegistryId(String registryId)
The registry ID associated with the request.
registryId
- The registry ID associated with the request.public void setRepositoryName(String repositoryName)
The repository name associated with the request.
repositoryName
- The repository name associated with the request.public String getRepositoryName()
The repository name associated with the request.
public UploadLayerPartResult withRepositoryName(String repositoryName)
The repository name associated with the request.
repositoryName
- The repository name associated with the request.public void setUploadId(String uploadId)
The upload ID associated with the request.
uploadId
- The upload ID associated with the request.public String getUploadId()
The upload ID associated with the request.
public UploadLayerPartResult withUploadId(String uploadId)
The upload ID associated with the request.
uploadId
- The upload ID associated with the request.public void setLastByteReceived(Long lastByteReceived)
The integer value of the last byte received in the request.
lastByteReceived
- The integer value of the last byte received in the request.public Long getLastByteReceived()
The integer value of the last byte received in the request.
public UploadLayerPartResult withLastByteReceived(Long lastByteReceived)
The integer value of the last byte received in the request.
lastByteReceived
- The integer value of the last byte received in the request.public String toString()
toString
in class Object
Object.toString()
public UploadLayerPartResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.