AWS SDK for C++
AWS SDK for C++ Version 1.11.643
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-organizations
include
aws
organizations
model
AccountState.h
1
6
#pragma once
7
#include <aws/organizations/Organizations_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
Organizations
13
{
14
namespace
Model
15
{
16
enum class
AccountState
17
{
18
NOT_SET
,
19
PENDING_ACTIVATION
,
20
ACTIVE
,
21
SUSPENDED
,
22
PENDING_CLOSURE
,
23
CLOSED
24
};
25
26
namespace
AccountStateMapper
27
{
28
AWS_ORGANIZATIONS_API
AccountState
GetAccountStateForName
(
const
Aws::String
& name);
29
30
AWS_ORGANIZATIONS_API
Aws::String
GetNameForAccountState
(
AccountState
value);
31
}
// namespace AccountStateMapper
32
}
// namespace Model
33
}
// namespace Organizations
34
}
// namespace Aws
Aws::Organizations::Model::AccountStateMapper::GetAccountStateForName
AWS_ORGANIZATIONS_API AccountState GetAccountStateForName(const Aws::String &name)
Aws::Organizations::Model::AccountStateMapper::GetNameForAccountState
AWS_ORGANIZATIONS_API Aws::String GetNameForAccountState(AccountState value)
Aws::Organizations::Model::AccountState
AccountState
Definition
AccountState.h:17
Aws::Organizations::Model::AccountState::SUSPENDED
@ SUSPENDED
Aws::Organizations::Model::AccountState::CLOSED
@ CLOSED
Aws::Organizations::Model::AccountState::ACTIVE
@ ACTIVE
Aws::Organizations::Model::AccountState::PENDING_ACTIVATION
@ PENDING_ACTIVATION
Aws::Organizations::Model::AccountState::PENDING_CLOSURE
@ PENDING_CLOSURE
Aws::Organizations::Model::AccessDeniedForDependencyExceptionReason::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