java.lang.Object | |
↳ | org.mule.module.s3.model.CopyPartResult |
Result of the copy part operation.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
long | serialVersionUID |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
etag | The ETag value of the new part | ||||||||||
lastModifiedDate | The last modified date for the new part | ||||||||||
partNumber | The part number of the copied part | ||||||||||
versionId | The version ID of the source object. |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Gets the ETag value for the new part that was created in the associated.
| |||||||||||
Gets the date the newly copied part was last modified.
| |||||||||||
Returns an identifier which identifies the copy part by its part number and the entity tag computed from the part's data.
| |||||||||||
Gets the part number of the newly copied part.
| |||||||||||
Gets the version ID of the source object.
| |||||||||||
Sets the ETag value for the new part that was created from the associated copy object request.
| |||||||||||
Sets the date the newly copied part was last modified.
| |||||||||||
Sets the part number of the newly copied part.
| |||||||||||
Sets the version ID of the source object.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
The ETag value of the new part
The last modified date for the new part
The part number of the copied part
The version ID of the source object. This field will only be present if object versioning has been enabled for the bucket from which the object was copied.
Gets the ETag value for the new part that was created in the associated.
Gets the date the newly copied part was last modified.
Returns an identifier which identifies the copy part by its part number and the entity tag computed from the part's data. This information is later needed to complete a multipart copy.
Gets the part number of the newly copied part.
Gets the version ID of the source object. This field is only present if object versioning has been enabled for the bucket the object was copied from.
Sets the ETag value for the new part that was created from the associated copy object request.
etag | The ETag value for the new part. |
---|
Sets the date the newly copied part was last modified.
lastModifiedDate | The date the new, copied part was last modified. |
---|
Sets the part number of the newly copied part.
partNumber | The part number of the newly uploaded part. |
---|
Sets the version ID of the source object.
versionId | The version ID of the source object. |
---|