@Generated(value="software.amazon.awssdk:codegen") public class DevicePoolCompatibilityResult extends Object implements software.amazon.awssdk.core.protocol.StructuredPojo, software.amazon.awssdk.utils.builder.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) that you wish to return information about.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<IncompatibilityMessage> |
incompatibilityMessages()
Information about the compatibility.
|
void |
marshall(software.amazon.awssdk.core.protocol.ProtocolMarshaller protocolMarshaller) |
static Class<? extends DevicePoolCompatibilityResult.Builder> |
serializableBuilderClass() |
DevicePoolCompatibilityResult.Builder |
toBuilder() |
String |
toString() |
public Device device()
The device (phone or tablet) that you wish to return information about.
public Boolean compatible()
Whether the result was compatible with the device pool.
public List<IncompatibilityMessage> incompatibilityMessages()
Information about the compatibility.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public DevicePoolCompatibilityResult.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<DevicePoolCompatibilityResult.Builder,DevicePoolCompatibilityResult>public static DevicePoolCompatibilityResult.Builder builder()
public static Class<? extends DevicePoolCompatibilityResult.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.