Package com.amazonaws.services.ecr.model
Class CompleteLayerUploadResult
java.lang.Object
com.amazonaws.services.ecr.model.CompleteLayerUploadResult
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
Thesha256
digest of the image layer.The registry ID associated with the request.The repository name associated with the request.The upload ID associated with the layer.int
hashCode()
void
setLayerDigest
(String layerDigest) Thesha256
digest of the image layer.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 layer.toString()
Returns a string representation of this object; useful for testing and debugging.withLayerDigest
(String layerDigest) Thesha256
digest of the image layer.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 layer.
-
Constructor Details
-
CompleteLayerUploadResult
public CompleteLayerUploadResult()
-
-
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 layer.
- Parameters:
uploadId
- The upload ID associated with the layer.
-
getUploadId
The upload ID associated with the layer.
- Returns:
- The upload ID associated with the layer.
-
withUploadId
The upload ID associated with the layer.
- Parameters:
uploadId
- The upload ID associated with the layer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setLayerDigest
The
sha256
digest of the image layer.- Parameters:
layerDigest
- Thesha256
digest of the image layer.
-
getLayerDigest
The
sha256
digest of the image layer.- Returns:
- The
sha256
digest of the image layer.
-
withLayerDigest
The
sha256
digest of the image layer.- Parameters:
layerDigest
- Thesha256
digest of the image layer.- 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
-