63 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
122 bool m_messageHasBeenSet;
124 bool m_typeHasBeenSet;
#define AWS_DEVICEFARM_API
const DeviceAttribute & GetType() const
IncompatibilityMessage & WithMessage(Aws::String &&value)
IncompatibilityMessage & WithType(const DeviceAttribute &value)
IncompatibilityMessage & WithMessage(const char *value)
void SetMessage(const char *value)
void SetType(const DeviceAttribute &value)
void SetMessage(const Aws::String &value)
void SetMessage(Aws::String &&value)
void SetType(DeviceAttribute &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
IncompatibilityMessage & WithMessage(const Aws::String &value)
IncompatibilityMessage & WithType(DeviceAttribute &&value)
const Aws::String & GetMessage() const
JSON (JavaScript Object Notation).