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
TrustState.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
TrustState
17
{
18
NOT_SET
,
19
Creating
,
20
Created
,
21
Verifying
,
22
VerifyFailed
,
23
Verified
,
24
Updating
,
25
UpdateFailed
,
26
Updated
,
27
Deleting
,
28
Deleted
,
29
Failed
30
};
31
32
namespace
TrustStateMapper
33
{
34
AWS_DIRECTORYSERVICE_API
TrustState
GetTrustStateForName
(
const
Aws::String
& name);
35
36
AWS_DIRECTORYSERVICE_API
Aws::String
GetNameForTrustState
(
TrustState
value);
37
}
// namespace TrustStateMapper
38
}
// namespace Model
39
}
// namespace DirectoryService
40
}
// namespace Aws
Aws::DirectoryService::Model::TrustStateMapper::GetNameForTrustState
AWS_DIRECTORYSERVICE_API Aws::String GetNameForTrustState(TrustState value)
Aws::DirectoryService::Model::TrustStateMapper::GetTrustStateForName
AWS_DIRECTORYSERVICE_API TrustState GetTrustStateForName(const Aws::String &name)
Aws::DirectoryService::Model::TrustState
TrustState
Definition
TrustState.h:17
Aws::DirectoryService::Model::TrustState::Verified
@ Verified
Aws::DirectoryService::Model::TrustState::Verifying
@ Verifying
Aws::DirectoryService::Model::TrustState::VerifyFailed
@ VerifyFailed
Aws::DirectoryService::Model::TrustState::UpdateFailed
@ UpdateFailed
Aws::DirectoryService::Model::CertificateState::NOT_SET
@ NOT_SET
Aws::DirectoryService::Model::DirectoryStage::Created
@ Created
Aws::DirectoryService::Model::DirectoryStage::Deleted
@ Deleted
Aws::DirectoryService::Model::DirectoryStage::Creating
@ Creating
Aws::DirectoryService::Model::DirectoryStage::Deleting
@ Deleting
Aws::DirectoryService::Model::DataAccessStatus::Failed
@ Failed
Aws::DirectoryService::Model::DirectoryConfigurationStatus::Updating
@ Updating
Aws::DirectoryService::Model::DirectoryConfigurationStatus::Updated
@ Updated
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