149 inline void SetValue(
const char* value) { m_valueHasBeenSet =
true; m_value.assign(value); }
168 bool m_attributeHasBeenSet;
170 bool m_operatorHasBeenSet;
172 bool m_valueHasBeenSet;
Rule & WithAttribute(const DeviceAttribute &value)
#define AWS_DEVICEFARM_API
Rule & WithAttribute(DeviceAttribute &&value)
void SetAttribute(const DeviceAttribute &value)
void SetValue(Aws::String &&value)
Rule & WithOperator(const RuleOperator &value)
void SetOperator(RuleOperator &&value)
const RuleOperator & GetOperator() const
Rule & WithValue(const char *value)
const DeviceAttribute & GetAttribute() const
const Aws::String & GetValue() const
Rule & WithOperator(RuleOperator &&value)
Rule & WithValue(const Aws::String &value)
Rule & WithValue(Aws::String &&value)
void SetValue(const Aws::String &value)
void SetAttribute(DeviceAttribute &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
void SetValue(const char *value)
void SetOperator(const RuleOperator &value)
JSON (JavaScript Object Notation).