AWS SDK for C++
AWS SDK for C++ Version 1.11.748
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-pipes
include
aws
pipes
model
EpochTimeUnit.h
1
6
#pragma once
7
#include <aws/core/utils/memory/stl/AWSString.h>
8
#include <aws/pipes/Pipes_EXPORTS.h>
9
10
namespace
Aws
{
11
namespace
Pipes {
12
namespace
Model {
13
enum class
EpochTimeUnit
{
NOT_SET
,
MILLISECONDS
,
SECONDS
,
MICROSECONDS
,
NANOSECONDS
};
14
15
namespace
EpochTimeUnitMapper {
16
AWS_PIPES_API
EpochTimeUnit
GetEpochTimeUnitForName
(
const
Aws::String
& name);
17
18
AWS_PIPES_API
Aws::String
GetNameForEpochTimeUnit
(
EpochTimeUnit
value);
19
}
// namespace EpochTimeUnitMapper
20
}
// namespace Model
21
}
// namespace Pipes
22
}
// namespace Aws
Aws::Pipes::Model::EpochTimeUnitMapper::GetNameForEpochTimeUnit
AWS_PIPES_API Aws::String GetNameForEpochTimeUnit(EpochTimeUnit value)
Aws::Pipes::Model::EpochTimeUnitMapper::GetEpochTimeUnitForName
AWS_PIPES_API EpochTimeUnit GetEpochTimeUnitForName(const Aws::String &name)
Aws::Pipes::Model::AssignPublicIp::NOT_SET
@ NOT_SET
Aws::Pipes::Model::EpochTimeUnit
EpochTimeUnit
Definition
EpochTimeUnit.h:13
Aws::Pipes::Model::EpochTimeUnit::NANOSECONDS
@ NANOSECONDS
Aws::Pipes::Model::EpochTimeUnit::MICROSECONDS
@ MICROSECONDS
Aws::Pipes::Model::EpochTimeUnit::SECONDS
@ SECONDS
Aws::Pipes::Model::EpochTimeUnit::MILLISECONDS
@ MILLISECONDS
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