@Generated(value="software.amazon.awssdk:codegen") public class IncompatibilityMessage extends Object implements software.amazon.awssdk.core.protocol.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) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
void |
marshall(software.amazon.awssdk.core.protocol.ProtocolMarshaller protocolMarshaller) |
String |
message()
A message about the incompatibility.
|
static Class<? extends IncompatibilityMessage.Builder> |
serializableBuilderClass() |
IncompatibilityMessage.Builder |
toBuilder() |
String |
toString() |
DeviceAttribute |
type()
The type of incompatibility.
|
String |
typeAsString()
The type of incompatibility.
|
public String message()
A message about the incompatibility.
public DeviceAttribute 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.
If the service returns an enum value that is not available in the current SDK version, type will return
DeviceAttribute.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
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 String typeAsString()
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.
If the service returns an enum value that is not available in the current SDK version, type will return
DeviceAttribute.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
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(software.amazon.awssdk.core.protocol.ProtocolMarshaller protocolMarshaller)
marshall in interface software.amazon.awssdk.core.protocol.StructuredPojoCopyright © 2018. All rights reserved.