Struct: eventstream.Int8Value

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



198
199
200
// File 'aws/protocol/eventstream/header_value.go', line 198

func (v Int8Value) Get() interface{} { return int8(v) }

func (v Int8Value) String() string



207
208
209
// File 'aws/protocol/eventstream/header_value.go', line 207

func (v Int8Value) String() string { return fmt.Sprintf("0x%02x", int8(v)) }