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-fms
include
aws
fms
model
CustomerPolicyStatus.h
1
6
#pragma once
7
#include <aws/fms/FMS_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
FMS
13
{
14
namespace
Model
15
{
16
enum class
CustomerPolicyStatus
17
{
18
NOT_SET
,
19
ACTIVE
,
20
OUT_OF_ADMIN_SCOPE
21
};
22
23
namespace
CustomerPolicyStatusMapper
24
{
25
AWS_FMS_API
CustomerPolicyStatus
GetCustomerPolicyStatusForName
(
const
Aws::String
& name);
26
27
AWS_FMS_API
Aws::String
GetNameForCustomerPolicyStatus
(
CustomerPolicyStatus
value);
28
}
// namespace CustomerPolicyStatusMapper
29
}
// namespace Model
30
}
// namespace FMS
31
}
// namespace Aws
Aws::FMS::Model::CustomerPolicyStatusMapper::GetCustomerPolicyStatusForName
AWS_FMS_API CustomerPolicyStatus GetCustomerPolicyStatusForName(const Aws::String &name)
Aws::FMS::Model::CustomerPolicyStatusMapper::GetNameForCustomerPolicyStatus
AWS_FMS_API Aws::String GetNameForCustomerPolicyStatus(CustomerPolicyStatus value)
Aws::FMS::Model::AccountRoleStatus::NOT_SET
@ NOT_SET
Aws::FMS::Model::CustomerPolicyStatus
CustomerPolicyStatus
Definition
CustomerPolicyStatus.h:17
Aws::FMS::Model::CustomerPolicyStatus::ACTIVE
@ ACTIVE
Aws::FMS::Model::CustomerPolicyStatus::OUT_OF_ADMIN_SCOPE
@ OUT_OF_ADMIN_SCOPE
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