AWS SDK for C++
AWS SDK for C++ Version 1.11.748
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/core/utils/memory/stl/AWSString.h>
8
#include <aws/freetier/FreeTier_EXPORTS.h>
9
10
namespace
Aws
{
11
namespace
FreeTier {
12
namespace
Model {
13
enum class
MatchOption
{
NOT_SET
,
EQUALS
,
STARTS_WITH
,
ENDS_WITH
,
CONTAINS
,
GREATER_THAN_OR_EQUAL
};
14
15
namespace
MatchOptionMapper {
16
AWS_FREETIER_API
MatchOption
GetMatchOptionForName
(
const
Aws::String
& name);
17
18
AWS_FREETIER_API
Aws::String
GetNameForMatchOption
(
MatchOption
value);
19
}
// namespace MatchOptionMapper
20
}
// namespace Model
21
}
// namespace FreeTier
22
}
// 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::AccountPlanStatus::NOT_SET
@ NOT_SET
Aws::FreeTier::Model::MatchOption
MatchOption
Definition
MatchOption.h:13
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