Struct: s3.DeleteObjectsOutput

import "../ibm-cos-sdk-go/service/s3"

Implemented Interfaces

s3crypto.Cipher, s3manager.ReadSeekerWriteTo, s3manager.WriterReadFrom

Structure Field Summary collapse

Service Operations collapse

Structure Field Details

Deleted []*DeletedObject `type:"list" flattened:"true"`

Container element for a successful delete. It identifies the object that was successfully deleted.

Errors []*Error `locationName:"Error" type:"list" flattened:"true"`

Container for a failed delete action that describes the object that Amazon S3 attempted to delete and the error it encountered.

RequestCharged *string `location:"header" locationName:"x-amz-request-charged" type:"string" enum:"RequestCharged"`

If present, indicates that the requester was successfully charged for the request.

_ struct{} `type:"structure"`

Method Details

func (s DeleteObjectsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as “sensitive” in the API will not be included in the string output. The member name will be present, but the value will be replaced with “sensitive”.



11253
11254
11255
// File 'service/s3/api.go', line 11253

func (s DeleteObjectsOutput) GoString() string { return s.String() }

func (s *DeleteObjectsOutput) SetDeleted(v []*DeletedObject) *DeleteObjectsOutput

SetDeleted sets the Deleted field’s value.



11258
11259
11260
11261
// File 'service/s3/api.go', line 11258

func (s *DeleteObjectsOutput) SetDeleted(v []*DeletedObject) *DeleteObjectsOutput { s.Deleted = v return s }

func (s *DeleteObjectsOutput) SetErrors(v []*Error) *DeleteObjectsOutput

SetErrors sets the Errors field’s value.



11264
11265
11266
11267
// File 'service/s3/api.go', line 11264

func (s *DeleteObjectsOutput) SetErrors(v []*Error) *DeleteObjectsOutput { s.Errors = v return s }

func (s *DeleteObjectsOutput) SetRequestCharged(v string) *DeleteObjectsOutput

SetRequestCharged sets the RequestCharged field’s value.



11270
11271
11272
11273
// File 'service/s3/api.go', line 11270

func (s *DeleteObjectsOutput) SetRequestCharged(v string) *DeleteObjectsOutput { s.RequestCharged = &v return s }

func (s DeleteObjectsOutput) String() string

String returns the string representation.

API parameter values that are decorated as “sensitive” in the API will not be included in the string output. The member name will be present, but the value will be replaced with “sensitive”.



11244
11245
11246
// File 'service/s3/api.go', line 11244

func (s DeleteObjectsOutput) String() string { return awsutil.Prettify(s) }