@Generated(value="software.amazon.awssdk:codegen") public final class DevicePoolCompatibilityResult extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DevicePoolCompatibilityResult.Builder,DevicePoolCompatibilityResult>
Represents a device pool compatibility result.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DevicePoolCompatibilityResult.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DevicePoolCompatibilityResult.Builder |
builder() |
Boolean |
compatible()
Whether the result was compatible with the device pool.
|
Device |
device()
The device (phone or tablet) to return information about.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasIncompatibilityMessages()
Returns true if the IncompatibilityMessages property was specified by the sender (it may be empty), or false if
the sender did not specify the value (it will be empty).
|
List<IncompatibilityMessage> |
incompatibilityMessages()
Information about the compatibility.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DevicePoolCompatibilityResult.Builder> |
serializableBuilderClass() |
DevicePoolCompatibilityResult.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Device device()
The device (phone or tablet) to return information about.
public final Boolean compatible()
Whether the result was compatible with the device pool.
public final boolean hasIncompatibilityMessages()
public final List<IncompatibilityMessage> incompatibilityMessages()
Information about the compatibility.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasIncompatibilityMessages() to see if a value was sent in this field.
public DevicePoolCompatibilityResult.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DevicePoolCompatibilityResult.Builder,DevicePoolCompatibilityResult>public static DevicePoolCompatibilityResult.Builder builder()
public static Class<? extends DevicePoolCompatibilityResult.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.