Class LoRaWANUpdateGatewayTaskCreate
- java.lang.Object
-
- software.amazon.awssdk.services.iotwireless.model.LoRaWANUpdateGatewayTaskCreate
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<LoRaWANUpdateGatewayTaskCreate.Builder,LoRaWANUpdateGatewayTaskCreate>
@Generated("software.amazon.awssdk:codegen") public final class LoRaWANUpdateGatewayTaskCreate extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LoRaWANUpdateGatewayTaskCreate.Builder,LoRaWANUpdateGatewayTaskCreate>
LoRaWANUpdateGatewayTaskCreate object.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceLoRaWANUpdateGatewayTaskCreate.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LoRaWANUpdateGatewayTaskCreate.Builderbuilder()LoRaWANGatewayVersioncurrentVersion()The version of the gateways that should receive the update.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends LoRaWANUpdateGatewayTaskCreate.Builder>serializableBuilderClass()LongsigKeyCrc()The CRC of the signature private key to check.LoRaWANUpdateGatewayTaskCreate.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringupdateSignature()The signature used to verify the update firmware.LoRaWANGatewayVersionupdateVersion()The firmware version to update the gateway to.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
updateSignature
public final String updateSignature()
The signature used to verify the update firmware.
- Returns:
- The signature used to verify the update firmware.
-
sigKeyCrc
public final Long sigKeyCrc()
The CRC of the signature private key to check.
- Returns:
- The CRC of the signature private key to check.
-
currentVersion
public final LoRaWANGatewayVersion currentVersion()
The version of the gateways that should receive the update.
- Returns:
- The version of the gateways that should receive the update.
-
updateVersion
public final LoRaWANGatewayVersion updateVersion()
The firmware version to update the gateway to.
- Returns:
- The firmware version to update the gateway to.
-
toBuilder
public LoRaWANUpdateGatewayTaskCreate.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<LoRaWANUpdateGatewayTaskCreate.Builder,LoRaWANUpdateGatewayTaskCreate>
-
builder
public static LoRaWANUpdateGatewayTaskCreate.Builder builder()
-
serializableBuilderClass
public static Class<? extends LoRaWANUpdateGatewayTaskCreate.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-