AWS SDK for C++
AWS SDK for C++ Version 1.11.762
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/core/utils/memory/stl/AWSString.h>
8
#include <aws/supplychain/SupplyChain_EXPORTS.h>
9
10
namespace
Aws
{
11
namespace
SupplyChain {
12
namespace
Model {
13
enum class
ConfigurationJobStatus
{
NOT_SET
,
NEW_
,
FAILED
,
IN_PROGRESS
,
QUEUED
,
SUCCESS
};
14
15
namespace
ConfigurationJobStatusMapper {
16
AWS_SUPPLYCHAIN_API
ConfigurationJobStatus
GetConfigurationJobStatusForName
(
const
Aws::String
& name);
17
18
AWS_SUPPLYCHAIN_API
Aws::String
GetNameForConfigurationJobStatus
(
ConfigurationJobStatus
value);
19
}
// namespace ConfigurationJobStatusMapper
20
}
// namespace Model
21
}
// namespace SupplyChain
22
}
// 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:13
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