AWS SDK for C++
AWS SDK for C++ Version 1.11.761
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
namespace
BackupSearch {
12
namespace
Model {
13
enum class
ExportJobStatus
{
NOT_SET
,
RUNNING
,
FAILED
,
COMPLETED
};
14
15
namespace
ExportJobStatusMapper {
16
AWS_BACKUPSEARCH_API
ExportJobStatus
GetExportJobStatusForName
(
const
Aws::String
& name);
17
18
AWS_BACKUPSEARCH_API
Aws::String
GetNameForExportJobStatus
(
ExportJobStatus
value);
19
}
// namespace ExportJobStatusMapper
20
}
// namespace Model
21
}
// namespace BackupSearch
22
}
// 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:13
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