@Generated(value="software.amazon.awssdk:codegen") public final class GetDevicePoolCompatibilityResponse extends DeviceFarmResponse implements ToCopyableBuilder<GetDevicePoolCompatibilityResponse.Builder,GetDevicePoolCompatibilityResponse>
Represents the result of describe device pool compatibility request.
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetDevicePoolCompatibilityResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetDevicePoolCompatibilityResponse.Builder |
builder() |
List<DevicePoolCompatibilityResult> |
compatibleDevices()
Information about compatible devices.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<DevicePoolCompatibilityResult> |
incompatibleDevices()
Information about incompatible devices.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetDevicePoolCompatibilityResponse.Builder> |
serializableBuilderClass() |
GetDevicePoolCompatibilityResponse.Builder |
toBuilder() |
String |
toString() |
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic List<DevicePoolCompatibilityResult> compatibleDevices()
Information about compatible devices.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public List<DevicePoolCompatibilityResult> incompatibleDevices()
Information about incompatible devices.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public GetDevicePoolCompatibilityResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetDevicePoolCompatibilityResponse.Builder,GetDevicePoolCompatibilityResponse>toBuilder in class AwsResponsepublic static GetDevicePoolCompatibilityResponse.Builder builder()
public static Class<? extends GetDevicePoolCompatibilityResponse.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2018. All rights reserved.