Struct: s3.PutObjectTaggingOutput

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

VersionId *string `location:"header" locationName:"x-amz-version-id" type:"string"`

The versionId of the object the tag-set was added to.

_ struct{} `type:"structure"`

Method Details

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



20867
20868
20869
// File 'service/s3/api.go', line 20867

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

func (s *PutObjectTaggingOutput) SetVersionId(v string) *PutObjectTaggingOutput

SetVersionId sets the VersionId field's value.



20872
20873
20874
20875
// File 'service/s3/api.go', line 20872

func (s *PutObjectTaggingOutput) SetVersionId(v string) *PutObjectTaggingOutput { s.VersionId = &v return s }

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



20858
20859
20860
// File 'service/s3/api.go', line 20858

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