@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetDownloadUrlForLayerResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetDownloadUrlForLayerResult() |
| Modifier and Type | Method and Description |
|---|---|
GetDownloadUrlForLayerResult |
clone() |
boolean |
equals(Object obj) |
String |
getDownloadUrl()
The pre-signed Amazon S3 download URL for the requested layer.
|
String |
getLayerDigest()
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.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetDownloadUrlForLayerResult |
withDownloadUrl(String downloadUrl)
The pre-signed Amazon S3 download URL for the requested layer.
|
GetDownloadUrlForLayerResult |
withLayerDigest(String layerDigest)
The digest of the image layer to download.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setDownloadUrl(String downloadUrl)
The pre-signed Amazon S3 download URL for the requested layer.
downloadUrl - The pre-signed Amazon S3 download URL for the requested layer.public String getDownloadUrl()
The pre-signed Amazon S3 download URL for the requested layer.
public GetDownloadUrlForLayerResult withDownloadUrl(String downloadUrl)
The pre-signed Amazon S3 download URL for the requested layer.
downloadUrl - The pre-signed Amazon S3 download URL for the requested layer.public void setLayerDigest(String layerDigest)
The digest of the image layer to download.
layerDigest - The digest of the image layer to download.public String getLayerDigest()
The digest of the image layer to download.
public GetDownloadUrlForLayerResult withLayerDigest(String layerDigest)
The digest of the image layer to download.
layerDigest - The digest of the image layer to download.public String toString()
toString in class ObjectObject.toString()public GetDownloadUrlForLayerResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.