Struct: s3.GetObjectAclOutput

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

Grants []*Grant `locationName:"AccessControlList" locationNameList:"Grant" type:"list"`

A list of grants.

Owner *Owner `type:"structure"`

Container for the bucket owner’s display name and ID.

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



13165
13166
13167
// File 'service/s3/api.go', line 13165

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

func (s *GetObjectAclOutput) SetGrants(v []*Grant) *GetObjectAclOutput

SetGrants sets the Grants field’s value.



13170
13171
13172
13173
// File 'service/s3/api.go', line 13170

func (s *GetObjectAclOutput) SetGrants(v []*Grant) *GetObjectAclOutput { s.Grants = v return s }

func (s *GetObjectAclOutput) SetOwner(v *Owner) *GetObjectAclOutput

SetOwner sets the Owner field’s value.



13176
13177
13178
13179
// File 'service/s3/api.go', line 13176

func (s *GetObjectAclOutput) SetOwner(v *Owner) *GetObjectAclOutput { s.Owner = v return s }

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

SetRequestCharged sets the RequestCharged field’s value.



13182
13183
13184
13185
// File 'service/s3/api.go', line 13182

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

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



13156
13157
13158
// File 'service/s3/api.go', line 13156

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