7#include <aws/devicefarm/DeviceFarm_EXPORTS.h>
8#include <aws/devicefarm/model/DeviceAttribute.h>
9#include <aws/devicefarm/model/RuleOperator.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
113 inline void SetValue(
const char* value) { m_valueHasBeenSet =
true; m_value.assign(value); }
121 bool m_attributeHasBeenSet =
false;
124 bool m_operatorHasBeenSet =
false;
127 bool m_valueHasBeenSet =
false;
AWS_DEVICEFARM_API Rule & operator=(Aws::Utils::Json::JsonView jsonValue)
Rule & WithValue(const Aws::String &value)
AWS_DEVICEFARM_API Rule()
AWS_DEVICEFARM_API Aws::Utils::Json::JsonValue Jsonize() const
const DeviceAttribute & GetAttribute() const
AWS_DEVICEFARM_API Rule(Aws::Utils::Json::JsonView jsonValue)
const RuleOperator & GetOperator() const
void SetValue(const Aws::String &value)
Rule & WithOperator(const RuleOperator &value)
Rule & WithAttribute(DeviceAttribute &&value)
const Aws::String & GetValue() const
void SetAttribute(DeviceAttribute &&value)
bool AttributeHasBeenSet() const
void SetOperator(RuleOperator &&value)
Rule & WithAttribute(const DeviceAttribute &value)
Rule & WithValue(Aws::String &&value)
Rule & WithValue(const char *value)
void SetAttribute(const DeviceAttribute &value)
void SetOperator(const RuleOperator &value)
void SetValue(Aws::String &&value)
void SetValue(const char *value)
Rule & WithOperator(RuleOperator &&value)
bool OperatorHasBeenSet() const
bool ValueHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue