@Generated(value="software.amazon.awssdk:codegen") public class ListDevicePoolsRequest extends AmazonWebServiceRequest implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<ListDevicePoolsRequest.Builder,ListDevicePoolsRequest>
Represents the result of a list device pools request.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListDevicePoolsRequest.Builder |
NOOP| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The project ARN.
|
static ListDevicePoolsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
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.
|
static Class<? extends ListDevicePoolsRequest.Builder> |
serializableBuilderClass() |
ListDevicePoolsRequest.Builder |
toBuilder() |
String |
toString() |
String |
type()
The device pools' type.
|
clone, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeoutpublic String arn()
The project ARN.
public String type()
The device pools' type.
Allowed values include:
CURATED: A device pool that is created and managed by AWS Device Farm.
PRIVATE: A device pool that is created and managed by the device pool developer.
Allowed values include:
CURATED: A device pool that is created and managed by AWS Device Farm.
PRIVATE: A device pool that is created and managed by the device pool developer.
DevicePoolTypepublic 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 ListDevicePoolsRequest.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<ListDevicePoolsRequest.Builder,ListDevicePoolsRequest>public static ListDevicePoolsRequest.Builder builder()
public static Class<? extends ListDevicePoolsRequest.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.