AWS SDK for C++
AWS SDK for C++ Version 1.11.850
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-inspector2
include
aws
inspector2
model
EnablementStatus.h
1
6
#pragma once
7
#include <aws/core/utils/memory/stl/AWSString.h>
8
#include <aws/inspector2/Inspector2_EXPORTS.h>
9
10
namespace
Aws
{
11
namespace
Inspector2 {
12
namespace
Model {
13
enum class
EnablementStatus
{
14
NOT_SET
,
15
ENABLED
,
16
PENDING_ENABLEMENT
,
17
FAILED_TO_ENABLE
,
18
PENDING_UPDATE
,
19
FAILED_TO_UPDATE
,
20
PENDING_DELETION
,
21
DELETED
,
22
FAILED_TO_DELETE
23
};
24
25
namespace
EnablementStatusMapper {
26
AWS_INSPECTOR2_API
EnablementStatus
GetEnablementStatusForName
(
const
Aws::String
& name);
27
28
AWS_INSPECTOR2_API
Aws::String
GetNameForEnablementStatus
(
EnablementStatus
value);
29
}
// namespace EnablementStatusMapper
30
}
// namespace Model
31
}
// namespace Inspector2
32
}
// namespace Aws
Aws::Inspector2::Model::EnablementStatusMapper::GetNameForEnablementStatus
AWS_INSPECTOR2_API Aws::String GetNameForEnablementStatus(EnablementStatus value)
Aws::Inspector2::Model::EnablementStatusMapper::GetEnablementStatusForName
AWS_INSPECTOR2_API EnablementStatus GetEnablementStatusForName(const Aws::String &name)
Aws::Inspector2::Model::DelegatedAdminStatus::ENABLED
@ ENABLED
Aws::Inspector2::Model::AccountSortBy::NOT_SET
@ NOT_SET
Aws::Inspector2::Model::EnablementStatus
EnablementStatus
Definition
EnablementStatus.h:13
Aws::Inspector2::Model::EnablementStatus::PENDING_DELETION
@ PENDING_DELETION
Aws::Inspector2::Model::EnablementStatus::PENDING_UPDATE
@ PENDING_UPDATE
Aws::Inspector2::Model::EnablementStatus::FAILED_TO_DELETE
@ FAILED_TO_DELETE
Aws::Inspector2::Model::EnablementStatus::DELETED
@ DELETED
Aws::Inspector2::Model::EnablementStatus::PENDING_ENABLEMENT
@ PENDING_ENABLEMENT
Aws::Inspector2::Model::EnablementStatus::FAILED_TO_ENABLE
@ FAILED_TO_ENABLE
Aws::Inspector2::Model::EnablementStatus::FAILED_TO_UPDATE
@ FAILED_TO_UPDATE
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