Struct aws_sdk_s3::output::delete_objects_output::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for DeleteObjectsOutput
Implementations
Appends an item to deleted
.
To override the contents of this collection use set_deleted
.
Container element for a successful delete. It identifies the object that was successfully deleted.
Container element for a successful delete. It identifies the object that was successfully deleted.
If present, indicates that the requester was successfully charged for the request.
If present, indicates that the requester was successfully charged for the request.
Appends an item to errors
.
To override the contents of this collection use set_errors
.
Container for a failed delete action that describes the object that Amazon S3 attempted to delete and the error it encountered.
Container for a failed delete action that describes the object that Amazon S3 attempted to delete and the error it encountered.
Consumes the builder and constructs a DeleteObjectsOutput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more