AWS SDK for C++
AWS SDK for C++ Version 1.11.607
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-ds
include
aws
ds
model
ShareStatus.h
1
6
#pragma once
7
#include <aws/ds/DirectoryService_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
DirectoryService
13
{
14
namespace
Model
15
{
16
enum class
ShareStatus
17
{
18
NOT_SET
,
19
Shared
,
20
PendingAcceptance
,
21
Rejected
,
22
Rejecting
,
23
RejectFailed
,
24
Sharing
,
25
ShareFailed
,
26
Deleted
,
27
Deleting
28
};
29
30
namespace
ShareStatusMapper
31
{
32
AWS_DIRECTORYSERVICE_API
ShareStatus
GetShareStatusForName
(
const
Aws::String
& name);
33
34
AWS_DIRECTORYSERVICE_API
Aws::String
GetNameForShareStatus
(
ShareStatus
value);
35
}
// namespace ShareStatusMapper
36
}
// namespace Model
37
}
// namespace DirectoryService
38
}
// namespace Aws
Aws::DirectoryService::Model::ShareStatusMapper::GetNameForShareStatus
AWS_DIRECTORYSERVICE_API Aws::String GetNameForShareStatus(ShareStatus value)
Aws::DirectoryService::Model::ShareStatusMapper::GetShareStatusForName
AWS_DIRECTORYSERVICE_API ShareStatus GetShareStatusForName(const Aws::String &name)
Aws::DirectoryService::Model::CertificateState::NOT_SET
@ NOT_SET
Aws::DirectoryService::Model::DirectoryStage::Deleted
@ Deleted
Aws::DirectoryService::Model::DirectoryStage::Deleting
@ Deleting
Aws::DirectoryService::Model::ShareStatus
ShareStatus
Definition
ShareStatus.h:17
Aws::DirectoryService::Model::ShareStatus::Sharing
@ Sharing
Aws::DirectoryService::Model::ShareStatus::PendingAcceptance
@ PendingAcceptance
Aws::DirectoryService::Model::ShareStatus::Shared
@ Shared
Aws::DirectoryService::Model::ShareStatus::RejectFailed
@ RejectFailed
Aws::DirectoryService::Model::ShareStatus::Rejecting
@ Rejecting
Aws::DirectoryService::Model::ShareStatus::Rejected
@ Rejected
Aws::DirectoryService::Model::ShareStatus::ShareFailed
@ ShareFailed
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