Package com.amazonaws.services.ecr.model
Class GetDownloadUrlForLayerResult
java.lang.Object
com.amazonaws.services.ecr.model.GetDownloadUrlForLayerResult
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The pre-signed Amazon S3 download URL for the requested layer.The digest of the image layer to download.int
hashCode()
void
setDownloadUrl
(String downloadUrl) The pre-signed Amazon S3 download URL for the requested layer.void
setLayerDigest
(String layerDigest) The digest of the image layer to download.toString()
Returns a string representation of this object; useful for testing and debugging.withDownloadUrl
(String downloadUrl) The pre-signed Amazon S3 download URL for the requested layer.withLayerDigest
(String layerDigest) The digest of the image layer to download.
-
Constructor Details
-
GetDownloadUrlForLayerResult
public GetDownloadUrlForLayerResult()
-
-
Method Details
-
setDownloadUrl
The pre-signed Amazon S3 download URL for the requested layer.
- Parameters:
downloadUrl
- The pre-signed Amazon S3 download URL for the requested layer.
-
getDownloadUrl
The pre-signed Amazon S3 download URL for the requested layer.
- Returns:
- The pre-signed Amazon S3 download URL for the requested layer.
-
withDownloadUrl
The pre-signed Amazon S3 download URL for the requested layer.
- Parameters:
downloadUrl
- The pre-signed Amazon S3 download URL for the requested layer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setLayerDigest
The digest of the image layer to download.
- Parameters:
layerDigest
- The digest of the image layer to download.
-
getLayerDigest
The digest of the image layer to download.
- Returns:
- The digest of the image layer to download.
-
withLayerDigest
The digest of the image layer to download.
- Parameters:
layerDigest
- The digest of the image layer to download.- 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
-