@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExportSnapshotResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ExportSnapshotResult() |
Modifier and Type | Method and Description |
---|---|
ExportSnapshotResult |
clone() |
boolean |
equals(Object obj) |
String |
getS3Url()
The presigned URL for the snapshot data.
|
int |
hashCode() |
void |
setS3Url(String s3Url)
The presigned URL for the snapshot data.
|
String |
toString()
Returns a string representation of this object.
|
ExportSnapshotResult |
withS3Url(String s3Url)
The presigned URL for the snapshot data.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setS3Url(String s3Url)
The presigned URL for the snapshot data.
This URL will be available for 10 minutes, and can be used to download the snapshot content. If the URL expires, a new one can be requested using the same operation.
s3Url
- The presigned URL for the snapshot data.
This URL will be available for 10 minutes, and can be used to download the snapshot content. If the URL expires, a new one can be requested using the same operation.
public String getS3Url()
The presigned URL for the snapshot data.
This URL will be available for 10 minutes, and can be used to download the snapshot content. If the URL expires, a new one can be requested using the same operation.
This URL will be available for 10 minutes, and can be used to download the snapshot content. If the URL expires, a new one can be requested using the same operation.
public ExportSnapshotResult withS3Url(String s3Url)
The presigned URL for the snapshot data.
This URL will be available for 10 minutes, and can be used to download the snapshot content. If the URL expires, a new one can be requested using the same operation.
s3Url
- The presigned URL for the snapshot data.
This URL will be available for 10 minutes, and can be used to download the snapshot content. If the URL expires, a new one can be requested using the same operation.
public String toString()
toString
in class Object
Object.toString()
public ExportSnapshotResult clone()