Class IncompatibilityMessage
- java.lang.Object
-
- software.amazon.awssdk.services.devicefarm.model.IncompatibilityMessage
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<IncompatibilityMessage.Builder,IncompatibilityMessage>
@Generated("software.amazon.awssdk:codegen") public final class IncompatibilityMessage extends Object implements SdkPojo, Serializable, ToCopyableBuilder<IncompatibilityMessage.Builder,IncompatibilityMessage>
Represents information about incompatibility.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceIncompatibilityMessage.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IncompatibilityMessage.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringmessage()A message about the incompatibility.List<SdkField<?>>sdkFields()static Class<? extends IncompatibilityMessage.Builder>serializableBuilderClass()IncompatibilityMessage.BuildertoBuilder()StringtoString()Returns a string representation of this object.DeviceAttributetype()The type of incompatibility.StringtypeAsString()The type of incompatibility.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
message
public final String message()
A message about the incompatibility.
- Returns:
- A message about the incompatibility.
-
type
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,
typewill returnDeviceAttribute.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- 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
-
- See Also:
DeviceAttribute
-
-
typeAsString
public 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,
typewill returnDeviceAttribute.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- 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
-
- See Also:
DeviceAttribute
-
-
toBuilder
public IncompatibilityMessage.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<IncompatibilityMessage.Builder,IncompatibilityMessage>
-
builder
public static IncompatibilityMessage.Builder builder()
-
serializableBuilderClass
public static Class<? extends IncompatibilityMessage.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-