AWS SDK for C++
AWS SDK for C++ Version 1.11.741
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/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
InstanceState
{
NOT_SET
,
Initializing
,
Active
,
CreateFailed
,
DeleteFailed
,
Deleting
,
Deleted
};
14
15
namespace
InstanceStateMapper {
16
AWS_SUPPLYCHAIN_API
InstanceState
GetInstanceStateForName
(
const
Aws::String
& name);
17
18
AWS_SUPPLYCHAIN_API
Aws::String
GetNameForInstanceState
(
InstanceState
value);
19
}
// namespace InstanceStateMapper
20
}
// namespace Model
21
}
// namespace SupplyChain
22
}
// 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:13
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