TransferUtility
@Deprecated
public class CopyResult
extends java.lang.Object
See TransferManager
for more information about creating transfers.
Constructor and Description |
---|
CopyResult()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDestinationBucketName()
Deprecated.
Gets the destination bucket name which will contain the new, copied
object.
|
java.lang.String |
getDestinationKey()
Deprecated.
Gets the destination bucket key under which the new, copied object will
be stored.
|
java.lang.String |
getETag()
Deprecated.
Returns the entity tag identifying the new object.
|
java.lang.String |
getSourceBucketName()
Deprecated.
Gets the name of the bucket containing the source object to be copied.
|
java.lang.String |
getSourceKey()
Deprecated.
Gets the source bucket key under which the source object to be copied is
stored.
|
java.lang.String |
getVersionId()
Deprecated.
Returns the version ID of the new object.
|
void |
setDestinationBucketName(java.lang.String destinationBucketName)
Deprecated.
Sets the destination bucket name which will contain the new, copied
object.
|
void |
setDestinationKey(java.lang.String destinationKey)
Deprecated.
Sets the destination bucket key under which the new, copied object will
be stored.
|
void |
setETag(java.lang.String etag)
Deprecated.
Sets the entity tag identifying the new object.
|
void |
setSourceBucketName(java.lang.String sourceBucketName)
Deprecated.
Sets the name of the bucket containing the source object to be copied.
|
void |
setSourceKey(java.lang.String sourceKey)
Deprecated.
Sets the source bucket key under which the source object to be copied is
stored.
|
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 getSourceBucketName()
setSourceBucketName(String sourceBucketName)
public void setSourceBucketName(java.lang.String sourceBucketName)
sourceBucketName
- The name of the bucket containing the source
object to be copied.getSourceBucketName()
public java.lang.String getSourceKey()
setSourceKey(String sourceKey)
public void setSourceKey(java.lang.String sourceKey)
sourceKey
- The source bucket key under which the source object to
be copied is stored.setSourceKey(String sourceKey)
public java.lang.String getDestinationBucketName()
setDestinationBucketName(String destinationBucketName)
public void setDestinationBucketName(java.lang.String destinationBucketName)
destinationBucketName
- The name of the destination bucket which
will contain the new, copied object.getDestinationBucketName()
public java.lang.String getDestinationKey()
setDestinationKey(String destinationKey)
public void setDestinationKey(java.lang.String destinationKey)
destinationKey
- The destination bucket key under which the new,
copied object will be stored.getDestinationKey()
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.