@Generated(value="software.amazon.awssdk:codegen") public final class RegisterAvsDeviceRequest extends AlexaForBusinessRequest implements ToCopyableBuilder<RegisterAvsDeviceRequest.Builder,RegisterAvsDeviceRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
RegisterAvsDeviceRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
amazonId()
The device type ID for your AVS device generated by Amazon when the OEM creates a new product on Amazon's
Developer Console.
|
static RegisterAvsDeviceRequest.Builder |
builder() |
String |
clientId()
The client ID of the OEM used for code-based linking authorization on an AVS device.
|
String |
deviceSerialNumber()
The key generated by the OEM that uniquely identifies a specified instance of your AVS device.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
productId()
The product ID used to identify your AVS device during authorization.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends RegisterAvsDeviceRequest.Builder> |
serializableBuilderClass() |
RegisterAvsDeviceRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
userCode()
The code that is obtained after your AVS device has made a POST request to LWA as a part of the Device
Authorization Request component of the OAuth code-based linking specification.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String clientId()
The client ID of the OEM used for code-based linking authorization on an AVS device.
public String userCode()
The code that is obtained after your AVS device has made a POST request to LWA as a part of the Device Authorization Request component of the OAuth code-based linking specification.
public String productId()
The product ID used to identify your AVS device during authorization.
public String deviceSerialNumber()
The key generated by the OEM that uniquely identifies a specified instance of your AVS device.
public String amazonId()
The device type ID for your AVS device generated by Amazon when the OEM creates a new product on Amazon's Developer Console.
public RegisterAvsDeviceRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RegisterAvsDeviceRequest.Builder,RegisterAvsDeviceRequest>toBuilder in class AlexaForBusinessRequestpublic static RegisterAvsDeviceRequest.Builder builder()
public static Class<? extends RegisterAvsDeviceRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.