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-apigateway
include
aws
apigateway
model
CacheClusterStatus.h
1
6
#pragma once
7
#include <aws/apigateway/APIGateway_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
APIGateway
13
{
14
namespace
Model
15
{
16
enum class
CacheClusterStatus
17
{
18
NOT_SET
,
19
CREATE_IN_PROGRESS
,
20
AVAILABLE
,
21
DELETE_IN_PROGRESS
,
22
NOT_AVAILABLE
,
23
FLUSH_IN_PROGRESS
24
};
25
26
namespace
CacheClusterStatusMapper
27
{
28
AWS_APIGATEWAY_API
CacheClusterStatus
GetCacheClusterStatusForName
(
const
Aws::String
& name);
29
30
AWS_APIGATEWAY_API
Aws::String
GetNameForCacheClusterStatus
(
CacheClusterStatus
value);
31
}
// namespace CacheClusterStatusMapper
32
}
// namespace Model
33
}
// namespace APIGateway
34
}
// namespace Aws
Aws::APIGateway::Model::CacheClusterStatusMapper::GetNameForCacheClusterStatus
AWS_APIGATEWAY_API Aws::String GetNameForCacheClusterStatus(CacheClusterStatus value)
Aws::APIGateway::Model::CacheClusterStatusMapper::GetCacheClusterStatusForName
AWS_APIGATEWAY_API CacheClusterStatus GetCacheClusterStatusForName(const Aws::String &name)
Aws::APIGateway::Model::CacheClusterStatus
CacheClusterStatus
Definition
CacheClusterStatus.h:17
Aws::APIGateway::Model::CacheClusterStatus::AVAILABLE
@ AVAILABLE
Aws::APIGateway::Model::CacheClusterStatus::DELETE_IN_PROGRESS
@ DELETE_IN_PROGRESS
Aws::APIGateway::Model::CacheClusterStatus::FLUSH_IN_PROGRESS
@ FLUSH_IN_PROGRESS
Aws::APIGateway::Model::CacheClusterStatus::CREATE_IN_PROGRESS
@ CREATE_IN_PROGRESS
Aws::APIGateway::Model::CacheClusterStatus::NOT_AVAILABLE
@ NOT_AVAILABLE
Aws::APIGateway::Model::ApiKeysFormat::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