@Generated(value="software.amazon.awssdk:codegen") public class IncompatibilityMessage extends Object implements StructuredPojo, software.amazon.awssdk.utils.builder.ToCopyableBuilder<IncompatibilityMessage.Builder,IncompatibilityMessage>
Represents information about incompatibility.
| Modifier and Type | Class and Description |
|---|---|
static interface |
IncompatibilityMessage.Builder |
| Modifier and Type | Method and Description |
|---|---|
static IncompatibilityMessage.Builder |
builder() |
boolean |
equals(Object obj) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
String |
message()
A message about the incompatibility.
|
static Class<? extends IncompatibilityMessage.Builder> |
serializableBuilderClass() |
IncompatibilityMessage.Builder |
toBuilder() |
String |
toString() |
String |
type()
The type of incompatibility.
|
public String message()
A message about the incompatibility.
public String type()
The type of incompatibility.
Allowed values include:
ARN: The ARN.
FORM_FACTOR: The form factor (for example, phone or tablet).
MANUFACTURER: The manufacturer.
PLATFORM: The platform (for example, Android or iOS).
REMOTE_ACCESS_ENABLED: Whether the device is enabled for remote access.
APPIUM_VERSION: The Appium version for the test.
Allowed values include:
ARN: The ARN.
FORM_FACTOR: The form factor (for example, phone or tablet).
MANUFACTURER: The manufacturer.
PLATFORM: The platform (for example, Android or iOS).
REMOTE_ACCESS_ENABLED: Whether the device is enabled for remote access.
APPIUM_VERSION: The Appium version for the test.
DeviceAttributepublic IncompatibilityMessage.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<IncompatibilityMessage.Builder,IncompatibilityMessage>public static IncompatibilityMessage.Builder builder()
public static Class<? extends IncompatibilityMessage.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2017. All rights reserved.