AWS SDK for C++

AWS SDK for C++ Version 1.11.717

Loading...
Searching...
No Matches
StandardUnit.h
1
6#pragma once
7#include <aws/application-signals/ApplicationSignals_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9
10namespace Aws {
11namespace ApplicationSignals {
12namespace Model {
13enum class StandardUnit {
14 NOT_SET,
17 Seconds,
18 Bytes,
23 Bits,
28 Percent,
29 Count,
41 None
42};
43
44namespace StandardUnitMapper {
45AWS_APPLICATIONSIGNALS_API StandardUnit GetStandardUnitForName(const Aws::String& name);
46
47AWS_APPLICATIONSIGNALS_API Aws::String GetNameForStandardUnit(StandardUnit value);
48} // namespace StandardUnitMapper
49} // namespace Model
50} // namespace ApplicationSignals
51} // namespace Aws
AWS_APPLICATIONSIGNALS_API StandardUnit GetStandardUnitForName(const Aws::String &name)
AWS_APPLICATIONSIGNALS_API Aws::String GetNameForStandardUnit(StandardUnit value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String