AWS SDK for C++  0.14.3
AWS SDK for C++
Namespaces | Enumerations | Functions
UploadStatus.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::UploadStatusMapper
 

Enumerations

enum  Aws::DeviceFarm::Model::UploadStatus {
  Aws::DeviceFarm::Model::UploadStatus::NOT_SET, Aws::DeviceFarm::Model::UploadStatus::INITIALIZED, Aws::DeviceFarm::Model::UploadStatus::PROCESSING, Aws::DeviceFarm::Model::UploadStatus::SUCCEEDED,
  Aws::DeviceFarm::Model::UploadStatus::FAILED
}
 

Functions

AWS_DEVICEFARM_API UploadStatus Aws::DeviceFarm::Model::UploadStatusMapper::GetUploadStatusForName (const Aws::String &name)
 
AWS_DEVICEFARM_API Aws::String Aws::DeviceFarm::Model::UploadStatusMapper::GetNameForUploadStatus (UploadStatus value)