AWS SDK for C++
AWS SDK for C++ Version 1.11.717
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
namespace
Batch {
12
namespace
Model {
13
enum class
JQStatus
{
NOT_SET
,
CREATING
,
UPDATING
,
DELETING
,
DELETED
,
VALID
,
INVALID
};
14
15
namespace
JQStatusMapper {
16
AWS_BATCH_API
JQStatus
GetJQStatusForName
(
const
Aws::String
& name);
17
18
AWS_BATCH_API
Aws::String
GetNameForJQStatus
(
JQStatus
value);
19
}
// namespace JQStatusMapper
20
}
// namespace Model
21
}
// namespace Batch
22
}
// 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:13
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