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-budgets
include
aws
budgets
model
NotificationState.h
1
6
#pragma once
7
#include <aws/budgets/Budgets_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
Budgets
13
{
14
namespace
Model
15
{
16
enum class
NotificationState
17
{
18
NOT_SET
,
19
OK
,
20
ALARM
21
};
22
23
namespace
NotificationStateMapper
24
{
25
AWS_BUDGETS_API
NotificationState
GetNotificationStateForName
(
const
Aws::String
& name);
26
27
AWS_BUDGETS_API
Aws::String
GetNameForNotificationState
(
NotificationState
value);
28
}
// namespace NotificationStateMapper
29
}
// namespace Model
30
}
// namespace Budgets
31
}
// namespace Aws
Aws::Budgets::Model::NotificationStateMapper::GetNotificationStateForName
AWS_BUDGETS_API NotificationState GetNotificationStateForName(const Aws::String &name)
Aws::Budgets::Model::NotificationStateMapper::GetNameForNotificationState
AWS_BUDGETS_API Aws::String GetNameForNotificationState(NotificationState value)
Aws::Budgets::Model::ActionStatus::NOT_SET
@ NOT_SET
Aws::Budgets::Model::NotificationState
NotificationState
Definition
NotificationState.h:17
Aws::Budgets::Model::NotificationState::ALARM
@ ALARM
Aws::Budgets::Model::NotificationState::OK
@ OK
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