@Generated(value="software.amazon.awssdk:codegen") public class GetDevicePoolResponse extends AmazonWebServiceResult<ResponseMetadata> 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) |
int |
hashCode() |
static Class<? extends GetDevicePoolResponse.Builder> |
serializableBuilderClass() |
GetDevicePoolResponse.Builder |
toBuilder() |
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadatapublic 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>public static GetDevicePoolResponse.Builder builder()
public static Class<? extends GetDevicePoolResponse.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.