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-customer-profiles
include
aws
customer-profiles
model
Operator.h
1
6
#pragma once
7
#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
CustomerProfiles
13
{
14
namespace
Model
15
{
16
enum class
Operator
17
{
18
NOT_SET
,
19
EQUAL_TO
,
20
GREATER_THAN
,
21
LESS_THAN
,
22
NOT_EQUAL_TO
23
};
24
25
namespace
OperatorMapper
26
{
27
AWS_CUSTOMERPROFILES_API
Operator
GetOperatorForName
(
const
Aws::String
& name);
28
29
AWS_CUSTOMERPROFILES_API
Aws::String
GetNameForOperator
(
Operator
value);
30
}
// namespace OperatorMapper
31
}
// namespace Model
32
}
// namespace CustomerProfiles
33
}
// namespace Aws
Aws::CustomerProfiles::Model::OperatorMapper::GetOperatorForName
AWS_CUSTOMERPROFILES_API Operator GetOperatorForName(const Aws::String &name)
Aws::CustomerProfiles::Model::OperatorMapper::GetNameForOperator
AWS_CUSTOMERPROFILES_API Aws::String GetNameForOperator(Operator value)
Aws::CustomerProfiles::Model::AttributeMatchingModel::NOT_SET
@ NOT_SET
Aws::CustomerProfiles::Model::MarketoConnectorOperator::GREATER_THAN
@ GREATER_THAN
Aws::CustomerProfiles::Model::MarketoConnectorOperator::LESS_THAN
@ LESS_THAN
Aws::CustomerProfiles::Model::Operator
Operator
Definition
Operator.h:17
Aws::CustomerProfiles::Model::Operator::EQUAL_TO
@ EQUAL_TO
Aws::CustomerProfiles::Model::Operator::NOT_EQUAL_TO
@ NOT_EQUAL_TO
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