AWS SDK for C++
AWS SDK for C++ Version 1.11.440
Main Page
Related Pages
Namespaces
Classes
Examples
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-connect
include
aws
connect
model
Unit.h
1
6
#pragma once
7
#include <aws/connect/Connect_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
Connect
13
{
14
namespace
Model
15
{
16
enum class
Unit
17
{
18
NOT_SET
,
19
SECONDS
,
20
COUNT
,
21
PERCENT
22
};
23
24
namespace
UnitMapper
25
{
26
AWS_CONNECT_API
Unit
GetUnitForName
(
const
Aws::String
& name);
27
28
AWS_CONNECT_API
Aws::String
GetNameForUnit
(
Unit
value);
29
}
// namespace UnitMapper
30
}
// namespace Model
31
}
// namespace Connect
32
}
// namespace Aws
Aws::Connect::Model::UnitMapper::GetNameForUnit
AWS_CONNECT_API Aws::String GetNameForUnit(Unit value)
Aws::Connect::Model::UnitMapper::GetUnitForName
AWS_CONNECT_API Unit GetUnitForName(const Aws::String &name)
Aws::Connect::Model::Unit
Unit
Definition
Unit.h:17
Aws::Connect::Model::Unit::COUNT
@ COUNT
Aws::Connect::Model::Unit::PERCENT
@ PERCENT
Aws::Connect::Model::Unit::SECONDS
@ SECONDS
Aws::Connect::Model::ActionType::NOT_SET
@ NOT_SET
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