Cloneable
, ReadLimitInfo
, ToCopyableBuilder<ListDevicePoolsRequest.Builder,ListDevicePoolsRequest>
@Generated("software.amazon.awssdk:codegen") public class ListDevicePoolsRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<ListDevicePoolsRequest.Builder,ListDevicePoolsRequest>
Represents the result of a list device pools request.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListDevicePoolsRequest.Builder |
NOOP
Modifier and Type | Method | 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() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
type() |
The device pools' type.
|
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public 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.
DevicePoolType
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 ListDevicePoolsRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListDevicePoolsRequest.Builder,ListDevicePoolsRequest>
public static ListDevicePoolsRequest.Builder builder()
public static Class<? extends ListDevicePoolsRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.