CopyObjectResult class
Container for all response elements.
Constructors
- CopyObjectResult({String? eTag, DateTime? lastModified})
- CopyObjectResult.fromXml(XmlElement elem)
-
factory
Properties
- eTag → String?
-
Returns the ETag of the new object. The ETag reflects only changes to the
contents of an object, not its metadata. The source and destination ETag is
identical for a successfully copied object.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- lastModified → DateTime?
-
Returns the date that the object was last modified.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited