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-cloudtrail
include
aws
cloudtrail
model
ImportStatus.h
1
6
#pragma once
7
#include <aws/cloudtrail/CloudTrail_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
CloudTrail
13
{
14
namespace
Model
15
{
16
enum class
ImportStatus
17
{
18
NOT_SET
,
19
INITIALIZING
,
20
IN_PROGRESS
,
21
FAILED
,
22
STOPPED
,
23
COMPLETED
24
};
25
26
namespace
ImportStatusMapper
27
{
28
AWS_CLOUDTRAIL_API
ImportStatus
GetImportStatusForName
(
const
Aws::String
& name);
29
30
AWS_CLOUDTRAIL_API
Aws::String
GetNameForImportStatus
(
ImportStatus
value);
31
}
// namespace ImportStatusMapper
32
}
// namespace Model
33
}
// namespace CloudTrail
34
}
// namespace Aws
Aws::CloudTrail::Model::ImportStatusMapper::GetNameForImportStatus
AWS_CLOUDTRAIL_API Aws::String GetNameForImportStatus(ImportStatus value)
Aws::CloudTrail::Model::ImportStatusMapper::GetImportStatusForName
AWS_CLOUDTRAIL_API ImportStatus GetImportStatusForName(const Aws::String &name)
Aws::CloudTrail::Model::ImportStatus
ImportStatus
Definition
ImportStatus.h:17
Aws::CloudTrail::Model::ImportStatus::STOPPED
@ STOPPED
Aws::CloudTrail::Model::ImportStatus::INITIALIZING
@ INITIALIZING
Aws::CloudTrail::Model::ImportStatus::COMPLETED
@ COMPLETED
Aws::CloudTrail::Model::ImportStatus::IN_PROGRESS
@ IN_PROGRESS
Aws::CloudTrail::Model::BillingMode::NOT_SET
@ NOT_SET
Aws::CloudTrail::Model::DeliveryStatus::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