@Generated(value="software.amazon.awssdk:codegen") public final class GetFuotaTaskResponse extends IotWirelessResponse implements ToCopyableBuilder<GetFuotaTaskResponse.Builder,GetFuotaTaskResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetFuotaTaskResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
Returns the value of the Arn property for this object.
|
static GetFuotaTaskResponse.Builder |
builder() |
Instant |
createdAt()
Returns the value of the CreatedAt property for this object.
|
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.
|
LoRaWANFuotaTaskGetInfo |
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 GetFuotaTaskResponse.Builder> |
serializableBuilderClass() |
FuotaTaskStatus |
status()
Returns the value of the Status property for this object.
|
String |
statusAsString()
Returns the value of the Status property for this object.
|
GetFuotaTaskResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String arn()
public final String id()
public final FuotaTaskStatus status()
If the service returns an enum value that is not available in the current SDK version, status will
return FuotaTaskStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
FuotaTaskStatuspublic final String statusAsString()
If the service returns an enum value that is not available in the current SDK version, status will
return FuotaTaskStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
FuotaTaskStatuspublic final String name()
public final String description()
public final LoRaWANFuotaTaskGetInfo loRaWAN()
public final String firmwareUpdateImage()
public final String firmwareUpdateRole()
public final Instant createdAt()
public GetFuotaTaskResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetFuotaTaskResponse.Builder,GetFuotaTaskResponse>toBuilder in class AwsResponsepublic static GetFuotaTaskResponse.Builder builder()
public static Class<? extends GetFuotaTaskResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic 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 SdkResponseCopyright © 2022. All rights reserved.