@Generated(value="software.amazon.awssdk:codegen") public class DevicePool extends Object implements StructuredPojo, software.amazon.awssdk.utils.builder.ToCopyableBuilder<DevicePool.Builder,DevicePool>
Represents a collection of device types.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DevicePool.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The device pool's ARN.
|
static DevicePool.Builder |
builder() |
String |
description()
The device pool's description.
|
boolean |
equals(Object obj) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
String |
name()
The device pool's name.
|
List<Rule> |
rules()
Information about the device pool's rules.
|
static Class<? extends DevicePool.Builder> |
serializableBuilderClass() |
DevicePool.Builder |
toBuilder() |
String |
toString() |
String |
type()
The device pool's type.
|
public String arn()
The device pool's ARN.
public String name()
The device pool's name.
public String description()
The device pool's description.
public String type()
The device pool's 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 List<Rule> rules()
Information about the device pool's rules.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public DevicePool.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<DevicePool.Builder,DevicePool>public static DevicePool.Builder builder()
public static Class<? extends DevicePool.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2017. All rights reserved.