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
AppStatus.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
AppStatus
17
{
18
NOT_SET
,
19
CREATING
,
20
ACTIVE
,
21
UPDATING
,
22
DELETING
,
23
DELETED
,
24
DELETE_FAILED
25
};
26
27
namespace
AppStatusMapper
28
{
29
AWS_SMS_API
AppStatus
GetAppStatusForName
(
const
Aws::String
& name);
30
31
AWS_SMS_API
Aws::String
GetNameForAppStatus
(
AppStatus
value);
32
}
// namespace AppStatusMapper
33
}
// namespace Model
34
}
// namespace SMS
35
}
// namespace Aws
Aws::SMS::Model::AppStatusMapper::GetAppStatusForName
AWS_SMS_API AppStatus GetAppStatusForName(const Aws::String &name)
Aws::SMS::Model::AppStatusMapper::GetNameForAppStatus
AWS_SMS_API Aws::String GetNameForAppStatus(AppStatus value)
Aws::SMS::Model::AppLaunchConfigurationStatus::NOT_SET
@ NOT_SET
Aws::SMS::Model::AppStatus
AppStatus
Definition
AppStatus.h:17
Aws::SMS::Model::AppStatus::ACTIVE
@ ACTIVE
Aws::SMS::Model::AppStatus::DELETED
@ DELETED
Aws::SMS::Model::AppStatus::CREATING
@ CREATING
Aws::SMS::Model::AppStatus::DELETING
@ DELETING
Aws::SMS::Model::AppStatus::DELETE_FAILED
@ DELETE_FAILED
Aws::SMS::Model::AppStatus::UPDATING
@ UPDATING
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