@Generated(value="software.amazon.awssdk:codegen") public final class UpdateDeviceRequest extends NetworkManagerRequest implements ToCopyableBuilder<UpdateDeviceRequest.Builder,UpdateDeviceRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateDeviceRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
AWSLocation |
awsLocation()
The Amazon Web Services location of the device, if applicable.
|
static UpdateDeviceRequest.Builder |
builder() |
String |
description()
A description of the device.
|
String |
deviceId()
The ID of the device.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
String |
globalNetworkId()
The ID of the global network.
|
int |
hashCode() |
Location |
location()
Returns the value of the Location property for this object.
|
String |
model()
The model of the device.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateDeviceRequest.Builder> |
serializableBuilderClass() |
String |
serialNumber()
The serial number of the device.
|
String |
siteId()
The ID of the site.
|
UpdateDeviceRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
type()
The type of the device.
|
String |
vendor()
The vendor of the device.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String globalNetworkId()
The ID of the global network.
public final String deviceId()
The ID of the device.
public final AWSLocation awsLocation()
The Amazon Web Services location of the device, if applicable. For an on-premises device, you can omit this parameter.
public final String description()
A description of the device.
Constraints: Maximum length of 256 characters.
Constraints: Maximum length of 256 characters.
public final String type()
The type of the device.
public final String vendor()
The vendor of the device.
Constraints: Maximum length of 128 characters.
Constraints: Maximum length of 128 characters.
public final String model()
The model of the device.
Constraints: Maximum length of 128 characters.
Constraints: Maximum length of 128 characters.
public final String serialNumber()
The serial number of the device.
Constraints: Maximum length of 128 characters.
Constraints: Maximum length of 128 characters.
public final Location location()
public final String siteId()
The ID of the site.
public UpdateDeviceRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateDeviceRequest.Builder,UpdateDeviceRequest>toBuilder in class NetworkManagerRequestpublic static UpdateDeviceRequest.Builder builder()
public static Class<? extends UpdateDeviceRequest.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 © 2022. All rights reserved.