AWS SDK for C++
AWS SDK for C++ Version 1.11.752
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/core/utils/memory/stl/AWSString.h>
8
#include <aws/ds/DirectoryService_EXPORTS.h>
9
10
namespace
Aws
{
11
namespace
DirectoryService {
12
namespace
Model {
13
enum class
TrustState
{
14
NOT_SET
,
15
Creating
,
16
Created
,
17
Verifying
,
18
VerifyFailed
,
19
Verified
,
20
Updating
,
21
UpdateFailed
,
22
Updated
,
23
Deleting
,
24
Deleted
,
25
Failed
26
};
27
28
namespace
TrustStateMapper {
29
AWS_DIRECTORYSERVICE_API
TrustState
GetTrustStateForName
(
const
Aws::String
& name);
30
31
AWS_DIRECTORYSERVICE_API
Aws::String
GetNameForTrustState
(
TrustState
value);
32
}
// namespace TrustStateMapper
33
}
// namespace Model
34
}
// namespace DirectoryService
35
}
// 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:13
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::DirectoryStage::Created
@ Created
Aws::DirectoryService::Model::DirectoryStage::Deleted
@ Deleted
Aws::DirectoryService::Model::DirectoryStage::Creating
@ Creating
Aws::DirectoryService::Model::DirectoryStage::Deleting
@ Deleting
Aws::DirectoryService::Model::DirectoryConfigurationStatus::Updating
@ Updating
Aws::DirectoryService::Model::DirectoryConfigurationStatus::Updated
@ Updated
Aws::DirectoryService::Model::CaEnrollmentPolicyStatus::NOT_SET
@ NOT_SET
Aws::DirectoryService::Model::CaEnrollmentPolicyStatus::Failed
@ Failed
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