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



13014
13015
13016
// File 'service/s3/api.go', line 13014

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

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

SetGrants sets the Grants field's value.



13019
13020
13021
13022
// File 'service/s3/api.go', line 13019

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.



13025
13026
13027
13028
// File 'service/s3/api.go', line 13025

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.



13031
13032
13033
13034
// File 'service/s3/api.go', line 13031

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



13005
13006
13007
// File 'service/s3/api.go', line 13005

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