AWS SDK for C++  0.14.3
AWS SDK for C++
Namespaces | Enumerations | Functions
RuleOperator.h File Reference
#include <aws/devicefarm/DeviceFarm_EXPORTS.h>
#include <aws/core/utils/memory/stl/AWSString.h>

Go to the source code of this file.

Namespaces

 Aws
 JSON (JavaScript Object Notation).
 
 Aws::DeviceFarm
 
 Aws::DeviceFarm::Model
 
 Aws::DeviceFarm::Model::RuleOperatorMapper
 

Enumerations

enum  Aws::DeviceFarm::Model::RuleOperator {
  Aws::DeviceFarm::Model::RuleOperator::NOT_SET, Aws::DeviceFarm::Model::RuleOperator::EQUALS, Aws::DeviceFarm::Model::RuleOperator::LESS_THAN, Aws::DeviceFarm::Model::RuleOperator::GREATER_THAN,
  Aws::DeviceFarm::Model::RuleOperator::IN, Aws::DeviceFarm::Model::RuleOperator::NOT_IN
}
 

Functions

AWS_DEVICEFARM_API RuleOperator Aws::DeviceFarm::Model::RuleOperatorMapper::GetRuleOperatorForName (const Aws::String &name)
 
AWS_DEVICEFARM_API Aws::String Aws::DeviceFarm::Model::RuleOperatorMapper::GetNameForRuleOperator (RuleOperator value)