AWS SDK for C++
AWS SDK for C++ Version 1.11.440
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-network-firewall
include
aws
network-firewall
model
AttachmentStatus.h
1
6
#pragma once
7
#include <aws/network-firewall/NetworkFirewall_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
NetworkFirewall
13
{
14
namespace
Model
15
{
16
enum class
AttachmentStatus
17
{
18
NOT_SET
,
19
CREATING
,
20
DELETING
,
21
FAILED
,
22
ERROR_
,
23
SCALING
,
24
READY
25
};
26
27
namespace
AttachmentStatusMapper
28
{
29
AWS_NETWORKFIREWALL_API
AttachmentStatus
GetAttachmentStatusForName
(
const
Aws::String
& name);
30
31
AWS_NETWORKFIREWALL_API
Aws::String
GetNameForAttachmentStatus
(
AttachmentStatus
value);
32
}
// namespace AttachmentStatusMapper
33
}
// namespace Model
34
}
// namespace NetworkFirewall
35
}
// namespace Aws
Aws::NetworkFirewall::Model::AttachmentStatusMapper::GetNameForAttachmentStatus
AWS_NETWORKFIREWALL_API Aws::String GetNameForAttachmentStatus(AttachmentStatus value)
Aws::NetworkFirewall::Model::AttachmentStatusMapper::GetAttachmentStatusForName
AWS_NETWORKFIREWALL_API AttachmentStatus GetAttachmentStatusForName(const Aws::String &name)
Aws::NetworkFirewall::Model::AttachmentStatus
AttachmentStatus
Definition
AttachmentStatus.h:17
Aws::NetworkFirewall::Model::AttachmentStatus::ERROR_
@ ERROR_
Aws::NetworkFirewall::Model::AttachmentStatus::NOT_SET
@ NOT_SET
Aws::NetworkFirewall::Model::AttachmentStatus::READY
@ READY
Aws::NetworkFirewall::Model::AttachmentStatus::CREATING
@ CREATING
Aws::NetworkFirewall::Model::AttachmentStatus::DELETING
@ DELETING
Aws::NetworkFirewall::Model::AttachmentStatus::FAILED
@ FAILED
Aws::NetworkFirewall::Model::AttachmentStatus::SCALING
@ SCALING
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