7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/devicefarm/DeviceFarm_EXPORTS.h>
9#include <aws/devicefarm/model/DeviceAttribute.h>
41 template <
typename MessageT = Aws::String>
43 m_messageHasBeenSet =
true;
44 m_message = std::forward<MessageT>(value);
46 template <
typename MessageT = Aws::String>
64 m_typeHasBeenSet =
true;
76 bool m_messageHasBeenSet =
false;
77 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