AWS SDK for C++
AWS SDK for C++ Version 1.11.719
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-account
include
aws
account
model
AwsAccountState.h
1
6
#pragma once
7
#include <aws/account/Account_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
{
11
namespace
Account {
12
namespace
Model {
13
enum class
AwsAccountState
{
NOT_SET
,
PENDING_ACTIVATION
,
ACTIVE
,
SUSPENDED
,
CLOSED
};
14
15
namespace
AwsAccountStateMapper {
16
AWS_ACCOUNT_API
AwsAccountState
GetAwsAccountStateForName
(
const
Aws::String
& name);
17
18
AWS_ACCOUNT_API
Aws::String
GetNameForAwsAccountState
(
AwsAccountState
value);
19
}
// namespace AwsAccountStateMapper
20
}
// namespace Model
21
}
// namespace Account
22
}
// namespace Aws
Aws::Account::Model::AwsAccountStateMapper::GetAwsAccountStateForName
AWS_ACCOUNT_API AwsAccountState GetAwsAccountStateForName(const Aws::String &name)
Aws::Account::Model::AwsAccountStateMapper::GetNameForAwsAccountState
AWS_ACCOUNT_API Aws::String GetNameForAwsAccountState(AwsAccountState value)
Aws::Account::Model::AlternateContactType::NOT_SET
@ NOT_SET
Aws::Account::Model::AwsAccountState
AwsAccountState
Definition
AwsAccountState.h:13
Aws::Account::Model::AwsAccountState::SUSPENDED
@ SUSPENDED
Aws::Account::Model::AwsAccountState::CLOSED
@ CLOSED
Aws::Account::Model::AwsAccountState::ACTIVE
@ ACTIVE
Aws::Account::Model::AwsAccountState::PENDING_ACTIVATION
@ PENDING_ACTIVATION
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