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-resource-explorer-2
include
aws
resource-explorer-2
model
IndexState.h
1
6
#pragma once
7
#include <aws/resource-explorer-2/ResourceExplorer2_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
ResourceExplorer2
13
{
14
namespace
Model
15
{
16
enum class
IndexState
17
{
18
NOT_SET
,
19
CREATING
,
20
ACTIVE
,
21
DELETING
,
22
DELETED
,
23
UPDATING
24
};
25
26
namespace
IndexStateMapper
27
{
28
AWS_RESOURCEEXPLORER2_API
IndexState
GetIndexStateForName
(
const
Aws::String
& name);
29
30
AWS_RESOURCEEXPLORER2_API
Aws::String
GetNameForIndexState
(
IndexState
value);
31
}
// namespace IndexStateMapper
32
}
// namespace Model
33
}
// namespace ResourceExplorer2
34
}
// namespace Aws
Aws::ResourceExplorer2::Model::IndexStateMapper::GetIndexStateForName
AWS_RESOURCEEXPLORER2_API IndexState GetIndexStateForName(const Aws::String &name)
Aws::ResourceExplorer2::Model::IndexStateMapper::GetNameForIndexState
AWS_RESOURCEEXPLORER2_API Aws::String GetNameForIndexState(IndexState value)
Aws::ResourceExplorer2::Model::IndexState
IndexState
Definition
IndexState.h:17
Aws::ResourceExplorer2::Model::IndexState::ACTIVE
@ ACTIVE
Aws::ResourceExplorer2::Model::IndexState::DELETED
@ DELETED
Aws::ResourceExplorer2::Model::IndexState::CREATING
@ CREATING
Aws::ResourceExplorer2::Model::IndexState::DELETING
@ DELETING
Aws::ResourceExplorer2::Model::IndexState::UPDATING
@ UPDATING
Aws::ResourceExplorer2::Model::AWSServiceAccessStatus::NOT_SET
@ NOT_SET
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