AWS SDK for C++
AWS SDK for C++ Version 1.11.606
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-s3tables
include
aws
s3tables
model
JobStatus.h
1
6
#pragma once
7
#include <aws/s3tables/S3Tables_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
S3Tables
13
{
14
namespace
Model
15
{
16
enum class
JobStatus
17
{
18
NOT_SET
,
19
Not_Yet_Run
,
20
Successful
,
21
Failed
,
22
Disabled
23
};
24
25
namespace
JobStatusMapper
26
{
27
AWS_S3TABLES_API
JobStatus
GetJobStatusForName
(
const
Aws::String
& name);
28
29
AWS_S3TABLES_API
Aws::String
GetNameForJobStatus
(
JobStatus
value);
30
}
// namespace JobStatusMapper
31
}
// namespace Model
32
}
// namespace S3Tables
33
}
// namespace Aws
Aws::S3Tables::Model::JobStatusMapper::GetNameForJobStatus
AWS_S3TABLES_API Aws::String GetNameForJobStatus(JobStatus value)
Aws::S3Tables::Model::JobStatusMapper::GetJobStatusForName
AWS_S3TABLES_API JobStatus GetJobStatusForName(const Aws::String &name)
Aws::S3Tables::Model::IcebergCompactionStrategy::NOT_SET
@ NOT_SET
Aws::S3Tables::Model::JobStatus
JobStatus
Definition
JobStatus.h:17
Aws::S3Tables::Model::JobStatus::Successful
@ Successful
Aws::S3Tables::Model::JobStatus::Not_Yet_Run
@ Not_Yet_Run
Aws::S3Tables::Model::JobStatus::Disabled
@ Disabled
Aws::S3Tables::Model::JobStatus::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