ToCopyableBuilder<GetDevicePoolResponse.Builder,GetDevicePoolResponse>
@Generated("software.amazon.awssdk:codegen") public class GetDevicePoolResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<GetDevicePoolResponse.Builder,GetDevicePoolResponse>
Represents the result of a get device pool request.
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetDevicePoolResponse.Builder |
Modifier and Type | Method | 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() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public DevicePool devicePool()
An object containing information about the requested device pool.
public GetDevicePoolResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetDevicePoolResponse.Builder,GetDevicePoolResponse>
public static GetDevicePoolResponse.Builder builder()
public static Class<? extends GetDevicePoolResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.