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
RecoveryPointStatus.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
RecoveryPointStatus
17
{
18
NOT_SET
,
19
COMPLETED
,
20
PARTIAL
,
21
DELETING
,
22
EXPIRED
23
};
24
25
namespace
RecoveryPointStatusMapper
26
{
27
AWS_BACKUP_API
RecoveryPointStatus
GetRecoveryPointStatusForName
(
const
Aws::String
& name);
28
29
AWS_BACKUP_API
Aws::String
GetNameForRecoveryPointStatus
(
RecoveryPointStatus
value);
30
}
// namespace RecoveryPointStatusMapper
31
}
// namespace Model
32
}
// namespace Backup
33
}
// namespace Aws
Aws::Backup::Model::RecoveryPointStatusMapper::GetNameForRecoveryPointStatus
AWS_BACKUP_API Aws::String GetNameForRecoveryPointStatus(RecoveryPointStatus value)
Aws::Backup::Model::RecoveryPointStatusMapper::GetRecoveryPointStatusForName
AWS_BACKUP_API RecoveryPointStatus GetRecoveryPointStatusForName(const Aws::String &name)
Aws::Backup::Model::AggregationPeriod::NOT_SET
@ NOT_SET
Aws::Backup::Model::RecoveryPointStatus
RecoveryPointStatus
Definition
RecoveryPointStatus.h:17
Aws::Backup::Model::RecoveryPointStatus::DELETING
@ DELETING
Aws::Backup::Model::BackupJobState::EXPIRED
@ EXPIRED
Aws::Backup::Model::BackupJobState::COMPLETED
@ COMPLETED
Aws::Backup::Model::BackupJobState::PARTIAL
@ PARTIAL
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