Cloneable
, ReadLimitInfo
, ToCopyableBuilder<GetDeviceRequest.Builder,GetDeviceRequest>
@Generated("software.amazon.awssdk:codegen") public class GetDeviceRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<GetDeviceRequest.Builder,GetDeviceRequest>
Represents the request to get the device.
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetDeviceRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
String |
accessToken() |
The access token.
|
static GetDeviceRequest.Builder |
builder() |
|
String |
deviceKey() |
The device key.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends GetDeviceRequest.Builder> |
serializableBuilderClass() |
|
GetDeviceRequest.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 deviceKey()
The device key.
public String accessToken()
The access token.
public GetDeviceRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetDeviceRequest.Builder,GetDeviceRequest>
public static GetDeviceRequest.Builder builder()
public static Class<? extends GetDeviceRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.