Struct: s3.GetObjectLockConfigurationOutput

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

IbmProtectionManagementState *string `location:"header" locationName:"x-ibm-protection-management-state" type:"string" enum:"IbmProtectionManagementState"`

ObjectLockConfiguration *ObjectLockConfiguration `type:"structure"`

The specified bucket’s Object Lock configuration.

_ struct{} `type:"structure" payload:"ObjectLockConfiguration"`

Method Details

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



13707
13708
13709
// File 'service/s3/api.go', line 13707

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

func (s *GetObjectLockConfigurationOutput) SetIbmProtectionManagementState(v string) *GetObjectLockConfigurationOutput

SetIbmProtectionManagementState sets the IbmProtectionManagementState field’s value.



13712
13713
13714
13715
// File 'service/s3/api.go', line 13712

func (s *GetObjectLockConfigurationOutput) SetIbmProtectionManagementState(v string) *GetObjectLockConfigurationOutput { s.IbmProtectionManagementState = &v return s }

func (s *GetObjectLockConfigurationOutput) SetObjectLockConfiguration(v *ObjectLockConfiguration) *GetObjectLockConfigurationOutput

SetObjectLockConfiguration sets the ObjectLockConfiguration field’s value.



13718
13719
13720
13721
// File 'service/s3/api.go', line 13718

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



13698
13699
13700
// File 'service/s3/api.go', line 13698

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