Struct: eventstream.Int64Value

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



310
311
312
// File 'aws/protocol/eventstream/header_value.go', line 310

func (v Int64Value) Get() interface{} { return int64(v) }

func (v Int64Value) String() string



319
320
321
// File 'aws/protocol/eventstream/header_value.go', line 319

func (v Int64Value) String() string { return fmt.Sprintf("0x%016x", int64(v)) }