AWS SDK for C++
AWS SDK for C++ Version 1.11.716
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-license-manager
include
aws
license-manager
model
ReceivedStatus.h
1
6
#pragma once
7
#include <aws/core/utils/memory/stl/AWSString.h>
8
#include <aws/license-manager/LicenseManager_EXPORTS.h>
9
10
namespace
Aws
{
11
namespace
LicenseManager {
12
namespace
Model {
13
enum class
ReceivedStatus
{
14
NOT_SET
,
15
PENDING_WORKFLOW
,
16
PENDING_ACCEPT
,
17
REJECTED
,
18
ACTIVE
,
19
FAILED_WORKFLOW
,
20
DELETED
,
21
DISABLED
,
22
WORKFLOW_COMPLETED
23
};
24
25
namespace
ReceivedStatusMapper {
26
AWS_LICENSEMANAGER_API
ReceivedStatus
GetReceivedStatusForName
(
const
Aws::String
& name);
27
28
AWS_LICENSEMANAGER_API
Aws::String
GetNameForReceivedStatus
(
ReceivedStatus
value);
29
}
// namespace ReceivedStatusMapper
30
}
// namespace Model
31
}
// namespace LicenseManager
32
}
// namespace Aws
Aws::LicenseManager::Model::ReceivedStatusMapper::GetReceivedStatusForName
AWS_LICENSEMANAGER_API ReceivedStatus GetReceivedStatusForName(const Aws::String &name)
Aws::LicenseManager::Model::ReceivedStatusMapper::GetNameForReceivedStatus
AWS_LICENSEMANAGER_API Aws::String GetNameForReceivedStatus(ReceivedStatus value)
Aws::LicenseManager::Model::ReceivedStatus
ReceivedStatus
Definition
ReceivedStatus.h:13
Aws::LicenseManager::Model::ActivationOverrideBehavior::NOT_SET
@ NOT_SET
Aws::LicenseManager::Model::GrantStatus::DISABLED
@ DISABLED
Aws::LicenseManager::Model::GrantStatus::ACTIVE
@ ACTIVE
Aws::LicenseManager::Model::GrantStatus::FAILED_WORKFLOW
@ FAILED_WORKFLOW
Aws::LicenseManager::Model::GrantStatus::DELETED
@ DELETED
Aws::LicenseManager::Model::GrantStatus::REJECTED
@ REJECTED
Aws::LicenseManager::Model::GrantStatus::PENDING_WORKFLOW
@ PENDING_WORKFLOW
Aws::LicenseManager::Model::GrantStatus::WORKFLOW_COMPLETED
@ WORKFLOW_COMPLETED
Aws::LicenseManager::Model::GrantStatus::PENDING_ACCEPT
@ PENDING_ACCEPT
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