@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() |
boolean |
hasTags()
Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not
specify the value (it will be empty).
|
String |
productId()
The product ID used to identify your AVS device during authorization.
|
String |
roomArn()
The Amazon Resource Name (ARN) of the room with which to associate your AVS device.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends RegisterAvsDeviceRequest.Builder> |
serializableBuilderClass() |
List<Tag> |
tags()
The tags to be added to the specified resource.
|
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 final String clientId()
The client ID of the OEM used for code-based linking authorization on an AVS device.
public final 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 final String productId()
The product ID used to identify your AVS device during authorization.
public final String deviceSerialNumber()
The key generated by the OEM that uniquely identifies a specified instance of your AVS device.
public final 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 final String roomArn()
The Amazon Resource Name (ARN) of the room with which to associate your AVS device.
public final boolean hasTags()
public final List<Tag> tags()
The tags to be added to the specified resource. Do not provide system tags.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasTags() to see if a value was sent in this field.
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 final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2021. All rights reserved.