@Generated(value="software.amazon.awssdk:codegen") public final class LoRaWANUpdateGatewayTaskCreate extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LoRaWANUpdateGatewayTaskCreate.Builder,LoRaWANUpdateGatewayTaskCreate>
LoRaWANUpdateGatewayTaskCreate object.
| Modifier and Type | Class and Description |
|---|---|
static interface |
LoRaWANUpdateGatewayTaskCreate.Builder |
| Modifier and Type | Method and Description |
|---|---|
static LoRaWANUpdateGatewayTaskCreate.Builder |
builder() |
LoRaWANGatewayVersion |
currentVersion()
The version of the gateways that should receive the update.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends LoRaWANUpdateGatewayTaskCreate.Builder> |
serializableBuilderClass() |
Long |
sigKeyCrc()
The CRC of the signature private key to check.
|
LoRaWANUpdateGatewayTaskCreate.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
updateSignature()
The signature used to verify the update firmware.
|
LoRaWANGatewayVersion |
updateVersion()
The firmware version to update the gateway to.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String updateSignature()
The signature used to verify the update firmware.
public final Long sigKeyCrc()
The CRC of the signature private key to check.
public final LoRaWANGatewayVersion currentVersion()
The version of the gateways that should receive the update.
public final LoRaWANGatewayVersion updateVersion()
The firmware version to update the gateway to.
public LoRaWANUpdateGatewayTaskCreate.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<LoRaWANUpdateGatewayTaskCreate.Builder,LoRaWANUpdateGatewayTaskCreate>public static LoRaWANUpdateGatewayTaskCreate.Builder builder()
public static Class<? extends LoRaWANUpdateGatewayTaskCreate.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.