Package org.jclouds.s3.domain.internal
Class CopyObjectResult
java.lang.Object
org.jclouds.s3.domain.internal.CopyObjectResult
- All Implemented Interfaces:
Comparable<ObjectMetadata>
,ObjectMetadata
Returns the metadata parsable from a bucket listing
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.jclouds.s3.domain.ObjectMetadata
ObjectMetadata.StorageClass
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
boolean
Can be used to specify caching behavior along the request/reply chain.getETag()
getKey()
The key is the handle that you assign to an object that allows you retrieve it later.getOwner()
Every bucket and object in Amazon S3 has an owner, the user that created the bucket or object.Currently defaults to 'STANDARD' and not used.getUri()
int
hashCode()
toString()
-
Constructor Details
-
CopyObjectResult
-
-
Method Details
-
getKey
The key is the handle that you assign to an object that allows you retrieve it later. A key is a sequence of Unicode characters whose UTF-8 encoding is at most 1024 bytes long. Each object in a bucket must have a unique key.- Specified by:
getKey
in interfaceObjectMetadata
- See Also:
-
getBucket
- Specified by:
getBucket
in interfaceObjectMetadata
-
getUri
- Specified by:
getUri
in interfaceObjectMetadata
-
getOwner
Every bucket and object in Amazon S3 has an owner, the user that created the bucket or object. The owner of a bucket or object cannot be changed. However, if the object is overwritten by another user (deleted and rewritten), the new object will have a new owner.- Specified by:
getOwner
in interfaceObjectMetadata
-
getStorageClass
Currently defaults to 'STANDARD' and not used.- Specified by:
getStorageClass
in interfaceObjectMetadata
-
getCacheControl
Can be used to specify caching behavior along the request/reply chain.- Specified by:
getCacheControl
in interfaceObjectMetadata
-
getLastModified
- Specified by:
getLastModified
in interfaceObjectMetadata
-
getETag
- Specified by:
getETag
in interfaceObjectMetadata
-
compareTo
- Specified by:
compareTo
in interfaceComparable<ObjectMetadata>
-
getUserMetadata
- Specified by:
getUserMetadata
in interfaceObjectMetadata
-
getContentMetadata
- Specified by:
getContentMetadata
in interfaceObjectMetadata
-
hashCode
public int hashCode() -
equals
-
toString
-