AWS SDK for C++

AWS SDK for C++ Version 1.11.605

Loading...
Searching...
No Matches
Public Member Functions | List of all members
Aws::Lambda::Model::InvokeWithResponseStreamCompleteEvent Class Reference

#include <InvokeWithResponseStreamCompleteEvent.h>

Public Member Functions

AWS_LAMBDA_API InvokeWithResponseStreamCompleteEvent ()=default
 
 
 
AWS_LAMBDA_API Aws::Utils::Json::JsonValue Jsonize () const
 
const Aws::StringGetErrorCode () const
 
bool ErrorCodeHasBeenSet () const
 
template<typename ErrorCodeT = Aws::String>
void SetErrorCode (ErrorCodeT &&value)
 
template<typename ErrorCodeT = Aws::String>
 
const Aws::StringGetErrorDetails () const
 
bool ErrorDetailsHasBeenSet () const
 
template<typename ErrorDetailsT = Aws::String>
void SetErrorDetails (ErrorDetailsT &&value)
 
template<typename ErrorDetailsT = Aws::String>
 
const Aws::StringGetLogResult () const
 
bool LogResultHasBeenSet () const
 
template<typename LogResultT = Aws::String>
void SetLogResult (LogResultT &&value)
 
template<typename LogResultT = Aws::String>
 

Detailed Description

A response confirming that the event stream is complete.

See Also:

AWS API Reference

Definition at line 32 of file InvokeWithResponseStreamCompleteEvent.h.

Constructor & Destructor Documentation

◆ InvokeWithResponseStreamCompleteEvent() [1/2]

AWS_LAMBDA_API Aws::Lambda::Model::InvokeWithResponseStreamCompleteEvent::InvokeWithResponseStreamCompleteEvent ( )
default

◆ InvokeWithResponseStreamCompleteEvent() [2/2]

AWS_LAMBDA_API Aws::Lambda::Model::InvokeWithResponseStreamCompleteEvent::InvokeWithResponseStreamCompleteEvent ( Aws::Utils::Json::JsonView  jsonValue)

Member Function Documentation

◆ ErrorCodeHasBeenSet()

bool Aws::Lambda::Model::InvokeWithResponseStreamCompleteEvent::ErrorCodeHasBeenSet ( ) const
inline

An error code.

Definition at line 46 of file InvokeWithResponseStreamCompleteEvent.h.

◆ ErrorDetailsHasBeenSet()

bool Aws::Lambda::Model::InvokeWithResponseStreamCompleteEvent::ErrorDetailsHasBeenSet ( ) const
inline

The details of any returned error.

Definition at line 58 of file InvokeWithResponseStreamCompleteEvent.h.

◆ GetErrorCode()

const Aws::String & Aws::Lambda::Model::InvokeWithResponseStreamCompleteEvent::GetErrorCode ( ) const
inline

An error code.

Definition at line 45 of file InvokeWithResponseStreamCompleteEvent.h.

◆ GetErrorDetails()

const Aws::String & Aws::Lambda::Model::InvokeWithResponseStreamCompleteEvent::GetErrorDetails ( ) const
inline

The details of any returned error.

Definition at line 57 of file InvokeWithResponseStreamCompleteEvent.h.

◆ GetLogResult()

const Aws::String & Aws::Lambda::Model::InvokeWithResponseStreamCompleteEvent::GetLogResult ( ) const
inline

The last 4 KB of the execution log, which is base64-encoded.

Definition at line 69 of file InvokeWithResponseStreamCompleteEvent.h.

◆ Jsonize()

AWS_LAMBDA_API Aws::Utils::Json::JsonValue Aws::Lambda::Model::InvokeWithResponseStreamCompleteEvent::Jsonize ( ) const

◆ LogResultHasBeenSet()

bool Aws::Lambda::Model::InvokeWithResponseStreamCompleteEvent::LogResultHasBeenSet ( ) const
inline

The last 4 KB of the execution log, which is base64-encoded.

Definition at line 70 of file InvokeWithResponseStreamCompleteEvent.h.

◆ operator=()

AWS_LAMBDA_API InvokeWithResponseStreamCompleteEvent & Aws::Lambda::Model::InvokeWithResponseStreamCompleteEvent::operator= ( Aws::Utils::Json::JsonView  jsonValue)

◆ SetErrorCode()

template<typename ErrorCodeT = Aws::String>
void Aws::Lambda::Model::InvokeWithResponseStreamCompleteEvent::SetErrorCode ( ErrorCodeT &&  value)
inline

An error code.

Definition at line 48 of file InvokeWithResponseStreamCompleteEvent.h.

◆ SetErrorDetails()

template<typename ErrorDetailsT = Aws::String>
void Aws::Lambda::Model::InvokeWithResponseStreamCompleteEvent::SetErrorDetails ( ErrorDetailsT &&  value)
inline

The details of any returned error.

Definition at line 60 of file InvokeWithResponseStreamCompleteEvent.h.

◆ SetLogResult()

template<typename LogResultT = Aws::String>
void Aws::Lambda::Model::InvokeWithResponseStreamCompleteEvent::SetLogResult ( LogResultT &&  value)
inline

The last 4 KB of the execution log, which is base64-encoded.

Definition at line 72 of file InvokeWithResponseStreamCompleteEvent.h.

◆ WithErrorCode()

template<typename ErrorCodeT = Aws::String>
InvokeWithResponseStreamCompleteEvent & Aws::Lambda::Model::InvokeWithResponseStreamCompleteEvent::WithErrorCode ( ErrorCodeT &&  value)
inline

An error code.

Definition at line 50 of file InvokeWithResponseStreamCompleteEvent.h.

◆ WithErrorDetails()

template<typename ErrorDetailsT = Aws::String>
InvokeWithResponseStreamCompleteEvent & Aws::Lambda::Model::InvokeWithResponseStreamCompleteEvent::WithErrorDetails ( ErrorDetailsT &&  value)
inline

The details of any returned error.

Definition at line 62 of file InvokeWithResponseStreamCompleteEvent.h.

◆ WithLogResult()

template<typename LogResultT = Aws::String>
InvokeWithResponseStreamCompleteEvent & Aws::Lambda::Model::InvokeWithResponseStreamCompleteEvent::WithLogResult ( LogResultT &&  value)
inline

The last 4 KB of the execution log, which is base64-encoded.

Definition at line 74 of file InvokeWithResponseStreamCompleteEvent.h.


The documentation for this class was generated from the following file: