AWS SDK for C++  0.14.3
AWS SDK for C++
Namespaces | Enumerations | Functions
SampleType.h File Reference
#include <aws/devicefarm/DeviceFarm_EXPORTS.h>
#include <aws/core/utils/memory/stl/AWSString.h>

Go to the source code of this file.

Namespaces

 Aws
 JSON (JavaScript Object Notation).
 
 Aws::DeviceFarm
 
 Aws::DeviceFarm::Model
 
 Aws::DeviceFarm::Model::SampleTypeMapper
 

Enumerations

enum  Aws::DeviceFarm::Model::SampleType {
  Aws::DeviceFarm::Model::SampleType::NOT_SET, Aws::DeviceFarm::Model::SampleType::CPU, Aws::DeviceFarm::Model::SampleType::MEMORY, Aws::DeviceFarm::Model::SampleType::THREADS,
  Aws::DeviceFarm::Model::SampleType::RX_RATE, Aws::DeviceFarm::Model::SampleType::TX_RATE, Aws::DeviceFarm::Model::SampleType::RX, Aws::DeviceFarm::Model::SampleType::TX,
  Aws::DeviceFarm::Model::SampleType::NATIVE_FRAMES, Aws::DeviceFarm::Model::SampleType::NATIVE_FPS, Aws::DeviceFarm::Model::SampleType::NATIVE_MIN_DRAWTIME, Aws::DeviceFarm::Model::SampleType::NATIVE_AVG_DRAWTIME,
  Aws::DeviceFarm::Model::SampleType::NATIVE_MAX_DRAWTIME, Aws::DeviceFarm::Model::SampleType::OPENGL_FRAMES, Aws::DeviceFarm::Model::SampleType::OPENGL_FPS, Aws::DeviceFarm::Model::SampleType::OPENGL_MIN_DRAWTIME,
  Aws::DeviceFarm::Model::SampleType::OPENGL_AVG_DRAWTIME, Aws::DeviceFarm::Model::SampleType::OPENGL_MAX_DRAWTIME
}
 

Functions

AWS_DEVICEFARM_API SampleType Aws::DeviceFarm::Model::SampleTypeMapper::GetSampleTypeForName (const Aws::String &name)
 
AWS_DEVICEFARM_API Aws::String Aws::DeviceFarm::Model::SampleTypeMapper::GetNameForSampleType (SampleType value)