AWS SDK for C++
AWS SDK for C++ Version 1.11.607
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-mpa
include
aws
mpa
model
Operator.h
1
6
#pragma once
7
#include <aws/mpa/MPA_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
MPA
13
{
14
namespace
Model
15
{
16
enum class
Operator
17
{
18
NOT_SET
,
19
EQ
,
20
NE
,
21
GT
,
22
LT
,
23
GTE
,
24
LTE
,
25
CONTAINS
,
26
NOT_CONTAINS
,
27
BETWEEN
28
};
29
30
namespace
OperatorMapper
31
{
32
AWS_MPA_API
Operator
GetOperatorForName
(
const
Aws::String
& name);
33
34
AWS_MPA_API
Aws::String
GetNameForOperator
(
Operator
value);
35
}
// namespace OperatorMapper
36
}
// namespace Model
37
}
// namespace MPA
38
}
// namespace Aws
Aws::MPA::Model::OperatorMapper::GetOperatorForName
AWS_MPA_API Operator GetOperatorForName(const Aws::String &name)
Aws::MPA::Model::OperatorMapper::GetNameForOperator
AWS_MPA_API Aws::String GetNameForOperator(Operator value)
Aws::MPA::Model::Operator
Operator
Definition
Operator.h:17
Aws::MPA::Model::Operator::EQ
@ EQ
Aws::MPA::Model::Operator::GTE
@ GTE
Aws::MPA::Model::Operator::NOT_CONTAINS
@ NOT_CONTAINS
Aws::MPA::Model::Operator::CONTAINS
@ CONTAINS
Aws::MPA::Model::Operator::BETWEEN
@ BETWEEN
Aws::MPA::Model::Operator::LT
@ LT
Aws::MPA::Model::Operator::LTE
@ LTE
Aws::MPA::Model::Operator::GT
@ GT
Aws::MPA::Model::Operator::NE
@ NE
Aws::MPA::Model::ActionCompletionStrategy::NOT_SET
@ NOT_SET
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