Package com.amazonaws.services.ecr.model
Class UploadLayerPartResult
java.lang.Object
com.amazonaws.services.ecr.model.UploadLayerPartResult
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The integer value of the last byte received in the request.The registry ID associated with the request.The repository name associated with the request.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.toString()
Returns a string representation of this object; useful for testing and debugging.withLastByteReceived
(Long lastByteReceived) The integer value of the last byte received in the request.withRegistryId
(String registryId) The registry ID associated with the request.withRepositoryName
(String repositoryName) The repository name associated with the request.withUploadId
(String uploadId) The upload ID associated with the request.
-
Constructor Details
-
UploadLayerPartResult
public UploadLayerPartResult()
-
-
Method Details
-
setRegistryId
The registry ID associated with the request.
- Parameters:
registryId
- The registry ID associated with the request.
-
getRegistryId
The registry ID associated with the request.
- Returns:
- The registry ID associated with the request.
-
withRegistryId
The registry ID associated with the request.
- Parameters:
registryId
- The registry ID associated with the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setRepositoryName
The repository name associated with the request.
- Parameters:
repositoryName
- The repository name associated with the request.
-
getRepositoryName
The repository name associated with the request.
- Returns:
- The repository name associated with the request.
-
withRepositoryName
The repository name associated with the request.
- Parameters:
repositoryName
- The repository name associated with the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setUploadId
The upload ID associated with the request.
- Parameters:
uploadId
- The upload ID associated with the request.
-
getUploadId
The upload ID associated with the request.
- Returns:
- The upload ID associated with the request.
-
withUploadId
The upload ID associated with the request.
- Parameters:
uploadId
- The upload ID associated with the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setLastByteReceived
The integer value of the last byte received in the request.
- Parameters:
lastByteReceived
- The integer value of the last byte received in the request.
-
getLastByteReceived
The integer value of the last byte received in the request.
- Returns:
- The integer value of the last byte received in the request.
-
withLastByteReceived
The integer value of the last byte received in the request.
- Parameters:
lastByteReceived
- The integer value of the last byte received in the request.- 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
-