AWS SDK for C++
AWS SDK for C++ Version 1.11.716
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/core/utils/memory/stl/AWSString.h>
8
#include <aws/fms/FMS_EXPORTS.h>
9
10
namespace
Aws
{
11
namespace
FMS {
12
namespace
Model {
13
enum class
AccountRoleStatus
{
NOT_SET
,
READY
,
CREATING
,
PENDING_DELETION
,
DELETING
,
DELETED
};
14
15
namespace
AccountRoleStatusMapper {
16
AWS_FMS_API
AccountRoleStatus
GetAccountRoleStatusForName
(
const
Aws::String
& name);
17
18
AWS_FMS_API
Aws::String
GetNameForAccountRoleStatus
(
AccountRoleStatus
value);
19
}
// namespace AccountRoleStatusMapper
20
}
// namespace Model
21
}
// namespace FMS
22
}
// 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:13
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