7#include <aws/iotevents-data/IoTEventsData_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iotevents-data/model/ComparisonOperator.h>
22namespace IoTEventsData
51 inline void SetInputPropertyValue(
const char* value) { m_inputPropertyValueHasBeenSet =
true; m_inputPropertyValue.assign(value); }
77 inline void SetThresholdValue(
const char* value) { m_thresholdValueHasBeenSet =
true; m_thresholdValue.assign(value); }
85 bool m_inputPropertyValueHasBeenSet =
false;
88 bool m_operatorHasBeenSet =
false;
91 bool m_thresholdValueHasBeenSet =
false;
SimpleRuleEvaluation & WithInputPropertyValue(const Aws::String &value)
bool ThresholdValueHasBeenSet() const
bool InputPropertyValueHasBeenSet() const
AWS_IOTEVENTSDATA_API SimpleRuleEvaluation & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_IOTEVENTSDATA_API SimpleRuleEvaluation(Aws::Utils::Json::JsonView jsonValue)
SimpleRuleEvaluation & WithOperator(const ComparisonOperator &value)
void SetInputPropertyValue(const char *value)
const ComparisonOperator & GetOperator() const
SimpleRuleEvaluation & WithThresholdValue(Aws::String &&value)
bool OperatorHasBeenSet() const
AWS_IOTEVENTSDATA_API SimpleRuleEvaluation()
SimpleRuleEvaluation & WithThresholdValue(const Aws::String &value)
SimpleRuleEvaluation & WithOperator(ComparisonOperator &&value)
const Aws::String & GetThresholdValue() const
AWS_IOTEVENTSDATA_API Aws::Utils::Json::JsonValue Jsonize() const
void SetInputPropertyValue(const Aws::String &value)
void SetInputPropertyValue(Aws::String &&value)
const Aws::String & GetInputPropertyValue() const
void SetThresholdValue(const Aws::String &value)
SimpleRuleEvaluation & WithInputPropertyValue(const char *value)
void SetOperator(ComparisonOperator &&value)
void SetOperator(const ComparisonOperator &value)
SimpleRuleEvaluation & WithThresholdValue(const char *value)
SimpleRuleEvaluation & WithInputPropertyValue(Aws::String &&value)
void SetThresholdValue(const char *value)
void SetThresholdValue(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue