StructuredPojo, ToCopyableBuilder<DevicePool.Builder,DevicePool>@Generated("software.amazon.awssdk:codegen") public class DevicePool extends Object implements StructuredPojo, ToCopyableBuilder<DevicePool.Builder,DevicePool>
Represents a collection of device types.
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
DevicePool.Builder |
| Modifier and Type | Method | 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) |
Marshalls this structured data using the given
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() |
Take this object and create a builder that contains all of the current property values of this object.
|
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.
public DevicePool.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<DevicePool.Builder,DevicePool>public static DevicePool.Builder builder()
public static Class<? extends DevicePool.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.