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-supplychain
include
aws
supplychain
model
ConfigurationJobStatus.h
1
6
#pragma once
7
#include <aws/supplychain/SupplyChain_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
SupplyChain
13
{
14
namespace
Model
15
{
16
enum class
ConfigurationJobStatus
17
{
18
NOT_SET
,
19
NEW_
,
20
FAILED
,
21
IN_PROGRESS
,
22
QUEUED
,
23
SUCCESS
24
};
25
26
namespace
ConfigurationJobStatusMapper
27
{
28
AWS_SUPPLYCHAIN_API
ConfigurationJobStatus
GetConfigurationJobStatusForName
(
const
Aws::String
& name);
29
30
AWS_SUPPLYCHAIN_API
Aws::String
GetNameForConfigurationJobStatus
(
ConfigurationJobStatus
value);
31
}
// namespace ConfigurationJobStatusMapper
32
}
// namespace Model
33
}
// namespace SupplyChain
34
}
// namespace Aws
Aws::SupplyChain::Model::ConfigurationJobStatusMapper::GetNameForConfigurationJobStatus
AWS_SUPPLYCHAIN_API Aws::String GetNameForConfigurationJobStatus(ConfigurationJobStatus value)
Aws::SupplyChain::Model::ConfigurationJobStatusMapper::GetConfigurationJobStatusForName
AWS_SUPPLYCHAIN_API ConfigurationJobStatus GetConfigurationJobStatusForName(const Aws::String &name)
Aws::SupplyChain::Model::ConfigurationJobStatus
ConfigurationJobStatus
Definition
ConfigurationJobStatus.h:17
Aws::SupplyChain::Model::ConfigurationJobStatus::NOT_SET
@ NOT_SET
Aws::SupplyChain::Model::ConfigurationJobStatus::QUEUED
@ QUEUED
Aws::SupplyChain::Model::ConfigurationJobStatus::NEW_
@ NEW_
Aws::SupplyChain::Model::ConfigurationJobStatus::FAILED
@ FAILED
Aws::SupplyChain::Model::ConfigurationJobStatus::IN_PROGRESS
@ IN_PROGRESS
Aws::SupplyChain::Model::ConfigurationJobStatus::SUCCESS
@ SUCCESS
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