@Generated(value="software.amazon.awssdk:codegen") public final class ListDevicesRequest extends DeviceFarmRequest implements ToCopyableBuilder<ListDevicesRequest.Builder,ListDevicesRequest>
Represents the result of a list devices request.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListDevicesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) of the project.
|
static ListDevicesRequest.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
nextToken()
An identifier that was returned from the previous call to this operation, which can be used to return the next
set of items in the list.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListDevicesRequest.Builder> |
serializableBuilderClass() |
ListDevicesRequest.Builder |
toBuilder() |
String |
toString() |
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String arn()
The Amazon Resource Name (ARN) of the project.
public String nextToken()
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
public ListDevicesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListDevicesRequest.Builder,ListDevicesRequest>toBuilder in class DeviceFarmRequestpublic static ListDevicesRequest.Builder builder()
public static Class<? extends ListDevicesRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2018. All rights reserved.