@Generated(value="software.amazon.awssdk:codegen") public class DevicePoolCompatibilityResult extends Object implements 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) |
int |
hashCode() |
List<IncompatibilityMessage> |
incompatibilityMessages()
Information about the compatibility.
|
void |
marshall(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(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2017. All rights reserved.