@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class IncompatibilityMessage extends Object implements Serializable, Cloneable, StructuredPojo
Represents information about incompatibility.
| Constructor and Description |
|---|
IncompatibilityMessage() |
| Modifier and Type | Method and Description |
|---|---|
IncompatibilityMessage |
clone() |
boolean |
equals(Object obj) |
String |
getMessage()
A message about the incompatibility.
|
String |
getType()
The type of incompatibility.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setMessage(String message)
A message about the incompatibility.
|
void |
setType(DeviceAttribute type)
The type of incompatibility.
|
void |
setType(String type)
The type of incompatibility.
|
String |
toString()
Returns a string representation of this object.
|
IncompatibilityMessage |
withMessage(String message)
A message about the incompatibility.
|
IncompatibilityMessage |
withType(DeviceAttribute type)
The type of incompatibility.
|
IncompatibilityMessage |
withType(String type)
The type of incompatibility.
|
public void setMessage(String message)
A message about the incompatibility.
message - A message about the incompatibility.public String getMessage()
A message about the incompatibility.
public IncompatibilityMessage withMessage(String message)
A message about the incompatibility.
message - A message about the incompatibility.public void setType(String type)
The type of incompatibility.
Allowed values include:
ARN
FORM_FACTOR (for example, phone or tablet)
MANUFACTURER
PLATFORM (for example, Android or iOS)
REMOTE_ACCESS_ENABLED
APPIUM_VERSION
type - The type of incompatibility.
Allowed values include:
ARN
FORM_FACTOR (for example, phone or tablet)
MANUFACTURER
PLATFORM (for example, Android or iOS)
REMOTE_ACCESS_ENABLED
APPIUM_VERSION
DeviceAttributepublic String getType()
The type of incompatibility.
Allowed values include:
ARN
FORM_FACTOR (for example, phone or tablet)
MANUFACTURER
PLATFORM (for example, Android or iOS)
REMOTE_ACCESS_ENABLED
APPIUM_VERSION
Allowed values include:
ARN
FORM_FACTOR (for example, phone or tablet)
MANUFACTURER
PLATFORM (for example, Android or iOS)
REMOTE_ACCESS_ENABLED
APPIUM_VERSION
DeviceAttributepublic IncompatibilityMessage withType(String type)
The type of incompatibility.
Allowed values include:
ARN
FORM_FACTOR (for example, phone or tablet)
MANUFACTURER
PLATFORM (for example, Android or iOS)
REMOTE_ACCESS_ENABLED
APPIUM_VERSION
type - The type of incompatibility.
Allowed values include:
ARN
FORM_FACTOR (for example, phone or tablet)
MANUFACTURER
PLATFORM (for example, Android or iOS)
REMOTE_ACCESS_ENABLED
APPIUM_VERSION
DeviceAttributepublic void setType(DeviceAttribute type)
The type of incompatibility.
Allowed values include:
ARN
FORM_FACTOR (for example, phone or tablet)
MANUFACTURER
PLATFORM (for example, Android or iOS)
REMOTE_ACCESS_ENABLED
APPIUM_VERSION
type - The type of incompatibility.
Allowed values include:
ARN
FORM_FACTOR (for example, phone or tablet)
MANUFACTURER
PLATFORM (for example, Android or iOS)
REMOTE_ACCESS_ENABLED
APPIUM_VERSION
DeviceAttributepublic IncompatibilityMessage withType(DeviceAttribute type)
The type of incompatibility.
Allowed values include:
ARN
FORM_FACTOR (for example, phone or tablet)
MANUFACTURER
PLATFORM (for example, Android or iOS)
REMOTE_ACCESS_ENABLED
APPIUM_VERSION
type - The type of incompatibility.
Allowed values include:
ARN
FORM_FACTOR (for example, phone or tablet)
MANUFACTURER
PLATFORM (for example, Android or iOS)
REMOTE_ACCESS_ENABLED
APPIUM_VERSION
DeviceAttributepublic String toString()
toString in class ObjectObject.toString()public IncompatibilityMessage clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.