AWS SDK for C++
AWS SDK for C++ Version 1.11.745
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-swf
include
aws
swf
model
CloseStatus.h
1
6
#pragma once
7
#include <aws/core/utils/memory/stl/AWSString.h>
8
#include <aws/swf/SWF_EXPORTS.h>
9
10
namespace
Aws
{
11
namespace
SWF {
12
namespace
Model {
13
enum class
CloseStatus
{
NOT_SET
,
COMPLETED
,
FAILED
,
CANCELED
,
TERMINATED
,
CONTINUED_AS_NEW
,
TIMED_OUT
};
14
15
namespace
CloseStatusMapper {
16
AWS_SWF_API
CloseStatus
GetCloseStatusForName
(
const
Aws::String
& name);
17
18
AWS_SWF_API
Aws::String
GetNameForCloseStatus
(
CloseStatus
value);
19
}
// namespace CloseStatusMapper
20
}
// namespace Model
21
}
// namespace SWF
22
}
// namespace Aws
Aws::SWF::Model::CloseStatusMapper::GetCloseStatusForName
AWS_SWF_API CloseStatus GetCloseStatusForName(const Aws::String &name)
Aws::SWF::Model::CloseStatusMapper::GetNameForCloseStatus
AWS_SWF_API Aws::String GetNameForCloseStatus(CloseStatus value)
Aws::SWF::Model::CloseStatus
CloseStatus
Definition
CloseStatus.h:13
Aws::SWF::Model::CloseStatus::COMPLETED
@ COMPLETED
Aws::SWF::Model::CloseStatus::TERMINATED
@ TERMINATED
Aws::SWF::Model::CloseStatus::FAILED
@ FAILED
Aws::SWF::Model::CloseStatus::CONTINUED_AS_NEW
@ CONTINUED_AS_NEW
Aws::SWF::Model::CloseStatus::CANCELED
@ CANCELED
Aws::SWF::Model::CloseStatus::TIMED_OUT
@ TIMED_OUT
Aws::SWF::Model::ActivityTaskTimeoutType::NOT_SET
@ NOT_SET
Aws
Aws::String
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Generated by
1.9.8
Privacy |
Site terms |
Cookie preferences