Struct: s3.PutObjectLockConfigurationOutput

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

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 PutObjectLockConfigurationOutput) 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”.



20426
20427
20428
// File 'service/s3/api.go', line 20426

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

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

SetRequestCharged sets the RequestCharged field's value.



20431
20432
20433
20434
// File 'service/s3/api.go', line 20431

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

func (s PutObjectLockConfigurationOutput) 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”.



20417
20418
20419
// File 'service/s3/api.go', line 20417

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