AWS SDK for C++
AWS SDK for C++ Version 1.11.612
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-backupsearch
include
aws
backupsearch
model
ExportJobStatus.h
1
6
#pragma once
7
#include <aws/backupsearch/BackupSearch_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
BackupSearch
13
{
14
namespace
Model
15
{
16
enum class
ExportJobStatus
17
{
18
NOT_SET
,
19
RUNNING
,
20
FAILED
,
21
COMPLETED
22
};
23
24
namespace
ExportJobStatusMapper
25
{
26
AWS_BACKUPSEARCH_API
ExportJobStatus
GetExportJobStatusForName
(
const
Aws::String
& name);
27
28
AWS_BACKUPSEARCH_API
Aws::String
GetNameForExportJobStatus
(
ExportJobStatus
value);
29
}
// namespace ExportJobStatusMapper
30
}
// namespace Model
31
}
// namespace BackupSearch
32
}
// namespace Aws
Aws::BackupSearch::Model::ExportJobStatusMapper::GetExportJobStatusForName
AWS_BACKUPSEARCH_API ExportJobStatus GetExportJobStatusForName(const Aws::String &name)
Aws::BackupSearch::Model::ExportJobStatusMapper::GetNameForExportJobStatus
AWS_BACKUPSEARCH_API Aws::String GetNameForExportJobStatus(ExportJobStatus value)
Aws::BackupSearch::Model::ExportJobStatus
ExportJobStatus
Definition
ExportJobStatus.h:17
Aws::BackupSearch::Model::ExportJobStatus::NOT_SET
@ NOT_SET
Aws::BackupSearch::Model::ExportJobStatus::RUNNING
@ RUNNING
Aws::BackupSearch::Model::ExportJobStatus::COMPLETED
@ COMPLETED
Aws::BackupSearch::Model::ExportJobStatus::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