AWS SDK for C++
AWS SDK for C++ Version 1.11.682
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
namespace
Budgets {
12
namespace
Model {
13
enum class
NotificationState
{
NOT_SET
,
OK
,
ALARM
};
14
15
namespace
NotificationStateMapper {
16
AWS_BUDGETS_API
NotificationState
GetNotificationStateForName
(
const
Aws::String
& name);
17
18
AWS_BUDGETS_API
Aws::String
GetNameForNotificationState
(
NotificationState
value);
19
}
// namespace NotificationStateMapper
20
}
// namespace Model
21
}
// namespace Budgets
22
}
// 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:13
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