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-sms
include
aws
sms
model
ServerCatalogStatus.h
1
6
#pragma once
7
#include <aws/sms/SMS_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
SMS
13
{
14
namespace
Model
15
{
16
enum class
ServerCatalogStatus
17
{
18
NOT_SET
,
19
NOT_IMPORTED
,
20
IMPORTING
,
21
AVAILABLE
,
22
DELETED
,
23
EXPIRED
24
};
25
26
namespace
ServerCatalogStatusMapper
27
{
28
AWS_SMS_API
ServerCatalogStatus
GetServerCatalogStatusForName
(
const
Aws::String
& name);
29
30
AWS_SMS_API
Aws::String
GetNameForServerCatalogStatus
(
ServerCatalogStatus
value);
31
}
// namespace ServerCatalogStatusMapper
32
}
// namespace Model
33
}
// namespace SMS
34
}
// namespace Aws
Aws::SMS::Model::ServerCatalogStatusMapper::GetNameForServerCatalogStatus
AWS_SMS_API Aws::String GetNameForServerCatalogStatus(ServerCatalogStatus value)
Aws::SMS::Model::ServerCatalogStatusMapper::GetServerCatalogStatusForName
AWS_SMS_API ServerCatalogStatus GetServerCatalogStatusForName(const Aws::String &name)
Aws::SMS::Model::AppLaunchConfigurationStatus::NOT_SET
@ NOT_SET
Aws::SMS::Model::AppStatus::DELETED
@ DELETED
Aws::SMS::Model::ServerCatalogStatus
ServerCatalogStatus
Definition
ServerCatalogStatus.h:17
Aws::SMS::Model::ServerCatalogStatus::IMPORTING
@ IMPORTING
Aws::SMS::Model::ServerCatalogStatus::AVAILABLE
@ AVAILABLE
Aws::SMS::Model::ServerCatalogStatus::EXPIRED
@ EXPIRED
Aws::SMS::Model::ServerCatalogStatus::NOT_IMPORTED
@ NOT_IMPORTED
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