7#include <aws/devicefarm/DeviceFarm_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/devicefarm/model/DeviceAttribute.h>
47 template<
typename MessageT = Aws::String>
48 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
49 template<
typename MessageT = Aws::String>
69 bool m_messageHasBeenSet =
false;
72 bool m_typeHasBeenSet =
false;
IncompatibilityMessage & WithMessage(MessageT &&value)
AWS_DEVICEFARM_API IncompatibilityMessage(Aws::Utils::Json::JsonView jsonValue)
AWS_DEVICEFARM_API Aws::Utils::Json::JsonValue Jsonize() const
bool MessageHasBeenSet() const
void SetMessage(MessageT &&value)
IncompatibilityMessage & WithType(DeviceAttribute value)
bool TypeHasBeenSet() const
AWS_DEVICEFARM_API IncompatibilityMessage()=default
DeviceAttribute GetType() const
AWS_DEVICEFARM_API IncompatibilityMessage & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetType(DeviceAttribute value)
const Aws::String & GetMessage() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue