@Generated(value="software.amazon.awssdk:codegen") public class GetDevicePoolResponse extends DeviceFarmResponse implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<GetDevicePoolResponse.Builder,GetDevicePoolResponse>
Represents the result of a get device pool request.
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetDevicePoolResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetDevicePoolResponse.Builder |
builder() |
DevicePool |
devicePool()
An object containing information about the requested device pool.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
static Class<? extends GetDevicePoolResponse.Builder> |
serializableBuilderClass() |
GetDevicePoolResponse.Builder |
toBuilder() |
String |
toString() |
public DevicePool devicePool()
An object containing information about the requested device pool.
public GetDevicePoolResponse.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<GetDevicePoolResponse.Builder,GetDevicePoolResponse>toBuilder in class AwsResponsepublic static GetDevicePoolResponse.Builder builder()
public static Class<? extends GetDevicePoolResponse.Builder> serializableBuilderClass()
Copyright © 2018. All rights reserved.