AWS SDK for C++

AWS SDK for C++ Version 1.11.850

Loading...
Searching...
No Matches
EnablementStatus.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/inspector2/Inspector2_EXPORTS.h>
9
10namespace Aws {
11namespace Inspector2 {
12namespace Model {
13enum class EnablementStatus {
14 NOT_SET,
15 ENABLED,
21 DELETED,
23};
24
25namespace EnablementStatusMapper {
27
29} // namespace EnablementStatusMapper
30} // namespace Model
31} // namespace Inspector2
32} // namespace Aws
AWS_INSPECTOR2_API Aws::String GetNameForEnablementStatus(EnablementStatus value)
AWS_INSPECTOR2_API EnablementStatus GetEnablementStatusForName(const Aws::String &name)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String