AWS SDK for C++  0.12.9
AWS SDK for C++
Namespaces | Enumerations | Functions
CloseStatus.h File Reference
#include <aws/swf/SWF_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::SWF
 
 Aws::SWF::Model
 
 Aws::SWF::Model::CloseStatusMapper
 

Enumerations

enum  Aws::SWF::Model::CloseStatus {
  Aws::SWF::Model::CloseStatus::NOT_SET, Aws::SWF::Model::CloseStatus::COMPLETED, Aws::SWF::Model::CloseStatus::FAILED, Aws::SWF::Model::CloseStatus::CANCELED,
  Aws::SWF::Model::CloseStatus::TERMINATED, Aws::SWF::Model::CloseStatus::CONTINUED_AS_NEW, Aws::SWF::Model::CloseStatus::TIMED_OUT
}
 

Functions

AWS_SWF_API CloseStatus Aws::SWF::Model::CloseStatusMapper::GetCloseStatusForName (const Aws::String &name)
 
AWS_SWF_API Aws::String Aws::SWF::Model::CloseStatusMapper::GetNameForCloseStatus (CloseStatus value)