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-batch
include
aws
batch
model
JQStatus.h
1
6
#pragma once
7
#include <aws/batch/Batch_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
Batch
13
{
14
namespace
Model
15
{
16
enum class
JQStatus
17
{
18
NOT_SET
,
19
CREATING
,
20
UPDATING
,
21
DELETING
,
22
DELETED
,
23
VALID
,
24
INVALID
25
};
26
27
namespace
JQStatusMapper
28
{
29
AWS_BATCH_API
JQStatus
GetJQStatusForName
(
const
Aws::String
& name);
30
31
AWS_BATCH_API
Aws::String
GetNameForJQStatus
(
JQStatus
value);
32
}
// namespace JQStatusMapper
33
}
// namespace Model
34
}
// namespace Batch
35
}
// namespace Aws
Aws::Batch::Model::JQStatusMapper::GetNameForJQStatus
AWS_BATCH_API Aws::String GetNameForJQStatus(JQStatus value)
Aws::Batch::Model::JQStatusMapper::GetJQStatusForName
AWS_BATCH_API JQStatus GetJQStatusForName(const Aws::String &name)
Aws::Batch::Model::ArrayJobDependency::NOT_SET
@ NOT_SET
Aws::Batch::Model::JQStatus
JQStatus
Definition
JQStatus.h:17
Aws::Batch::Model::CEStatus::DELETED
@ DELETED
Aws::Batch::Model::CEStatus::CREATING
@ CREATING
Aws::Batch::Model::CEStatus::DELETING
@ DELETING
Aws::Batch::Model::CEStatus::VALID
@ VALID
Aws::Batch::Model::CEStatus::INVALID
@ INVALID
Aws::Batch::Model::CEStatus::UPDATING
@ UPDATING
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