AWS SDK for C++
1.8.181
AWS SDK for C++
aws-cpp-sdk-ds
include
aws
ds
model
TrustState.h
Go to the documentation of this file.
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_API
#define AWS_DIRECTORYSERVICE_API
Definition:
DirectoryService_EXPORTS.h:28
Aws::DirectoryService::Model::TrustStateMapper::GetTrustStateForName
AWS_DIRECTORYSERVICE_API TrustState GetTrustStateForName(const Aws::String &name)
DirectoryService_EXPORTS.h
Aws::DirectoryService::Model::TrustState::NOT_SET
@ NOT_SET
AWSString.h
Aws::DirectoryService::Model::TrustState
TrustState
Definition:
TrustState.h:17
Aws
Definition:
AccessManagementClient.h:15
Aws::String
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Definition:
AWSString.h:97
Generated by
1.8.19
Privacy |
Site terms |
Cookie preferences