Struct: eventstream.Int16Value

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

Overview

Get returns the underlying value.

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 Int16Value) Get() interface{}



236
237
238
// File 'aws/protocol/eventstream/header_value.go', line 236

func (v Int16Value) Get() interface{} { return int16(v) }

func (v Int16Value) String() string



245
246
247
// File 'aws/protocol/eventstream/header_value.go', line 245

func (v Int16Value) String() string { return fmt.Sprintf("0x%04x", int16(v)) }