AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
Public Types | Static Public Member Functions | List of all members
smithy::client::Utils Class Reference

#include <AwsSmithyClientUtils.h>

Public Types

 
 
 
 
 

Static Public Member Functions

static void AppendHeaderValueToRequest (const std::shared_ptr< Aws::Http::HttpRequest > &httpRequest, const Aws::String &header, const Aws::String &value)
 
static void AddContentBodyToRequest (const std::shared_ptr< Aws::Http::HttpRequest > &httpRequest, const std::shared_ptr< Aws::IOStream > &body, const std::shared_ptr< Aws::Http::HttpClient > &httpClient, bool needsContentMd5, bool isChunked)
 
static bool DoesResponseGenerateError (const std::shared_ptr< Aws::Http::HttpResponse > &response)
 
 

Detailed Description

Definition at line 25 of file AwsSmithyClientUtils.h.

Member Typedef Documentation

◆ ClientError

Definition at line 32 of file AwsSmithyClientUtils.h.

◆ DateFormat

Definition at line 31 of file AwsSmithyClientUtils.h.

◆ DateTime

Definition at line 30 of file AwsSmithyClientUtils.h.

◆ HeaderValueCollection

Definition at line 29 of file AwsSmithyClientUtils.h.

◆ HttpMethod

Definition at line 28 of file AwsSmithyClientUtils.h.

Member Function Documentation

◆ AddContentBodyToRequest()

static void smithy::client::Utils::AddContentBodyToRequest ( const std::shared_ptr< Aws::Http::HttpRequest > &  httpRequest,
const std::shared_ptr< Aws::IOStream > &  body,
const std::shared_ptr< Aws::Http::HttpClient > &  httpClient,
bool  needsContentMd5,
bool  isChunked 
)
inlinestatic

Definition at line 53 of file AwsSmithyClientUtils.h.

◆ AppendHeaderValueToRequest()

static void smithy::client::Utils::AppendHeaderValueToRequest ( const std::shared_ptr< Aws::Http::HttpRequest > &  httpRequest,
const Aws::String header,
const Aws::String value 
)
inlinestatic

Definition at line 34 of file AwsSmithyClientUtils.h.

◆ DoesResponseGenerateError()

static bool smithy::client::Utils::DoesResponseGenerateError ( const std::shared_ptr< Aws::Http::HttpResponse > &  response)
inlinestatic

Definition at line 130 of file AwsSmithyClientUtils.h.

◆ GetServerTimeFromError()

static Aws::Utils::DateTime smithy::client::Utils::GetServerTimeFromError ( const ClientError error)
inlinestatic

Definition at line 143 of file AwsSmithyClientUtils.h.


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