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-devicefarm
include
aws
devicefarm
model
RuleOperator.h
1
6
#pragma once
7
#include <aws/devicefarm/DeviceFarm_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
DeviceFarm
13
{
14
namespace
Model
15
{
16
enum class
RuleOperator
17
{
18
NOT_SET
,
19
EQUALS
,
20
LESS_THAN
,
21
LESS_THAN_OR_EQUALS
,
22
GREATER_THAN
,
23
GREATER_THAN_OR_EQUALS
,
24
IN
,
25
NOT_IN
,
26
CONTAINS
27
};
28
29
namespace
RuleOperatorMapper
30
{
31
AWS_DEVICEFARM_API
RuleOperator
GetRuleOperatorForName
(
const
Aws::String
& name);
32
33
AWS_DEVICEFARM_API
Aws::String
GetNameForRuleOperator
(
RuleOperator
value);
34
}
// namespace RuleOperatorMapper
35
}
// namespace Model
36
}
// namespace DeviceFarm
37
}
// namespace Aws
Aws::DeviceFarm::Model::RuleOperatorMapper::GetNameForRuleOperator
AWS_DEVICEFARM_API Aws::String GetNameForRuleOperator(RuleOperator value)
Aws::DeviceFarm::Model::RuleOperatorMapper::GetRuleOperatorForName
AWS_DEVICEFARM_API RuleOperator GetRuleOperatorForName(const Aws::String &name)
Aws::DeviceFarm::Model::ArtifactCategory::NOT_SET
@ NOT_SET
Aws::DeviceFarm::Model::RuleOperator
RuleOperator
Definition
RuleOperator.h:17
Aws::DeviceFarm::Model::RuleOperator::GREATER_THAN
@ GREATER_THAN
Aws::DeviceFarm::Model::RuleOperator::LESS_THAN_OR_EQUALS
@ LESS_THAN_OR_EQUALS
Aws::DeviceFarm::Model::RuleOperator::GREATER_THAN_OR_EQUALS
@ GREATER_THAN_OR_EQUALS
Aws::DeviceFarm::Model::RuleOperator::EQUALS
@ EQUALS
Aws::DeviceFarm::Model::RuleOperator::CONTAINS
@ CONTAINS
Aws::DeviceFarm::Model::RuleOperator::LESS_THAN
@ LESS_THAN
Aws::DeviceFarm::Model::RuleOperator::IN
@ IN
Aws::DeviceFarm::Model::RuleOperator::NOT_IN
@ NOT_IN
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