public interface S3VersionResult
| Modifier and Type | Method and Description | 
|---|---|
| String | getVersionId()Gets the version ID of the newly copied object. | 
| void | setVersionId(String versionId)Sets the version ID of the newly copied object. | 
void setVersionId(String versionId)
versionId - The version ID of the newly copied object.CopyObjectResult.getVersionId(), 
CompleteMultipartUploadResult.getVersionId(), 
PutObjectResult.getVersionId()String getVersionId()
CopyObjectResult.setVersionId(String), 
CompleteMultipartUploadResult.getVersionId(), 
PutObjectResult.getVersionId()