Struct: endpoints.DecodeModelOptions

import "../ibm-cos-sdk-go/aws/endpoints"

Overview

A DecodeModelOptions are the options for how the endpoints model definition are decoded.

Implemented Interfaces

s3crypto.Cipher, s3manager.ReadSeekerWriteTo, s3manager.WriterReadFrom

Structure Field Summary collapse

Method Summary collapse

Structure Field Details

SkipCustomizations bool

Method Details

func (d *DecodeModelOptions) Set(optFns ...func(*DecodeModelOptions))

Set combines all of the option functions together.



19
20
21
22
23
// File 'aws/endpoints/decode.go', line 19

func (d *DecodeModelOptions) Set(optFns ...func(*DecodeModelOptions)) { for _, fn := range optFns { fn(d) } }