AWS SDK for C++
AWS SDK for C++ Version 1.11.752
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-budgets
include
aws
budgets
model
MatchOption.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
MatchOption
{
14
NOT_SET
,
15
EQUALS
,
16
ABSENT
,
17
STARTS_WITH
,
18
ENDS_WITH
,
19
CONTAINS
,
20
GREATER_THAN_OR_EQUAL
,
21
CASE_SENSITIVE
,
22
CASE_INSENSITIVE
23
};
24
25
namespace
MatchOptionMapper {
26
AWS_BUDGETS_API
MatchOption
GetMatchOptionForName
(
const
Aws::String
& name);
27
28
AWS_BUDGETS_API
Aws::String
GetNameForMatchOption
(
MatchOption
value);
29
}
// namespace MatchOptionMapper
30
}
// namespace Model
31
}
// namespace Budgets
32
}
// namespace Aws
Aws::Budgets::Model::MatchOptionMapper::GetNameForMatchOption
AWS_BUDGETS_API Aws::String GetNameForMatchOption(MatchOption value)
Aws::Budgets::Model::MatchOptionMapper::GetMatchOptionForName
AWS_BUDGETS_API MatchOption GetMatchOptionForName(const Aws::String &name)
Aws::Budgets::Model::ActionStatus::NOT_SET
@ NOT_SET
Aws::Budgets::Model::MatchOption
MatchOption
Definition
MatchOption.h:13
Aws::Budgets::Model::MatchOption::STARTS_WITH
@ STARTS_WITH
Aws::Budgets::Model::MatchOption::CASE_INSENSITIVE
@ CASE_INSENSITIVE
Aws::Budgets::Model::MatchOption::EQUALS
@ EQUALS
Aws::Budgets::Model::MatchOption::ENDS_WITH
@ ENDS_WITH
Aws::Budgets::Model::MatchOption::CONTAINS
@ CONTAINS
Aws::Budgets::Model::MatchOption::GREATER_THAN_OR_EQUAL
@ GREATER_THAN_OR_EQUAL
Aws::Budgets::Model::MatchOption::ABSENT
@ ABSENT
Aws::Budgets::Model::MatchOption::CASE_SENSITIVE
@ CASE_SENSITIVE
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