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
InstanceState.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
InstanceState
17
{
18
NOT_SET
,
19
Initializing
,
20
Active
,
21
CreateFailed
,
22
DeleteFailed
,
23
Deleting
,
24
Deleted
25
};
26
27
namespace
InstanceStateMapper
28
{
29
AWS_SUPPLYCHAIN_API
InstanceState
GetInstanceStateForName
(
const
Aws::String
& name);
30
31
AWS_SUPPLYCHAIN_API
Aws::String
GetNameForInstanceState
(
InstanceState
value);
32
}
// namespace InstanceStateMapper
33
}
// namespace Model
34
}
// namespace SupplyChain
35
}
// namespace Aws
Aws::SupplyChain::Model::InstanceStateMapper::GetNameForInstanceState
AWS_SUPPLYCHAIN_API Aws::String GetNameForInstanceState(InstanceState value)
Aws::SupplyChain::Model::InstanceStateMapper::GetInstanceStateForName
AWS_SUPPLYCHAIN_API InstanceState GetInstanceStateForName(const Aws::String &name)
Aws::SupplyChain::Model::ConfigurationJobStatus::NOT_SET
@ NOT_SET
Aws::SupplyChain::Model::InstanceState
InstanceState
Definition
InstanceState.h:17
Aws::SupplyChain::Model::InstanceState::CreateFailed
@ CreateFailed
Aws::SupplyChain::Model::InstanceState::DeleteFailed
@ DeleteFailed
Aws::SupplyChain::Model::InstanceState::Initializing
@ Initializing
Aws::SupplyChain::Model::InstanceState::Active
@ Active
Aws::SupplyChain::Model::InstanceState::Deleted
@ Deleted
Aws::SupplyChain::Model::InstanceState::Deleting
@ Deleting
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