AWS SDK for C++
AWS SDK for C++ Version 1.11.440
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/swf/SWF_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
SWF
13
{
14
namespace
Model
15
{
16
enum class
CloseStatus
17
{
18
NOT_SET
,
19
COMPLETED
,
20
FAILED
,
21
CANCELED
,
22
TERMINATED
,
23
CONTINUED_AS_NEW
,
24
TIMED_OUT
25
};
26
27
namespace
CloseStatusMapper
28
{
29
AWS_SWF_API
CloseStatus
GetCloseStatusForName
(
const
Aws::String
& name);
30
31
AWS_SWF_API
Aws::String
GetNameForCloseStatus
(
CloseStatus
value);
32
}
// namespace CloseStatusMapper
33
}
// namespace Model
34
}
// namespace SWF
35
}
// 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:17
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