AWS SDK for C++
AWS SDK for C++ Version 1.11.743
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/core/utils/memory/stl/AWSString.h>
8
#include <aws/proton/Proton_EXPORTS.h>
9
10
namespace
Aws
{
11
namespace
Proton {
12
namespace
Model {
13
enum class
BlockerStatus
{
NOT_SET
,
ACTIVE
,
RESOLVED
};
14
15
namespace
BlockerStatusMapper {
16
AWS_PROTON_API
BlockerStatus
GetBlockerStatusForName
(
const
Aws::String
&
name
);
17
18
AWS_PROTON_API
Aws::String
GetNameForBlockerStatus
(
BlockerStatus
value);
19
}
// namespace BlockerStatusMapper
20
}
// namespace Model
21
}
// namespace Proton
22
}
// 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:13
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