AWS SDK for C++
AWS SDK for C++ Version 1.11.743
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-deadline
include
aws
deadline
model
PathFormat.h
1
6
#pragma once
7
#include <aws/core/utils/memory/stl/AWSString.h>
8
#include <aws/deadline/Deadline_EXPORTS.h>
9
10
namespace
Aws
{
11
namespace
deadline {
12
namespace
Model {
13
enum class
PathFormat
{
NOT_SET
,
windows
,
posix
};
14
15
namespace
PathFormatMapper {
16
AWS_DEADLINE_API
PathFormat
GetPathFormatForName
(
const
Aws::String
& name);
17
18
AWS_DEADLINE_API
Aws::String
GetNameForPathFormat
(
PathFormat
value);
19
}
// namespace PathFormatMapper
20
}
// namespace Model
21
}
// namespace deadline
22
}
// namespace Aws
Aws::deadline::Model::PathFormatMapper::GetNameForPathFormat
AWS_DEADLINE_API Aws::String GetNameForPathFormat(PathFormat value)
Aws::deadline::Model::PathFormatMapper::GetPathFormatForName
AWS_DEADLINE_API PathFormat GetPathFormatForName(const Aws::String &name)
Aws::deadline::Model::AcceleratorName::NOT_SET
@ NOT_SET
Aws::deadline::Model::PathFormat
PathFormat
Definition
PathFormat.h:13
Aws::deadline::Model::PathFormat::windows
@ windows
Aws::deadline::Model::PathFormat::posix
@ posix
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