@Generated(value="software.amazon.awssdk:codegen") public final class IncompatibilityMessage extends Object implements SdkPojo, Serializable, 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) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
message()
A message about the incompatibility.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends IncompatibilityMessage.Builder> |
serializableBuilderClass() |
IncompatibilityMessage.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
DeviceAttribute |
type()
The type of incompatibility.
|
String |
typeAsString()
The type of incompatibility.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String message()
A message about the incompatibility.
public final 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
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
FORM_FACTOR (for example, phone or tablet)
MANUFACTURER
PLATFORM (for example, Android or iOS)
REMOTE_ACCESS_ENABLED
APPIUM_VERSION
DeviceAttributepublic final String typeAsString()
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
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
FORM_FACTOR (for example, phone or tablet)
MANUFACTURER
PLATFORM (for example, Android or iOS)
REMOTE_ACCESS_ENABLED
APPIUM_VERSION
DeviceAttributepublic IncompatibilityMessage.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<IncompatibilityMessage.Builder,IncompatibilityMessage>public static IncompatibilityMessage.Builder builder()
public static Class<? extends IncompatibilityMessage.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.