AWS SDK for C++
AWS SDK for C++ Version 1.11.743
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/core/utils/memory/stl/AWSString.h>
8
#include <aws/devicefarm/DeviceFarm_EXPORTS.h>
9
10
namespace
Aws
{
11
namespace
DeviceFarm {
12
namespace
Model {
13
enum class
RuleOperator
{
NOT_SET
,
EQUALS
,
LESS_THAN
,
LESS_THAN_OR_EQUALS
,
GREATER_THAN
,
GREATER_THAN_OR_EQUALS
,
IN
,
NOT_IN
,
CONTAINS
};
14
15
namespace
RuleOperatorMapper {
16
AWS_DEVICEFARM_API
RuleOperator
GetRuleOperatorForName
(
const
Aws::String
& name);
17
18
AWS_DEVICEFARM_API
Aws::String
GetNameForRuleOperator
(
RuleOperator
value);
19
}
// namespace RuleOperatorMapper
20
}
// namespace Model
21
}
// namespace DeviceFarm
22
}
// 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:13
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