AWS SDK for C++
1.8.130
AWS SDK for C++
aws-cpp-sdk-importexport
include
aws
importexport
model
JobType.h
Go to the documentation of this file.
1
6
#pragma once
7
#include <
aws/importexport/ImportExport_EXPORTS.h
>
8
#include <
aws/core/utils/memory/stl/AWSString.h
>
9
10
namespace
Aws
11
{
12
namespace
ImportExport
13
{
14
namespace
Model
15
{
16
enum class
JobType
17
{
18
NOT_SET
,
19
Import,
20
Export
21
};
22
23
namespace
JobTypeMapper
24
{
25
AWS_IMPORTEXPORT_API
JobType
GetJobTypeForName
(
const
Aws::String
& name);
26
27
AWS_IMPORTEXPORT_API
Aws::String
GetNameForJobType
(
JobType
value);
28
}
// namespace JobTypeMapper
29
}
// namespace Model
30
}
// namespace ImportExport
31
}
// namespace Aws
Aws::ImportExport::Model::JobTypeMapper::GetJobTypeForName
AWS_IMPORTEXPORT_API JobType GetJobTypeForName(const Aws::String &name)
ImportExport_EXPORTS.h
Aws::ImportExport::Model::JobType
JobType
Definition:
JobType.h:17
AWSString.h
Aws::ImportExport::Model::JobTypeMapper::GetNameForJobType
AWS_IMPORTEXPORT_API Aws::String GetNameForJobType(JobType value)
Aws::ImportExport::Model::JobType::NOT_SET
@ NOT_SET
Aws
Definition:
AccessManagementClient.h:15
Aws::String
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Definition:
AWSString.h:97
AWS_IMPORTEXPORT_API
#define AWS_IMPORTEXPORT_API
Definition:
ImportExport_EXPORTS.h:28
Aws::ImportExport::Model::JobType::Export
@ Export
Generated by
1.8.19
Privacy |
Site terms |
Cookie preferences