TransferUtility
@Deprecated
public class UploadResult
extends java.lang.Object
See TransferManager
for more information about creating transfers.
Constructor and Description |
---|
UploadResult()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBucketName()
Deprecated.
Returns the name of the bucket containing the uploaded object.
|
java.lang.String |
getETag()
Deprecated.
Returns the entity tag identifying the new object.
|
java.lang.String |
getKey()
Deprecated.
Returns the key by which the newly created object is stored.
|
java.lang.String |
getVersionId()
Deprecated.
Returns the version ID of the new object.
|
void |
setBucketName(java.lang.String bucketName)
Deprecated.
Sets the name of the bucket containing the uploaded object.
|
void |
setETag(java.lang.String etag)
Deprecated.
Sets the entity tag identifying the new object.
|
void |
setKey(java.lang.String key)
Deprecated.
Sets the key of the newly created object.
|
void |
setVersionId(java.lang.String versionId)
Deprecated.
Sets the version ID of the new object, only present if versioning has
been enabled for the bucket.
|
public java.lang.String getBucketName()
public void setBucketName(java.lang.String bucketName)
bucketName
- The name of the bucket containing the uploaded object.public java.lang.String getKey()
public void setKey(java.lang.String key)
public java.lang.String getETag()
public void setETag(java.lang.String etag)
etag
- The entity tag.public java.lang.String getVersionId()
public void setVersionId(java.lang.String versionId)
versionId
- The version ID of the new object, only present if
versioning has been enabled for the bucket.Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.