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-pipes
include
aws
pipes
model
EpochTimeUnit.h
1
6
#pragma once
7
#include <aws/pipes/Pipes_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
Pipes
13
{
14
namespace
Model
15
{
16
enum class
EpochTimeUnit
17
{
18
NOT_SET
,
19
MILLISECONDS
,
20
SECONDS
,
21
MICROSECONDS
,
22
NANOSECONDS
23
};
24
25
namespace
EpochTimeUnitMapper
26
{
27
AWS_PIPES_API
EpochTimeUnit
GetEpochTimeUnitForName
(
const
Aws::String
& name);
28
29
AWS_PIPES_API
Aws::String
GetNameForEpochTimeUnit
(
EpochTimeUnit
value);
30
}
// namespace EpochTimeUnitMapper
31
}
// namespace Model
32
}
// namespace Pipes
33
}
// 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:17
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