@Generated(value="software.amazon.awssdk:codegen") public class GetDevicePoolCompatibilityResponse extends DeviceFarmResponse implements software.amazon.awssdk.utils.builder.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.
|
static Class<? extends GetDevicePoolCompatibilityResponse.Builder> |
serializableBuilderClass() |
GetDevicePoolCompatibilityResponse.Builder |
toBuilder() |
String |
toString() |
public 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 software.amazon.awssdk.utils.builder.ToCopyableBuilder<GetDevicePoolCompatibilityResponse.Builder,GetDevicePoolCompatibilityResponse>toBuilder in class AwsResponsepublic static GetDevicePoolCompatibilityResponse.Builder builder()
public static Class<? extends GetDevicePoolCompatibilityResponse.Builder> serializableBuilderClass()
Copyright © 2018. All rights reserved.