Open 3D Engine AWSCore Gem API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AWSCore::ServiceTraits< ServiceTraitsType > Class Template Reference

#include <ServiceClientJobConfig.h>

Static Public Attributes

static const char * ServiceName = ServiceTraitsType::GetServiceName()
 
static const char * RESTApiIdKeyName = ServiceTraitsType::GetRESTApiIdKeyName()
 
static const char * RESTApiStageKeyName = ServiceTraitsType::GetRESTApiStageKeyName()
 

Detailed Description

template<class ServiceTraitsType>
class AWSCore::ServiceTraits< ServiceTraitsType >

Encapsulates what code needs to know about a service in order to use it with a service job. Use the DEFINE_SERVICE_TRAITS macro to simplify the definition of these types.

Parameters
ServiceTraitsType- must implement the following static functions:

const char* GetServiceName(); const char* GetRESTApiIdKeyName(); const char* GetRESTApiStageKeyName();


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