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-fms
include
aws
fms
model
AccountRoleStatus.h
1
6
#pragma once
7
#include <aws/fms/FMS_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
FMS
13
{
14
namespace
Model
15
{
16
enum class
AccountRoleStatus
17
{
18
NOT_SET
,
19
READY
,
20
CREATING
,
21
PENDING_DELETION
,
22
DELETING
,
23
DELETED
24
};
25
26
namespace
AccountRoleStatusMapper
27
{
28
AWS_FMS_API
AccountRoleStatus
GetAccountRoleStatusForName
(
const
Aws::String
& name);
29
30
AWS_FMS_API
Aws::String
GetNameForAccountRoleStatus
(
AccountRoleStatus
value);
31
}
// namespace AccountRoleStatusMapper
32
}
// namespace Model
33
}
// namespace FMS
34
}
// namespace Aws
Aws::FMS::Model::AccountRoleStatusMapper::GetAccountRoleStatusForName
AWS_FMS_API AccountRoleStatus GetAccountRoleStatusForName(const Aws::String &name)
Aws::FMS::Model::AccountRoleStatusMapper::GetNameForAccountRoleStatus
AWS_FMS_API Aws::String GetNameForAccountRoleStatus(AccountRoleStatus value)
Aws::FMS::Model::AccountRoleStatus
AccountRoleStatus
Definition
AccountRoleStatus.h:17
Aws::FMS::Model::AccountRoleStatus::PENDING_DELETION
@ PENDING_DELETION
Aws::FMS::Model::AccountRoleStatus::NOT_SET
@ NOT_SET
Aws::FMS::Model::AccountRoleStatus::READY
@ READY
Aws::FMS::Model::AccountRoleStatus::DELETED
@ DELETED
Aws::FMS::Model::AccountRoleStatus::CREATING
@ CREATING
Aws::FMS::Model::AccountRoleStatus::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