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
TopicStatus.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
TopicStatus
17
{
18
NOT_SET
,
19
Registered
,
20
Topic_not_found
,
21
Failed
,
22
Deleted
23
};
24
25
namespace
TopicStatusMapper
26
{
27
AWS_DIRECTORYSERVICE_API
TopicStatus
GetTopicStatusForName
(
const
Aws::String
& name);
28
29
AWS_DIRECTORYSERVICE_API
Aws::String
GetNameForTopicStatus
(
TopicStatus
value);
30
}
// namespace TopicStatusMapper
31
}
// namespace Model
32
}
// namespace DirectoryService
33
}
// namespace Aws
Aws::DirectoryService::Model::TopicStatusMapper::GetTopicStatusForName
AWS_DIRECTORYSERVICE_API TopicStatus GetTopicStatusForName(const Aws::String &name)
Aws::DirectoryService::Model::TopicStatusMapper::GetNameForTopicStatus
AWS_DIRECTORYSERVICE_API Aws::String GetNameForTopicStatus(TopicStatus value)
Aws::DirectoryService::Model::CertificateState::NOT_SET
@ NOT_SET
Aws::DirectoryService::Model::CertificateState::Registered
@ Registered
Aws::DirectoryService::Model::DirectoryStage::Deleted
@ Deleted
Aws::DirectoryService::Model::DataAccessStatus::Failed
@ Failed
Aws::DirectoryService::Model::TopicStatus
TopicStatus
Definition
TopicStatus.h:17
Aws::DirectoryService::Model::TopicStatus::Topic_not_found
@ Topic_not_found
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