@Generated(value="software.amazon.awssdk:codegen") public final class UpdateFuotaTaskRequest extends IotWirelessRequest implements ToCopyableBuilder<UpdateFuotaTaskRequest.Builder,UpdateFuotaTaskRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateFuotaTaskRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateFuotaTaskRequest.Builder |
builder() |
String |
description()
Returns the value of the Description property for this object.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
firmwareUpdateImage()
Returns the value of the FirmwareUpdateImage property for this object.
|
String |
firmwareUpdateRole()
Returns the value of the FirmwareUpdateRole property for this object.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
Returns the value of the Id property for this object.
|
LoRaWANFuotaTask |
loRaWAN()
Returns the value of the LoRaWAN property for this object.
|
String |
name()
Returns the value of the Name property for this object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateFuotaTaskRequest.Builder> |
serializableBuilderClass() |
UpdateFuotaTaskRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String id()
public final String name()
public final String description()
public final LoRaWANFuotaTask loRaWAN()
public final String firmwareUpdateImage()
public final String firmwareUpdateRole()
public UpdateFuotaTaskRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateFuotaTaskRequest.Builder,UpdateFuotaTaskRequest>toBuilder in class IotWirelessRequestpublic static UpdateFuotaTaskRequest.Builder builder()
public static Class<? extends UpdateFuotaTaskRequest.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 © 2023. All rights reserved.