AWS SDK for C++
AWS SDK for C++ Version 1.11.440
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-backup
include
aws
backup
model
RestoreJobState.h
1
6
#pragma once
7
#include <aws/backup/Backup_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
Backup
13
{
14
namespace
Model
15
{
16
enum class
RestoreJobState
17
{
18
NOT_SET
,
19
CREATED
,
20
PENDING
,
21
RUNNING
,
22
ABORTED
,
23
COMPLETED
,
24
FAILED
,
25
AGGREGATE_ALL
,
26
ANY
27
};
28
29
namespace
RestoreJobStateMapper
30
{
31
AWS_BACKUP_API
RestoreJobState
GetRestoreJobStateForName
(
const
Aws::String
& name);
32
33
AWS_BACKUP_API
Aws::String
GetNameForRestoreJobState
(
RestoreJobState
value);
34
}
// namespace RestoreJobStateMapper
35
}
// namespace Model
36
}
// namespace Backup
37
}
// namespace Aws
Aws::Backup::Model::RestoreJobStateMapper::GetRestoreJobStateForName
AWS_BACKUP_API RestoreJobState GetRestoreJobStateForName(const Aws::String &name)
Aws::Backup::Model::RestoreJobStateMapper::GetNameForRestoreJobState
AWS_BACKUP_API Aws::String GetNameForRestoreJobState(RestoreJobState value)
Aws::Backup::Model::AggregationPeriod::NOT_SET
@ NOT_SET
Aws::Backup::Model::BackupJobStatus::AGGREGATE_ALL
@ AGGREGATE_ALL
Aws::Backup::Model::BackupJobStatus::ANY
@ ANY
Aws::Backup::Model::RestoreJobState
RestoreJobState
Definition
RestoreJobState.h:17
Aws::Backup::Model::BackupJobState::RUNNING
@ RUNNING
Aws::Backup::Model::BackupJobState::ABORTED
@ ABORTED
Aws::Backup::Model::BackupJobState::COMPLETED
@ COMPLETED
Aws::Backup::Model::BackupJobState::CREATED
@ CREATED
Aws::Backup::Model::BackupJobState::FAILED
@ FAILED
Aws::Backup::Model::BackupJobState::PENDING
@ PENDING
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