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::IAwsApiClientJobConfig< ClientType > Class Template Referenceabstract

Provides configuration for AWS jobs using a specific client type. More...

#include <AWSApiClientJobConfig.h>

Inherits AWSCore::IAwsApiJobConfig.

Inherited by AWSCore::AwsApiClientJobConfig< ClientType > [virtual].

Public Member Functions

virtual std::shared_ptr< ClientType > GetClient ()=0
 Returns the created AWS client for the Job.
 
- Public Member Functions inherited from AWSCore::IAwsApiJobConfig
virtual AZ::JobContext * GetJobContext ()=0
 

Detailed Description

template<class ClientType>
class AWSCore::IAwsApiClientJobConfig< ClientType >

Provides configuration for AWS jobs using a specific client type.

Member Function Documentation

◆ GetClient()

template<class ClientType >
virtual std::shared_ptr< ClientType > AWSCore::IAwsApiClientJobConfig< ClientType >::GetClient ( )
pure virtual

Returns the created AWS client for the Job.

Implemented in AWSCore::AwsApiClientJobConfig< ClientType >.


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