AWS SDK for C++
AWS SDK for C++ Version 1.11.796
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-evs
include
aws
evs
model
EntitlementStatus.h
1
6
#pragma once
7
#include <aws/core/utils/memory/stl/AWSString.h>
8
#include <aws/evs/EVS_EXPORTS.h>
9
10
namespace
Aws
{
11
namespace
EVS {
12
namespace
Model {
13
enum class
EntitlementStatus
{
NOT_SET
,
CREATING
,
CREATED
,
DELETED
,
AT_RISK
,
ENTITLEMENT_REMOVED
,
CREATE_FAILED
};
14
15
namespace
EntitlementStatusMapper {
16
AWS_EVS_API
EntitlementStatus
GetEntitlementStatusForName
(
const
Aws::String
& name);
17
18
AWS_EVS_API
Aws::String
GetNameForEntitlementStatus
(
EntitlementStatus
value);
19
}
// namespace EntitlementStatusMapper
20
}
// namespace Model
21
}
// namespace EVS
22
}
// namespace Aws
Aws::EVS::Model::EntitlementStatusMapper::GetEntitlementStatusForName
AWS_EVS_API EntitlementStatus GetEntitlementStatusForName(const Aws::String &name)
Aws::EVS::Model::EntitlementStatusMapper::GetNameForEntitlementStatus
AWS_EVS_API Aws::String GetNameForEntitlementStatus(EntitlementStatus value)
Aws::EVS::Model::CheckResult::NOT_SET
@ NOT_SET
Aws::EVS::Model::ConnectorState::DELETED
@ DELETED
Aws::EVS::Model::ConnectorState::CREATING
@ CREATING
Aws::EVS::Model::ConnectorState::CREATE_FAILED
@ CREATE_FAILED
Aws::EVS::Model::EntitlementStatus
EntitlementStatus
Definition
EntitlementStatus.h:13
Aws::EVS::Model::EntitlementStatus::ENTITLEMENT_REMOVED
@ ENTITLEMENT_REMOVED
Aws::EVS::Model::EntitlementStatus::CREATED
@ CREATED
Aws::EVS::Model::EntitlementStatus::AT_RISK
@ AT_RISK
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