ToCopyableBuilder<AdminListDevicesResponse.Builder,AdminListDevicesResponse>
@Generated("software.amazon.awssdk:codegen") public class AdminListDevicesResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<AdminListDevicesResponse.Builder,AdminListDevicesResponse>
Lists the device's response, as an administrator.
Modifier and Type | Class | Description |
---|---|---|
static interface |
AdminListDevicesResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static AdminListDevicesResponse.Builder |
builder() |
|
List<DeviceType> |
devices() |
The devices in the list of devices response.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
paginationToken() |
The pagination token.
|
static Class<? extends AdminListDevicesResponse.Builder> |
serializableBuilderClass() |
|
AdminListDevicesResponse.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 List<DeviceType> devices()
The devices in the list of devices response.
public String paginationToken()
The pagination token.
public AdminListDevicesResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<AdminListDevicesResponse.Builder,AdminListDevicesResponse>
public static AdminListDevicesResponse.Builder builder()
public static Class<? extends AdminListDevicesResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.