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-proton
include
aws
proton
model
BlockerStatus.h
1
6
#pragma once
7
#include <aws/proton/Proton_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
Proton
13
{
14
namespace
Model
15
{
16
enum class
BlockerStatus
17
{
18
NOT_SET
,
19
ACTIVE
,
20
RESOLVED
21
};
22
23
namespace
BlockerStatusMapper
24
{
25
AWS_PROTON_API
BlockerStatus
GetBlockerStatusForName
(
const
Aws::String
&
name
);
26
27
AWS_PROTON_API
Aws::String
GetNameForBlockerStatus
(
BlockerStatus
value);
28
}
// namespace BlockerStatusMapper
29
}
// namespace Model
30
}
// namespace Proton
31
}
// namespace Aws
Aws::Proton::Model::BlockerStatusMapper::GetNameForBlockerStatus
AWS_PROTON_API Aws::String GetNameForBlockerStatus(BlockerStatus value)
Aws::Proton::Model::BlockerStatusMapper::GetBlockerStatusForName
AWS_PROTON_API BlockerStatus GetBlockerStatusForName(const Aws::String &name)
Aws::Proton::Model::BlockerStatus
BlockerStatus
Definition
BlockerStatus.h:17
Aws::Proton::Model::BlockerStatus::ACTIVE
@ ACTIVE
Aws::Proton::Model::BlockerStatus::NOT_SET
@ NOT_SET
Aws::Proton::Model::BlockerStatus::RESOLVED
@ RESOLVED
Aws::Proton::Model::ListServiceInstancesFilterBy::name
@ name
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