public final class PresignedUrlDownloadResult extends Object
AmazonS3.download(PresignedUrlDownloadRequest)
operation.
This class currently exposes S3Object
which represents an object stored in Amazon S3. This object contains
the data content and the object metadata stored by Amazon S3, such as content type, content length, etc.Constructor and Description |
---|
PresignedUrlDownloadResult() |
Modifier and Type | Method and Description |
---|---|
S3Object |
getS3Object() |
void |
setS3Object(S3Object s3Object) |
PresignedUrlDownloadResult |
withS3Object(S3Object s3Object) |
public void setS3Object(S3Object s3Object)
s3Object
- sets the S3Object
returned from Amazon S3 for the
AmazonS3.download(PresignedUrlDownloadRequest)
operation.public PresignedUrlDownloadResult withS3Object(S3Object s3Object)
s3Object
- sets the S3Object
returned from Amazon S3 for the
AmazonS3.download(PresignedUrlDownloadRequest)
operation.Copyright © 2024. All rights reserved.