StructuredPojo
, ToCopyableBuilder<DevicePoolCompatibilityResult.Builder,DevicePoolCompatibilityResult>
@Generated("software.amazon.awssdk:codegen") public class DevicePoolCompatibilityResult extends Object implements StructuredPojo, ToCopyableBuilder<DevicePoolCompatibilityResult.Builder,DevicePoolCompatibilityResult>
Represents a device pool compatibility result.
Modifier and Type | Class | Description |
---|---|---|
static interface |
DevicePoolCompatibilityResult.Builder |
Modifier and Type | Method | 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) |
Marshalls this structured data using the given
ProtocolMarshaller . |
static Class<? extends DevicePoolCompatibilityResult.Builder> |
serializableBuilderClass() |
|
DevicePoolCompatibilityResult.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
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.
public DevicePoolCompatibilityResult.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DevicePoolCompatibilityResult.Builder,DevicePoolCompatibilityResult>
public static DevicePoolCompatibilityResult.Builder builder()
public static Class<? extends DevicePoolCompatibilityResult.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.