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-freetier
include
aws
freetier
model
MatchOption.h
1
6
#pragma once
7
#include <aws/freetier/FreeTier_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
FreeTier
13
{
14
namespace
Model
15
{
16
enum class
MatchOption
17
{
18
NOT_SET
,
19
EQUALS
,
20
STARTS_WITH
,
21
ENDS_WITH
,
22
CONTAINS
,
23
GREATER_THAN_OR_EQUAL
24
};
25
26
namespace
MatchOptionMapper
27
{
28
AWS_FREETIER_API
MatchOption
GetMatchOptionForName
(
const
Aws::String
& name);
29
30
AWS_FREETIER_API
Aws::String
GetNameForMatchOption
(
MatchOption
value);
31
}
// namespace MatchOptionMapper
32
}
// namespace Model
33
}
// namespace FreeTier
34
}
// namespace Aws
Aws::FreeTier::Model::MatchOptionMapper::GetNameForMatchOption
AWS_FREETIER_API Aws::String GetNameForMatchOption(MatchOption value)
Aws::FreeTier::Model::MatchOptionMapper::GetMatchOptionForName
AWS_FREETIER_API MatchOption GetMatchOptionForName(const Aws::String &name)
Aws::FreeTier::Model::Dimension::NOT_SET
@ NOT_SET
Aws::FreeTier::Model::MatchOption
MatchOption
Definition
MatchOption.h:17
Aws::FreeTier::Model::MatchOption::STARTS_WITH
@ STARTS_WITH
Aws::FreeTier::Model::MatchOption::EQUALS
@ EQUALS
Aws::FreeTier::Model::MatchOption::ENDS_WITH
@ ENDS_WITH
Aws::FreeTier::Model::MatchOption::CONTAINS
@ CONTAINS
Aws::FreeTier::Model::MatchOption::GREATER_THAN_OR_EQUAL
@ GREATER_THAN_OR_EQUAL
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