Struct: eventstream.Int32Value

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



273
274
275
// File 'aws/protocol/eventstream/header_value.go', line 273

func (v Int32Value) Get() interface{} { return int32(v) }

func (v Int32Value) String() string



282
283
284
// File 'aws/protocol/eventstream/header_value.go', line 282

func (v Int32Value) String() string { return fmt.Sprintf("0x%08x", int32(v)) }