Struct: eventstream.BoolValue

import "../ibm-cos-sdk-go-v2/aws/protocol/eventstream"

Overview

Get returns the underlying type

Implemented Interfaces

types.AnalyticsFilter, v4.HTTPPresigner, s3.HTTPPresignerV4, types.MetricsFilter, s3.PresignPost, arn.S3ObjectLambdaARN, types.SelectObjectContentEventStream, eventstream.Value

Method Summary collapse

Method Details

func (v BoolValue) Get() interface{}



171
172
173
// File 'aws/protocol/eventstream/header_value.go', line 171

func (v BoolValue) Get() interface{} { return bool(v) }

func (v BoolValue) String() string



183
184
185
// File 'aws/protocol/eventstream/header_value.go', line 183

func (v BoolValue) String() string { return strconv.FormatBool(bool(v)) }