Class GetDownloadUrlForLayerResult

    • Constructor Detail

      • GetDownloadUrlForLayerResult

        public GetDownloadUrlForLayerResult()
    • Method Detail

      • setDownloadUrl

        public void setDownloadUrl​(String downloadUrl)

        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

        public String 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

        public GetDownloadUrlForLayerResult withDownloadUrl​(String downloadUrl)

        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

        public void setLayerDigest​(String layerDigest)

        The digest of the image layer to download.

        Parameters:
        layerDigest - The digest of the image layer to download.
      • getLayerDigest

        public String getLayerDigest()

        The digest of the image layer to download.

        Returns:
        The digest of the image layer to download.
      • withLayerDigest

        public GetDownloadUrlForLayerResult withLayerDigest​(String layerDigest)

        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

        public String toString()
        Returns a string representation of this object; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object