Cloneable
, ReadLimitInfo
, ToCopyableBuilder<CreateDevicePoolRequest.Builder,CreateDevicePoolRequest>
@Generated("software.amazon.awssdk:codegen") public class CreateDevicePoolRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<CreateDevicePoolRequest.Builder,CreateDevicePoolRequest>
Represents a request to the create device pool operation.
Modifier and Type | Class | Description |
---|---|---|
static interface |
CreateDevicePoolRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static CreateDevicePoolRequest.Builder |
builder() |
|
String |
description() |
The device pool's description.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
name() |
The device pool's name.
|
String |
projectArn() |
The ARN of the project for the device pool.
|
List<Rule> |
rules() |
The device pool's rules.
|
static Class<? extends CreateDevicePoolRequest.Builder> |
serializableBuilderClass() |
|
CreateDevicePoolRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String projectArn()
The ARN of the project for the device pool.
public String name()
The device pool's name.
public String description()
The device pool's description.
public CreateDevicePoolRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CreateDevicePoolRequest.Builder,CreateDevicePoolRequest>
public static CreateDevicePoolRequest.Builder builder()
public static Class<? extends CreateDevicePoolRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.